-
-
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
Crash (core-dump) in Julia 0.7.0 #29175
Comments
Can reproduce crash 1.0.0, and OOB error on master. Looks like an inference problem? But
|
Lowering seems to be referencing the wrong ssavalue for computing
Note the not-dominated use of |
In the meantime if you need an implementation of this, this should be much faster:
|
Interesting that the above code is faster despite the recursion in the last line. If the input tuple |
It will be fully unrolled for small tuples, but yes it will eventually become O(n^2). For long tuples
|
The following code snippet causes Julia 0.7.0 to crash:
Version info:
The error report is:
The text was updated successfully, but these errors were encountered: