summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorshugo <shugo@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2007-11-10 08:33:28 +0000
committershugo <shugo@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2007-11-10 08:33:28 +0000
commitc216c3e03f684ce5d1f9b5b1bed70df0d89e78cb (patch)
treebdf15386a6e3d19ec3198407669788ad6982da0e /ChangeLog
parent6cf747f67d577c4ed98201e18b5c3c41738bef15 (diff)
downloadruby-c216c3e03f684ce5d1f9b5b1bed70df0d89e78cb.tar.gz
ruby-c216c3e03f684ce5d1f9b5b1bed70df0d89e78cb.tar.xz
ruby-c216c3e03f684ce5d1f9b5b1bed70df0d89e78cb.zip
* thread.c (call_trace_proc): don't call ID2SYM() for ID_ALLOCATOR
to avoid SEGV. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@13864 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index c1944b076..f9a67710f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+Sat Nov 10 17:27:55 2007 Shugo Maeda <shugo@ruby-lang.org>
+
+ * thread.c (call_trace_proc): don't call ID2SYM() for ID_ALLOCATOR
+ to avoid SEGV.
+
Sat Nov 10 16:37:07 2007 Eric Hodel <drbrain@segment7.net>
* lib/rubygems: Import RubyGems revision 1493.