Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

Re: PATCH: Re: zsh hangs (3.0.6-pre-2, 3.1.5-pws-16)



On May 4,  9:48am, Bart Schaefer wrote:
} Subject: PATCH: Re: zsh hangs (3.0.6-pre-2, 3.1.5-pws-16)
}
} I think that's what's happening -- getoutput() has called child_block()
} and will call child_unblock() right before child_suspend()

That's not precisely accurate, BTW.  child_suspend() is what calls [the
equivalent of] child_unblock() internally, right before sigsuspend() [or
the equivalent].  The conceptual flow is the same.

-- 
Bart Schaefer                                 Brass Lantern Enterprises
http://www.well.com/user/barts              http://www.brasslantern.com



Messages sorted by: Reverse Date, Date, Thread, Author