You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Somehow this happens at the same time as the GC_gcollect call within neko_gc_major() while neko is shutting down, which also tries to access the same thread to suspend it.
Can be reproduced by running this program repeatedly:
From: #281 (comment)
Can be reproduced by running this program repeatedly:
Here is a minimal sample. For this to reproduce the following conditions must be met:
neko_gc_major()
See: ivmai/bdwgc#704
The text was updated successfully, but these errors were encountered: