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

Call rb_jump_tag instead of rb_exc_raise #7

Merged
merged 1 commit into from
Mar 11, 2017
Merged

Call rb_jump_tag instead of rb_exc_raise #7

merged 1 commit into from
Mar 11, 2017

Conversation

graywolf
Copy link
Contributor

Fix suggested by Nobuyoshi Nakada: https://bugs.ruby-lang.org/issues/13297#note-2

Fixes #1

$ irb -I lib
irb(main):001:0> require 'tk'
=> true
irb(main):002:0> ^D

Fix suggested by Nobuyoshi Nakada: https://bugs.ruby-lang.org/issues/13297#note-2

Fixes #1

$ irb -I lib
irb(main):001:0> require 'tk'
=> true
irb(main):002:0> ^D
@hsbt hsbt merged commit 9406fe3 into ruby:master Mar 11, 2017
@graywolf graywolf deleted the fix_segfault_on_exit branch March 11, 2017 13:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants