-
-
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
Illegal instruction on 1.10.2 but not 1.11+ #53843
Comments
Runs fine for me on 1.10.2 on AMD. my `versioninfo`
Julia session
|
I can reproduce on
dmesg shows
but in julia code I'm not sure how to find the assembly of the offending opcode. |
Can't reproduce on alder lake :( |
@quinnj it seems your package was renamed, so I took the liberty of adjusting your reproducer steps. I cannot reproduce this with 1.10.3 on two different systems:
and
@giordano @quinnj can either of you repro the issue in 1.10.3? |
I can still reproduce. But note I have haswell, you have znver3, and this is a SIGILL, so having a higher ISA explains why you can't reproduce. |
Steps to reproduce with 1.10:
Produces output:
The crash does not happen on 1.11 or nightly, so something was fixed along the way, hence I'm mainly opening in case someone can readily see something that needs a backport.
The text was updated successfully, but these errors were encountered: