Bug 3332 - Process may hang
Summary: Process may hang
Status: REJECTED INVALID
Alias: None
Product: Other
Classification: Unclassified
Component: Other (show other bugs)
Hardware: i386 Linux
: P2 normal
Assignee: other_other
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-09-02 17:00 UTC by H.J. Lu
Modified: 2004-09-20 12:47 UTC (History)
0 users

See Also:
Kernel Version: 2.6.9-rc1
Subsystem:
Regression: ---
Bisected commit-id:


Attachments
A testcase (2.33 KB, application/octet-stream)
2004-09-02 17:03 UTC, H.J. Lu
Details
The kernel configure file (48.60 KB, text/plain)
2004-09-02 17:04 UTC, H.J. Lu
Details

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.

Note You need to log in before you can comment on or make changes to this bug.