-
Notifications
You must be signed in to change notification settings - Fork 14
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Failed to verify module 'recode_simd' (bswap must be an even number of bytes) #166
Comments
TiffImages v0.8.0: Pass It may be related to the use of SIMD.jl and Just in case, for reference, diff. in julia |
|
I think we will be releasing TiffImages.jl v0.10.1 in the very near future. if get(ENV, "JULIA_PKGEVAL", "false") != "false"
# debugging code
end |
Sorry for the delay, @kimikage, what debugging code should we inject to track this down? |
Reproducer: import TiffImages, Downloads
_wrap(name) = "https://github.com/tlnagy/exampletiffs/blob/master/$name?raw=true"
using Downloads
get_example(x) = Downloads.download(_wrap(x))
filepath = get_example("capitol.tif")
img = TiffImages.load(filepath) This requires a build of Julia with assertions enabled ( In the mean time, I'm going to blacklist TiffImages.jl from being tested by PkgEval. Please ping me when this issue is resolved. |
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
cf. JuliaLang/julia#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. #159 (comment))
The text was updated successfully, but these errors were encountered: