-
Notifications
You must be signed in to change notification settings - Fork 4.9k
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
slot_table[slot_index] == nullptr
- dynamic atexit destructor for 'WKS::gc_heap::mark_queue
#73679
Comments
I couldn't figure out the best area label to add to this issue. If you have write-permissions please help me learn by adding exactly one area label. |
Tagging subscribers to this area: @dotnet/gc Issue DetailsHit in #73670. Full log https://dev.azure.com/dnceng/public/_build/results?buildId=1933526&view=ms.vss-test-web.build-test-results-tab&runId=49928682&resultId=101398&paneView=debug :
|
This is regression introduced by #73375 Global static destructors can run while the other threads in the program are stopped at arbitrary place. It means that you cannot really do much interesting in them. |
Fixed by #73761 |
Hit in #73670. Full log https://dev.azure.com/dnceng/public/_build/results?buildId=1933526&view=ms.vss-test-web.build-test-results-tab&runId=49928682&resultId=101398&paneView=debug :
The text was updated successfully, but these errors were encountered: