[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: comint-interrupt-subjob failure
From: |
Richard Stallman |
Subject: |
Re: comint-interrupt-subjob failure |
Date: |
Sat, 27 Apr 2002 16:42:05 -0600 (MDT) |
M-x shell (my shell is tcsh)
Then do something that takes time to run like
/usr/sbin/traceroute www.bbc.co.uk
Then type ^C^C (which is bound to comint-interrupt-subjob)
I then see a shell prompt, but the traceroute process is still running
and producing output and shows up in jobs.
This would seem to be a shell bug. It is clear that the signal was
delivered. Since the shell resumed, it must have receive SIGCLD.