-
-
Notifications
You must be signed in to change notification settings - Fork 5.6k
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 with 0.6 #21243
Labels
bug
Indicates an unexpected problem or unintended behavior
compiler:inference
Type inference
types and dispatch
Types, subtyping and method dispatch
Milestone
Comments
Probably unrelated to those two issues. What's the jlapi field of the method being called? (In the debugger) |
I don't know how to check that; I'm not super familiar with LLDB, sorry. Here's some more info at least:
|
Seems to come down to this type intersection issue:
|
JeffBezanson
added a commit
that referenced
this issue
Apr 6, 2017
This was referenced Apr 11, 2017
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:inference
Type inference
types and dispatch
Types, subtyping and method dispatch
The following code:
results in
Sorry that the example is still so long, but I had trouble reducing the example further.
Output of
versioninfo()
on my Linux machine:The same error happens on OSX:
LLDB results on the OSX machine:
Possibly related to #21216, #20961?
The text was updated successfully, but these errors were encountered: