-
-
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
opaque_closure
test segfaulting on aarch64-linux-gnu
#54054
Labels
Milestone
Comments
giordano
added
system:linux
Affects only Linux
system:arm
ARMv7 and AArch64
ci
Continuous integration
labels
Apr 11, 2024
With a debug+assertions build of be3bc9a I got just barely more information:
Note the
from Line 234 in be3bc9a
src/interpreter.c:346 , but that's weird since it's just the closing brace of a function definition: Line 346 in be3bc9a
also complaining about corrupted stack. |
I think this might be a wrong gc_pop |
This code reproduces it ir = first(only(Base.code_ircode(sin, (Int,))))
oc = Core.OpaqueClosure(ir, do_compile=false)
oc(1) but no stacktrace in gdb as well, this is a full blown corrupt stack |
This got fixed in #54443 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
This is failing also in all jobs in CI, but aarch64-linux-gnu is allowed to fail tests because of #52434, so no one noticed it.
The text was updated successfully, but these errors were encountered: