Project

General

Profile

Feature #4347 » 192_continuation_tracing.patch

patch for 1.9.2 r30696 - quix (James M. Lawrence), 02/08/2011 04:30 AM

View differences:

thread.c
rb_remove_event_hook(call_trace_func);
if (NIL_P(trace)) {
GET_THREAD()->tracing = 0;
return Qnil;
}
......
rb_threadptr_revmove_event_hook(th, call_trace_func);
if (NIL_P(trace)) {
th->tracing = 0;
return Qnil;
}
thread_add_trace_func(th, trace);
(3-3/3)