-
Notifications
You must be signed in to change notification settings - Fork 70
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
Threading crash #221
Comments
@cgay too ... |
we're getting smaller: http://paste.lisp.org/display/130273 |
but slightly different: primitive_write_thread_variable (h=0xdb3e000, nv=0xc04b8) at posix-threads.c:1429 |
this is fixed now... thanks @promovicz |
When using the current master and running Koala, after serving a request, you get a crash due to NLX stuff.
Using the nlx trace logging:
And the stack in gdb:
and:
The code involved here has a lot of stuff going on with exit frames and dynamic unwinds.
Thoughts, @promovicz, @housel, @hannesm ?
The text was updated successfully, but these errors were encountered: