Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 21 Sep 1995 17:38:23 +1000
From:      Bruce Evans <bde@zeta.org.au>
To:        j@uriah.heep.sax.de, jc@irbs.com
Cc:        freebsd-bugs@freebsd.org
Subject:   Re: Shell bug
Message-ID:  <199509210738.RAA01315@godzilla.zeta.org.au>

next in thread | raw e-mail | index | archive | help
>This is not to neglect the bug, but:

>$ while { sleep 1 & wait ; } ; do
>> echo fine
>> done
>fine
>...

Perhaps it is sensitive to the malloc version.  I use shared libraries
for everything except ld.so, so /bin/sh automatically uses phkmalloc.
I will try the 4.4lite2 sh (linked shared of course) in a few minutes.

Bruce



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199509210738.RAA01315>