psanford (Peter Sanford)
- Login: psanford
- Email: psanford@nearbuysystems.com
- Registered on: 06/02/2011
- Last sign in: 10/22/2014
Issues
| open | closed | Total | |
|---|---|---|---|
| Assigned issues | 0 | 0 | 0 |
| Reported issues | 0 | 0 | 0 |
Activity
06/03/2011
-
01:13 AM Ruby Bug #4777: Ruby 1.9.2-p180 ignoring INT, TERM, and QUIT until it receives CONT
- Ok. I upgraded to the 2.6.39 kernel (using the kernel-ppa) and the problem went away. I know that there were some issues with 2.6.38 + bash related to signal handling*, although it is not clear to me if there was any kernel change to add...
06/02/2011
-
01:01 AM Ruby Bug #4777: Ruby 1.9.2-p180 ignoring INT, TERM, and QUIT until it receives CONT
- I have reproduced the same issue with Ubuntu 11.04 + ruby 1.9.2-p180 (I have not tried with other ubuntu versions). Here is a simple test script to reproduce the problem:
#!/usr/bin/env ruby
`/bin/true`
begin
require 'nonexis...