-
-
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
Assertion failed in subtyping - Segfault #39565
Comments
Dup of #34170, which was supposed to be fixed by 8f6432e (and is part of the RC).
So this probably didn't happen on the beta only because it wasn't built with assertions, while the rc was. |
Those are not the same sort of non-normalized types from #34170 so this is probably not a dup. |
It is also an entirely different assert.
|
|
Pointing out here that it only seems to be the Mac .dmg that accidentally got assertions enabled. |
@staticfloat can you look into why the buildbot pushed out a release with assertions? |
We talked about it, seems it was just a human error which one that got picked for code signing and uploading. |
This bug seems to exist in the core subtyping algorithm at least since 1.0. So I think we should basically paper over this for now --- e.g. we can replace the obviously_egal check with just egal (how much slower could it be? come to think of it, I will check). |
Starting from Julia-1.6-rc1 I get the following error
using the package worked under
Julia-1.6-beta1
.Here are the steps I took and the exact versions which got installed. I know that this is not a small reproducible example, but I don't where to start to produce such a thing in this case.
The text was updated successfully, but these errors were encountered: