ruby-cvs:21811
From: nobu ruby-lang.org
Date: Mon, 24 Dec 2007 13:43:39 +0900 (JST)
Subject: [ruby-cvs:21811] Ruby:r14574 (trunk): * thread.c (rb_thread_atfork): should not leave living_threads
nobu 2007-12-24 13:43:38 +0900 (Mon, 24 Dec 2007)
New Revision: 14574
Modified files:
trunk/ChangeLog
trunk/thread.c
Log:
* thread.c (rb_thread_atfork): should not leave living_threads
referring freed table while allocating new table.
http://svn.ruby-lang.org/cgi-bin/viewvc.cgi/trunk/ChangeLog?r1=14574&r2=14573
http://svn.ruby-lang.org/cgi-bin/viewvc.cgi/trunk/thread.c?r1=14574&r2=14573