On Sat, Apr 09, 2005 at 08:47:27PM +0200, Kacper Kornet wrote: > When I run my kernel 2.4.29 with the parameter init=/bin/bash, bash hangs > after executing of the first command. I think, that problem is the presence > of WCONTINUED in the arguments of waitpid in function waitchld. The patch > bash-WCONTINUED.patch is supposed to correct it but does not work in this > situation (I don't know why). I have mananged to correct this problem with > the following patch:
Which version? bash 3 on HEAD and (IIRC) bash 2 on AC-branch are patched with bash-WCONTINUED.patch, which causes reverting to old behaviour if WCONTINUED is not supported by kernel. -- Jakub Bogusz http://cyber.cs.net.pl/~qboosh/ _______________________________________________ pld-devel-en mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-devel-en
