-
-
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
GC assert failure in master and 1.10 debug build #52184
Comments
Do you have time to bisect this? |
Sure I can do it this week-end, but I'm not sure I will have time before |
...but it may help to notice that what looks like the same underlying bug is also happening on the backport-release-1.10 branch on 1ddd6da (the current latest commit): Full stacktrace
|
cc: @d-netto |
I'm finding the issue tricky to reproduce. Launching the same build on fresh git clones of the repo twice does not always consistently yield the bug. Moreover, the assert failure can stem from different places: it often occurs when building the In any case, I can see this failure occurring as far back as |
Disabled by #48600 |
Building master on commit 1ddd6da (the current latest) with a debug build throws the following GC assertion failure when attempting to precompile the Profile stdlib:
Develop for the full stacktrace
I have a "Make.user" file containing:
and I simply do
make debug
.The text was updated successfully, but these errors were encountered: