Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
coredump on ( command & )
- X-seq: zsh-workers 23811
- From: Geoff Wing <gcw@xxxxxxx>
- To: zsh-workers@xxxxxxxxxx
- Subject: coredump on ( command & )
- Date: Fri, 31 Aug 2007 15:06:39 +1000
- Mailing-list: contact zsh-workers-help@xxxxxxxxxx; run by ezmlm
- Organization: PrimeNet Computer Consultancy
Heyla,
the following command is checking something invalid:
% ( echo & )
jobs.c:1254: No valid job in waitjobs.
[1] 4693 segmentation fault (core dumped) (; echo &; )
%
Replace echo with any command, including ``:''. Some other
commands don't produce the jobs.c debug warning.
Regards,
Geoff
Messages sorted by:
Reverse Date,
Date,
Thread,
Author