This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author gregory.p.smith
Recipients gregory.p.smith, wizzardx
Date 2010-09-30.16:12:29
SpamBayes Score 1.8390277e-06
Marked as misclassified No
Message-id <1285863151.96.0.645751530521.issue9994@psf.upfronthosting.co.za>
In-reply-to
Content
can i have you do another experiment here?

after you "ssh root@testbox /tmp/test.{py,sh}" can you:

1) login to testbox, run pstree -p
2) run an strace -p pid_of_python_or_bash >strace_for_foo.out  (for each of the test.py and test.sh processes)
3) interrupt both scripts with Ctrl-C
4) repeat the above 1..3 using a sleep.py that is simply a while True: time.sleep(1) loop.

and attach the strace output for each here?

I'm looking for differences in what happens with signals delivered and processed by each.
History
Date User Action Args
2010-09-30 16:12:32gregory.p.smithsetrecipients: + gregory.p.smith, wizzardx
2010-09-30 16:12:31gregory.p.smithsetmessageid: <1285863151.96.0.645751530521.issue9994@psf.upfronthosting.co.za>
2010-09-30 16:12:29gregory.p.smithlinkissue9994 messages
2010-09-30 16:12:29gregory.p.smithcreate