From: Yukihiro Matsumoto Date: 2006-10-22T16:54:21+09:00 Subject: Re: Signal handling behaviour change after ruby upgrade Hi, In message "Re: Signal handling behaviour change after ruby upgrade" on Sat, 21 Oct 2006 21:17:46 +0900, andrew@walrond.org writes: |I use an init system written in ruby for my Gnu/linux distro, and it |makes heavy use of signal handling. | |After upgrading (stable snapshots) |from | ruby 1.8.3 (2005-10-26) |to | ruby 1.8.5 (2006-10-18) It was caused by a partial backport from the HEAD. The problem was reported more than year ago in [ruby-talk:147220] by Guillaume Marcais, but somehow I missed it. I am sorry. It will be fixed in the snapshot soon. matz.