* ChangeLog: add ML and ticket ref for r38441.

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@38449 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
nagachika 2012-12-18 14:02:18 +00:00
parent 06dcf7840f
commit c2834e3ce4

View File

@ -47,7 +47,8 @@ Tue Dec 18 16:31:20 2012 Eric Hodel <drbrain@segment7.net>
Tue Dec 18 09:45:14 2012 CHIKANAGA Tomoyuki <nagachika@ruby-lang.org>
* vm.c (rb_vm_make_jump_tag_but_local_jump): take care of the case
TAG_JUMP() with TAG_FATAL (ex. rb_fatal()).
TAG_JUMP() with TAG_FATAL (ex. rb_fatal()). [ruby-core:50917]
[Bug #7570]
* test/ruby/test_fiber.rb (test_fatal_in_fiber): add a test for above.