-
-
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
Unreachable reached #34207
Labels
bug
Indicates an unexpected problem or unintended behavior
compiler:codegen
Generation of LLVM IR and native code
Comments
Slight reduction:
What's happening is that the runtime is producing a 2-tuple as a pair of pointers, but codegen is expecting the allocation to be inline. |
Ah, then perhaps related to #34206? |
Keno
added
bug
Indicates an unexpected problem or unintended behavior
compiler:codegen
Generation of LLVM IR and native code
labels
Dec 28, 2019
I really appreciate you for fixing these weird edge cases I always seem to come up with :) |
This wasn't really that weird an edge case, just a fairly recent regression you happened to stumble upon. |
I'm happy anyway |
JeffBezanson
added a commit
that referenced
this issue
Jan 2, 2020
JeffBezanson
added a commit
that referenced
this issue
Jan 3, 2020
KristofferC
pushed a commit
that referenced
this issue
Jan 8, 2020
KristofferC
pushed a commit
that referenced
this issue
Apr 11, 2020
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
bug
Indicates an unexpected problem or unintended behavior
compiler:codegen
Generation of LLVM IR and native code
TOMLs attached. This occurs on nightly, but not on 1.0–1.3. On Linux "Unreachable reached" is printed, on macOS, it simply segfaults:
TOMLs.zip
The text was updated successfully, but these errors were encountered: