add a ticket number

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@38525 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
ko1 2012-12-21 09:37:31 +00:00
parent 87d48d14a0
commit 979479270c

View File

@ -15,6 +15,7 @@ Fri Dec 21 17:48:15 2012 Koichi Sasada <ko1@atdot.net>
}
I believe nobody mix threads at trace procedure.
This is current limitation.
[Bug #7590]
* cont.c (fiber_switch, rb_cont_call): use rb_thread_t::trace_arg
instead of rb_thread_t::trace_running.