-
-
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
collect-related segfault #31406
Labels
bug
Indicates an unexpected problem or unintended behavior
Comments
JeffBezanson
added
the
bug
Indicates an unexpected problem or unintended behavior
label
Mar 19, 2019
Looks like |
Closed
Could this segfault be related? It is not related to |
I would file an issue for that. |
vtjnash
added a commit
that referenced
this issue
Apr 10, 2019
it should only widen a signature, not narrow it, but was using intersect instead of subtype fix #31406
JeffBezanson
pushed a commit
that referenced
this issue
Apr 11, 2019
it should only widen a signature, not narrow it, but was using intersect instead of subtype fix #31406
KristofferC
pushed a commit
that referenced
this issue
Apr 15, 2019
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I'm getting segfault with the following code:
It seems to work fine with
--inline=no
.The text was updated successfully, but these errors were encountered: