senotrusov (Stanislav Senotrusov)
- Login: senotrusov
- Email: senotrusov@gmail.com
- Registered on: 07/25/2008
- Last sign in: 06/30/2011
Issues
| open | closed | Total | |
|---|---|---|---|
| Assigned issues | 0 | 0 | 0 |
| Reported issues | 0 | 1 | 1 |
Activity
06/28/2011
-
01:47 PM Ruby Bug #4939: Signal handling does not working if single grave accent ( ` ) initiated command was issued before Signal.trap
- The problem disappears after upgrade to Linux foo 2.6.39-0-generic #5~20110427-Ubuntu SMP Wed Apr 27 17:41:08 UTC 2011 i686 i686 i386 GNU/Linux using kernel-ppa.
I've suggest it's not a Ruby bug.
Thank you. -
01:04 PM Ruby Bug #4939: Signal handling does not working if single grave accent ( ` ) initiated command was issued before Signal.trap
- Thank you for pointing #4777. I've just read it and found it similar.
As it #4777 in my case when I sent CONT signal, the previously ignored TERM is handled well.
I'm running test case on Ubuntu 11.04 (Linux foo 2.6.38-8-generic #4... -
04:21 AM Ruby Bug #4939 (Third Party's Issue): Signal handling does not working if single grave accent ( ` ) initiated command was issued before Signal.trap
- If grave accent ( ` ) shell command (`whoami` in the following case) is called BEFORE Signal.trap,
the signals will not be handled, and ruby default handling behavior also did not work.
Basically, when I press Ctrl+C or send kill -TE...