* ChangeLog: add ticket link

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@31956 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
nagachika 2011-06-08 12:52:31 +00:00
parent 3621b2de3f
commit 5cf9a75c88

View file

@ -3,7 +3,7 @@ Wed Jun 8 21:38:57 2011 CHIKANAGA Tomoyuki <nagachika00@gmail.com>
* cont.c (root_fiber_alloc): set root fiber's status RUNNING. * cont.c (root_fiber_alloc): set root fiber's status RUNNING.
in cont_mark() only RUNNING fiber's machine stack is marked. in cont_mark() only RUNNING fiber's machine stack is marked.
root fiber's status should be RUNNING at the beginning regardless of root fiber's status should be RUNNING at the beginning regardless of
FIBER_USE_NATIVE. FIBER_USE_NATIVE. [ruby-core:36735] fixes #4827
Tue Jun 7 20:50:11 2011 KOSAKI Motohiro <kosaki.motohiro@gmail.com> Tue Jun 7 20:50:11 2011 KOSAKI Motohiro <kosaki.motohiro@gmail.com>