-
Notifications
You must be signed in to change notification settings - Fork 408
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
threadleaktest hang on E2K #418
Comments
Stack trace:
|
Potential solution: determine the buffer size in GC_get _procedure_stack (called from signal) but call malloc from a thread which holds the GC lock. Relates also to #413 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Source: master (c5c7c53)
Host: Linux/e2k
Occurrence: rare (~1/20)
How to build: ./configure --disable-thread-local-alloc && make -j check
Related issue: #411
Reason: malloc (in GC_get_procedure_stack) is called from a signal which is invoked while executing calloc() called from pthread_create.
The text was updated successfully, but these errors were encountered: