From ec62e301965c12a5e1e0f931a8b0152d374a1912 Mon Sep 17 00:00:00 2001 From: nari Date: Thu, 4 Oct 2012 14:48:02 +0000 Subject: * gc.c (init_heap): call init_mark_stack before to allocate altstack. This change avoid the stack overflow at the signal handler on 32bit, but I don't understand reason... [Feature #7095] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@37088 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 93f46263c2..2e0f73770f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +Thu Oct 4 23:40:04 2012 Narihiro Nakamura + + * gc.c (init_heap): call init_mark_stack before to allocate + altstack. This change avoid the stack overflow at the signal + handler on 32bit, but I don't understand reason... [Feature #7095] + Thu Oct 4 22:39:27 2012 Koichi Sasada * insns.def (getlocal, setlocal): remove old getlocal/setlocal -- cgit v1.2.3