This project is closed and read-only.
Actions
Bug #1499
closedCommit 22478 has "that can't be right!" defect in rb_thread_schedule.
Bug #1499:
Commit 22478 has "that can't be right!" defect in rb_thread_schedule.
Description
=begin
http://svn.ruby-lang.org/cgi-bin/viewvc.cgi/branches/ruby_1_8_7/eval.c?view=diff&r1=22477&r2=22478
but but since th == th_found
means that if is ALWAYS going to fail!
I'm not sure what the correct code is... but I'm guessing it is move the th->wait_for = 0 to after the ifs.
=end
Actions