-
Notifications
You must be signed in to change notification settings - Fork 793
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
Segmentation fault at mrb_vm_exec #4973
Comments
matz
added a commit
that referenced
this issue
Apr 21, 2020
It seems that [].method(:instance_exec).call{} Array.method(:class_exec).call{} |
matz
added a commit
that referenced
this issue
Apr 22, 2020
The difference between `mrb_singleton_class` and `mrb_singleton_class_ptr`: - `mrb_singleton_class_ptr` returns `struct RClass*`. - `mrb_singleton_class_ptr` returns `NULL` on immediate values where `mrb_singleton_class` raises exceptions.
matz
added a commit
that referenced
this issue
Apr 22, 2020
Thank you for the report @shuujii! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
When the following mruby code is executed with mruby in
version c91c9e2, mruby crashes because of a segmentation violation:
ASAN output:
The text was updated successfully, but these errors were encountered: