Date: Thu, 12 Jul 2007 10:11:10 -0400 From: christos@zoulas.com (Christos Zoulas) To: Mark Peek <mp@FreeBSD.org>, Doug White <dwhite@gumbysoft.com> Cc: tcsh-bugs@mx.gw.com, current@freebsd.org Subject: Re: tcsh backtick hang info Message-ID: <20070712141110.7D67756539@rebar.astron.com> In-Reply-To: <4695A66A.8030903@FreeBSD.org> from Mark Peek (Jul 11, 8:56pm)
next in thread | previous in thread | raw e-mail | index | archive | help
On Jul 11, 8:56pm, mp@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, christos
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20070712141110.7D67756539>