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
fiber-related crash after full GC #3063
Comments
FWIW assertion failure disappears once the the expression that creates the proc into a separate method, like:
|
kazuho
added a commit
to h2o/h2o
that referenced
this issue
Dec 27, 2015
Thank you for the fix! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The code snippet below crashes with assertion failure:
(f->tt == MRB_TT_FIBER), function fiber_check, file /mydev/3p/mruby/mrbgems/mruby-fiber/src/fiber.c, line 140.
.The text was updated successfully, but these errors were encountered: