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

Re: Wrong build on SunOS 5.8 or bug in zsh?



Andreas Pistoor wrote:
> On Linux, AIX and our develop-SunOS the zsh works fine, but on our
> SunOS-production-machines some long running scripts, which starts many
> subjobs and waits for them, get from time to time a signal SIGBUS (or
> maybe SIGILL or SIGSEGV, I am not sure about older events). Sometimes
> this signal was resent while the zsh was in the code to buffer a
> previous signal in its internal list, resulting in overflowing this list
> and locking the shell. At other times, the signal was traped and resent
> while trying to exit the shell in that trap, also locking the shell. The
> last time, now without the traps on that signals, a subshell called by
> $( ... ) exited.

It would be useful to see a gdb backtrace of the state the shell is in
if it locks, or of a core dump, if you can get one.

-- 
Peter Stephenson <pws@xxxxxxx>                  Software Engineer
CSR PLC, Churchill House, Cambridge Business Park, Cowley Road
Cambridge, CB4 0WZ, UK                          Tel: +44 (0)1223 692070


**********************************************************************
This email and any files transmitted with it are confidential and
intended solely for the use of the individual or entity to whom they
are addressed. If you have received this email in error please notify
the system manager.

**********************************************************************



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