From f21d7d98318919c730a5dbcca9f2c931ebd66898 Mon Sep 17 00:00:00 2001 From: ktsj Date: Sun, 21 Oct 2012 10:14:26 +0000 Subject: * vm_core.h (rb_vm_t::trace_running): add a new field `trace_running' to store vm global tracing status. * vm_trace.c: fix SEGV bug. event_hook was free'd even when the hook is still used in another thread. [ruby-dev:46141] [Bug #7032] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@37280 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 4ac3c5b403..db92606bb4 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,12 @@ +Sun Oct 21 19:12:59 2012 Kazuki Tsujimoto + + * vm_core.h (rb_vm_t::trace_running): add a new field + `trace_running' to store vm global tracing status. + + * vm_trace.c: fix SEGV bug. event_hook was free'd + even when the hook is still used in another thread. + [ruby-dev:46141] [Bug #7032] + Sun Oct 21 19:12:42 2012 Kazuki Tsujimoto * vm_core.h (rb_vm_t::trace_flag): remove `trace_flag' -- cgit v1.2.3