julia 1.6: LLVM without zlib support chokes on compressed debug sections #47727
Labels
backport 1.6
Change should be backported to release-1.6
compiler:llvm
For issues that relate to LLVM
I get some weird "error" messages during error-handling because I have compressed debug sections for some system libraries. According to strace the error happens when julia/LLVM tries to load
/usr/lib/debug//lib64/libc.so.6.debug
(moving that file away fixes the errors).I have not noticed any problems apart from these messages and they are printed only once, either together with the first error or sometimes also without an error appearing (maybe because the error was within some try/catch).
If I read the history correctly zlib support was added to the LLVM builds in #42524, which is not in 1.6, and JuliaPackaging/Yggdrasil#3678 but LLVM 11.0.1 (for julia 1.6) was not rebuilt since.
PS: This does not happen with 1.8.
The text was updated successfully, but these errors were encountered: