-
-
Notifications
You must be signed in to change notification settings - Fork 5.5k
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
compile=all package compile crash #50885
Comments
Trying the same on 1.8.5 (juliaup), got:
|
Lacking a reproducible example, this is unlikely to be able to be fixed explicitly. |
Looks like a package bug with incorrect llvmcall code. The use of llvmcall is outside of the safety guarantees of julia normally can provide with the intrinsics. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Env
Julia Version 1.9.2
Commit e4ee485 (2023-07-05 09:39 UTC)
Platform Info:
OS: Linux (x86_64-linux-gnu)
CPU: 20 × 13th Gen Intel(R) Core(TM) i9-13900H
WORD_SIZE: 64
LIBM: libopenlibm
LLVM: libLLVM-14.0.6 (ORCJIT, goldmont)
Threads: 4 on 20 virtual cores
Environment:
JULIA_NUM_THREADS = 4
JULIA_PKG_DEVDIR = /home/ne/Projects
$ uname -a
Linux ne-stealth 6.2.0-26-generic #26-Ubuntu SMP PREEMPT_DYNAMIC Mon Jul 10 23:39:54 UTC 2023 x86_64 x86_64 x86_64 GNU/Linux
Ubuntu 23.04
Problem description
Try some reasearch to find some speedup flags for my project (can't share), all was fine, untill i try build it with flag
--compile=all
.after long build got low-level compilation crash:
crash_compile_all.txt
The text was updated successfully, but these errors were encountered: