Bug 113808

Summary: modutils and cat /proc/modules deadlock (I think)
Product: [Fedora] Fedora Reporter: Eric Hopper <eric-bugs>
Component: kernelAssignee: Arjan van de Ven <arjanv>
Status: CLOSED RAWHIDE QA Contact: Brian Brock <bbrock>
Severity: medium Docs Contact:
Priority: medium    
Version: rawhideCC: wtogami
Target Milestone: ---   
Target Release: ---   
Hardware: athlon   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2004-04-19 03:41:30 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Eric Hopper 2004-01-18 17:06:10 UTC
From Bugzilla Helper:
User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.6) Gecko/20040115

Description of problem:
I have these process:

[root@monster root]# ps --width=2000 -f -p 9302,9303,9301,9368,17188,3
UID        PID  PPID  C STIME TTY          TIME CMD
root         3     1  0 Jan17 ?        00:00:00 [events/0]
root      9301     1  0 00:36 ?        00:00:00 rmmod parport_pc parport
root      9302     3  0 00:36 ?        00:00:00 [events/0]
root      9303  9302  0 00:36 ?        00:00:00 /sbin/modprobe -q --
parport_lowlevel
root      9368  9314  0 00:37 pts/3    00:00:00 lsmod
root     17188 17138  0 08:35 pts/6    00:00:00 cat /proc/modules

9301,9303, and 17188 are all hung.  rmmod has been hung for at least 8
hours.

I believe that what happened is that I ran rmmod and the system ran
modprobe at the same time, and they are deadlocked.  I'm not sure of
this though.

I'm going to reboot now, and this problem may never show itself again.
 But, I thought I should report it when it did.


Version-Release number of selected component (if applicable):
kernel-2.6.1-1.43
modutils-2.4.26-2

How reproducible:
Didn't try


Additional info:

Comment 1 Warren Togami 2004-04-19 03:41:30 UTC
This was probably fixed a long time ago.