Bug 101793 - Using an SMP kernel, the system hangs when the configuration space of the PCI device is actively communicating.
Summary: Using an SMP kernel, the system hangs when the configuration space of the PCI...
Keywords:
Status: CLOSED WONTFIX
Alias: None
Product: Red Hat Linux
Classification: Retired
Component: kernel
Version: 8.0
Hardware: i686
OS: Linux
high
medium
Target Milestone: ---
Assignee: Arjan van de Ven
QA Contact: Brian Brock
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2003-08-06 22:13 UTC by Need Real Name
Modified: 2007-03-27 04:08 UTC (History)
1 user (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2004-09-30 15:41:24 UTC
Embargoed:


Attachments (Terms of Use)

Description Need Real Name 2003-08-06 22:13:50 UTC
VERSION/RELEASE:
All SMP kernels in RedHat 7.3, 8.0, 9.0

REPRODUCIBLE:
Yes

STEPS TO REPRODUCE:
0) List the PCI devices on your system:

$lspci

The output will be a long list of devices, in the following format:

00:07.0 VGA compatible controller: Chips an...

1) run the following command (which reads the configuration space):

$while [ 1 ] ; do cat /proc/bus/pci/00/07.0 > /dev/null ; done &

Notice how the lspci output is used in this command - 00:07.0 
becomes /proc/bus/pci/00/07.0 (feel to use a different device or more than one)

2) start and stop X windows (using xinit) between 3 and 15 times

ACTUAL RESULTS:
The system enters a completely unresponsive state and must be rebooted.

EXPECTED RESULTS:
Interaction with the PCI configuration space should not alter system stability 
and should not cause a system crash.

ADDITIONAL INFORMATION:
This problem has been identified and tested in numerous hardware environments 
(dual PIII & dual XEON, different motherboards).  In all of these situations 
(using an SMP kernel), activity in the configuration space of the PCI bus, 
along with the initialization of X, caused the system to crash.

This test was also run on single processor machines and the symptoms were NOT 
detected.

Comment 1 Bugzilla owner 2004-09-30 15:41:24 UTC
Thanks for the bug report. However, Red Hat no longer maintains this version of
the product. Please upgrade to the latest version and open a new bug if the problem
persists.

The Fedora Legacy project (http://fedoralegacy.org/) maintains some older releases, 
and if you believe this bug is interesting to them, please report the problem in
the bug tracker at: http://bugzilla.fedora.us/



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