On Jul 11, 8:56pm, mp_at_FreeBSD.org (Mark Peek) wrote: -- Subject: Re: tcsh backtick hang info | There appears to be two different issues. One is with the builtin kill and the | other is the gdb issue. I sent off a tentative patch to the reporter of the | builtin kill issue and am awaiting onfirmation. The patch is here: | | http://people.freebsd.org/~mp/tcsh_kill.patch | | The gdb issue, much to my dismay, is still alluding my debugging skill given | the interaction with gdb and issues with actually debugging what is happening. | | Mark Thanks for all the work and time spent tracking this! The fix is definitely correct. You must be able to receive sigchld from the glob command otherwise the shell will not be able to reap the `` job. So blocking after globbing is the way to go. Good luck with gdb :-) Best, christosReceived on Thu Jul 12 2007 - 12:32:04 UTC
This archive was generated by hypermail 2.4.0 : Wed May 19 2021 - 11:39:14 UTC