diff options
| author | matz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2009-06-17 03:56:29 +0000 |
|---|---|---|
| committer | matz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2009-06-17 03:56:29 +0000 |
| commit | b2f97ef05e9b250dadc0dc72494a4523dca81d67 (patch) | |
| tree | 1c9f4ed7138460d21d0cc674fc1555370c18219e /ChangeLog | |
| parent | b6b7c1ed0de7706ca8217b07ea4d9e8610a0a237 (diff) | |
| download | ruby-b2f97ef05e9b250dadc0dc72494a4523dca81d67.tar.gz ruby-b2f97ef05e9b250dadc0dc72494a4523dca81d67.tar.xz ruby-b2f97ef05e9b250dadc0dc72494a4523dca81d67.zip | |
* thread.c (ruby_thread_stack_overflow): call rb_exc_raise() on
stack overflows in the signal handler, if sigaltstack is
available. On stack overflow (and with sigaltstack), the signal
handler is more likely to have room to create an exception
object. [ruby-core:23813]
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@23720 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -1,3 +1,11 @@ +Wed Jun 17 12:37:37 2009 Yukihiro Matsumoto <matz@ruby-lang.org> + + * thread.c (ruby_thread_stack_overflow): call rb_exc_raise() on + stack overflows in the signal handler, if sigaltstack is + available. On stack overflow (and with sigaltstack), the signal + handler is more likely to have room to create an exception + object. [ruby-core:23813] + Wed Jun 17 08:10:38 2009 Koichi Sasada <ko1@atdot.net> * ext/objspace: added. objspace library extends some methods to |
