Results 1 to 2 of 2
Whenever I build bash (any version, any patchlevel), it hangs when I run it. I've tried compiling the same version/patchlevel on my laptop running 2.6.11 and there's no problem. I ...
- 06-21-2005 #1
Bash Hangs on 2.6.7 Kernel
Whenever I build bash (any version, any patchlevel), it hangs when I run it. I've tried compiling the same version/patchlevel on my laptop running 2.6.11 and there's no problem. I know I could just upgrade my kernel to 2.6.11, but I'm happy with how I have things working on 2.6.7 and would like to be able to solve this problem.
For example, I'll run this new bash and do:
And it will hang indefinitely, never returning to a prompt. Control-C,Z,X, nothing works, and the only way I can kill it is:Code:$ ls foo bar baz
Any ideas?Code:kill -9 pid
- 06-22-2005 #2
*bump*
Okay, I've found that this could also be a bug in GLibc, however after applying the WCONtinue patch and recompiling, it still hasn't changed.


Reply With Quote
