TiffImages.jl icon indicating copy to clipboard operation
TiffImages.jl copied to clipboard

Failed to verify module 'recode_simd' (bswap must be an even number of bytes)

Open kimikage opened this issue 8 months ago • 3 comments

The crash during testing of TiffImages.jl has been logged in the PkgEval reports for a while now. https://s3.amazonaws.com/julialang-reports/nanosoldier/pkgeval/by_date/2024-05/22/TiffImages.primary.log

bswap must be an even number of bytes
  %350 = call <32 x i8> @llvm.bswap.v32i8(<32 x i8> %349), !dbg !300
Failed to verify module 'recode_simd', dumping entire module!

; ModuleID = 'recode_simd'
source_filename = "recode_simd"
target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64:64-f80:128-n8:16:32:64-S128-ni:10:11:12:13"
target triple = "x86_64-unknown-linux-gnu"

cf. https://github.com/JuliaLang/julia/issues/47372

Perhaps the situation where the crash occurs is an edge case. However, I am reporting this just in case the next minor version release is scheduled in the near future. (cf. https://github.com/tlnagy/TiffImages.jl/pull/159#issuecomment-2120799546)

kimikage avatar May 26 '24 16:05 kimikage