-
Notifications
You must be signed in to change notification settings - Fork 327
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
AArch64 OrcJIT segfault #1000
Labels
Comments
3 tasks
With my local build and a debug build of LLVM, the only valgrind error I'm seeing is:
|
gmarkall
added a commit
to gmarkall/llvmlite
that referenced
this issue
Oct 12, 2023
Since OrcJIT is still experimental, and there seem to be some issues on platforms we don't regularly test on (e.g. Issue numba#1000), it seems prudent to simply skip the OrcJIT tests on non-x86 platforms.
This was referenced Oct 12, 2023
Xunop
added a commit
to Xunop/archriscv-packages
that referenced
this issue
Oct 19, 2023
OrcJIT is still in the experimental stage, and there are some issues where the OrcJIT test fails when tested on non-x86 platforms (e.g. Issue [numba#1000](numba/llvmlite#1000)), so skip writing this test on non-x86 platforms.
Xunop
added a commit
to Xunop/archriscv-packages
that referenced
this issue
Oct 19, 2023
OrcJIT is still in the experimental stage, and there are some issues where the OrcJIT test fails when tested on non-x86 platforms (e.g. Issue [numba#1000](numba/llvmlite#1000)), so skip writing this test on non-x86 platforms.
Xunop
added a commit
to Xunop/archriscv-packages
that referenced
this issue
Oct 19, 2023
Skip OrcJIT tests on riscv64. OrcJIT is still in the experimental stage, and there are some issues where the OrcJIT test fails when tested on non-x86 platforms (e.g. Issue [numba#1000](numba/llvmlite#1000)), so skip writing this test on non-x86 platforms.
felixonmars
pushed a commit
to felixonmars/archriscv-packages
that referenced
this issue
Oct 19, 2023
Skip OrcJIT tests on riscv64. OrcJIT is still in the experimental stage, and there are some issues where the OrcJIT test fails when tested on non-x86 platforms (e.g. Issue [numba#1000](numba/llvmlite#1000)), so skip writing this test on non-x86 platforms.
HA, interesting. I do have a Mac with M-series chips. I think I can reproduce this bug if I run this orcjit test on my machine?
Or maybe we should simply retest it on LLVM 15+, maybe it's resolved by higher version. |
It's certainly worth a try! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The conda-forge AArch64 build of llvmlite 0.41 is failing tests with a segfault. See conda-forge/llvmlite-feedstock#74
I note that there seems to be an issue in one of the OrcJIT tests, which only reproduces on AArch64 as far as I am aware so far:
However, the actual segfault in the tests on conda-forge occurs here:
The text was updated successfully, but these errors were encountered: