-
-
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
Regression with --compile=min for 1.2/master compared to 1.0/1.1 #31965
Comments
Works on the 1.0.4 backport branch. |
Seems the problem with the backtrace is the Lines 126 to 127 in b126788
|
Hmm, I could reproduce the segfault on 1.0.3 consistenly 10 times in a row before opening the issue, but not anymore so I guess this is just a problem on master then... |
Same error on the 1.2 backport branch as on master. |
The initial problem is the |
Here is another example which results in the same segfault as in my original post:
Now,
crashes with the same stracktrace as the original post on Julia 1.0.3. Seems to crash from |
I can't reproduce the segfault. I either get |
Yea only happens on 1.0.3 |
@JeffBezanson do you have any idea what might have fixed #31965 (comment) ? Worth a bisect for a backport to 1.0? |
The following segfaults on 1.0.3, works fine on 1.1.0, and errors on master:
1.0.3:
master (b126788):
The text was updated successfully, but these errors were encountered: