-
-
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
Segfault in complex array comprehensions #14786
Comments
Interestingly enough, declaring |
Crashes my 0.4.3 as well (although with different backtrace). Works fine on 0.3.12 |
Somehow the type of
Probably related to #7258 |
This case seems to be fixed now due to improvement in type inference. |
add the test to close then? |
Just to verify: works for me too now on current master. I did not check current 0.4 series. If not, it would be great if the fix can be backported there too. |
The issue is hidden due to unrelated changes (either type inference or definition of |
rendered irrelevant by jb/comprehensions |
still may as well add that test? |
The below code snippet segfaults Julia 0.4.x, both on Mac (0.4.2 from Homebrew) and on Linux (self-built release-0.4 branch):
Backtrace and full version info are at:
https://gist.github.com/ahonkela/516a7e6b530795c4ade1
Antti
The text was updated successfully, but these errors were encountered: