Bug 3332
Summary: | Process may hang | ||
---|---|---|---|
Product: | Other | Reporter: | H.J. Lu (hjl.tools) |
Component: | Other | Assignee: | other_other |
Status: | REJECTED INVALID | ||
Severity: | normal | ||
Priority: | P2 | ||
Hardware: | i386 | ||
OS: | Linux | ||
Kernel Version: | 2.6.9-rc1 | Subsystem: | |
Regression: | --- | Bisected commit-id: | |
Attachments: |
A testcase
The kernel configure file |
Description
H.J. Lu
2004-09-02 17:00:21 UTC
Created attachment 3623 [details]
A testcase
"expect" is needed to reproduce this bug. I am
using expect-5.39.0-98 from Red Hat. I got
# nohup make&
# ps -xa
...
2770 pts/0 S 0:00 make
2771 pts/0 S 0:00 time expect test.exp
2772 pts/0 S 0:01 expect test.exp
5985 tty1 Ss+ 0:00 /sbin/mingetty tty1
8146 ? Zs 0:00 [true] <defunct>
...
# tail nohup.out
count: 1786
spawn true
count: 1787
spawn true
count: 1788
spawn true
count: 1789
spawn true
count: 1790
spawn true
on a UP P4 HT running SMP kernel. UP kernel is OK.
Created attachment 3624 [details]
The kernel configure file
It looks like an expect bug. I will close it for now. |