Bug 3332

Summary: Process may hang
Product: Other Reporter: H.J. Lu (hjl.tools)
Component: OtherAssignee: 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
On a Up P4 HT machine running SMP kernel, a process may hang.
Comment 1 H.J. Lu 2004-09-02 17:03:48 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.
Comment 2 H.J. Lu 2004-09-02 17:04:44 UTC
Created attachment 3624 [details]
The kernel configure file
Comment 3 H.J. Lu 2004-09-20 12:47:57 UTC
It looks like an expect bug. I will close it for now.