Hello
Bash 3 sometimes crashes with signal 11 in find_pipeline.
Below is a backtrace, if anybody feels like fixing it :-).
jobs.c:915-916
/* Return it if we found it. */
if (p->pid == pid)
Backtrace:
#0 find_pipeline (pid=8987, running_only=1, jobp=0x8fbf9c34) at jobs.c:916
#1 0x1c1df in w
> Repeat-By:
> [EMAIL PROTECTED]:~$ bash
> [EMAIL PROTECTED]:~$ while sleep 1; do read -t 0; done
> ... type ^C ...
> Segmentation fault
> [EMAIL PROTECTED]:~$
Hi Heike,
This bug sounds like the one I just reported to Debian:
http://bugs.debian.org/331381
There's a patch there.
-jim