Skip to content
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

Segfault when using Kernel#eval on a String that raises an error #1942

Closed
pbosetti opened this issue Mar 25, 2014 · 1 comment
Closed

Segfault when using Kernel#eval on a String that raises an error #1942

pbosetti opened this issue Mar 25, 2014 · 1 comment

Comments

@pbosetti
Copy link
Contributor

For example:

begin
  eval "a[0]"
rescue
end

I am trying to trace the fault, it seems located in the begin/rescue implementation.

@matz matz closed this as completed in bfd2a53 Mar 25, 2014
ghost pushed a commit to iij/mruby that referenced this issue Mar 26, 2014
@mattn
Copy link
Contributor

mattn commented Mar 27, 2014

This change affect to mrb_load_file_cxt.

mattn/mruby-require#20

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants