From 8fe95fea9d238a6deb70c8953ceb3a28a67f4636 Mon Sep 17 00:00:00 2001 From: nobu Date: Sat, 31 Jan 2015 03:06:26 +0000 Subject: thread_pthread.c: Fix intermittent SIGBUS on Linux * thread_pthread.c (reserve_stack): fix intermittent SIGBUS on Linux, by reserving the stack virtual address space at process start up so that it will not clash with the heap space. [Fix GH-822] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@49452 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index e390e4f241..6abd76c264 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +Sat Jan 31 12:06:23 2015 Scott Francis + + * thread_pthread.c (reserve_stack): fix intermittent SIGBUS on + Linux, by reserving the stack virtual address space at process + start up so that it will not clash with the heap space. + [Fix GH-822] + Fri Jan 30 17:28:29 2015 gogotanaka * math.c (num2dbl_with_to_f): make faster when Bignum passed by -- cgit v1.2.3