Bug 136347
Summary: | Machine becomes unusable when you pull pcmcia wireless card out | ||
---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | Daniel Walsh <dwalsh> |
Component: | kernel | Assignee: | Dave Jones <davej> |
Status: | CLOSED RAWHIDE | QA Contact: | Brian Brock <bbrock> |
Severity: | medium | Docs Contact: | |
Priority: | medium | ||
Version: | rawhide | CC: | dcbw, pfrields, wtogami |
Target Milestone: | --- | ||
Target Release: | --- | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | Bug Fix | |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2004-10-25 15:40:37 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: | |||
Bug Depends On: | |||
Bug Blocks: | 130887 |
Description
Daniel Walsh
2004-10-19 13:11:14 UTC
When cardmgr goes to 97%, can you attach to it with gdb and post a backtrace to this bug report? If you still have this problem on Monday, let me drop by your cube and try to diagnose. My suspicion is (completely unfounded) that netplugd doesn't know that the device is gone (becuase cardmgr is hung and hasn't signaled the unplug event to hotplug scripts, or the driver can't unload, etc) because either cardmgr is hung for some unrelated reason, or becuase netplugd is still holding onto the driver, because it doens't know the card is gone, because... (etc). Don't drivers have a usage count or something? I've see messages such as "Usage count is 5, cannot unload driver" on shutdown a number of times. Not networking ones, these days. This used to be the case, but there were tons of races (resulting in shutdowns getting stuck etc.), and apparently doing usage count tracking for networking is: 14:58 < arjan> too expensive to count 14:59 < arjan> instead afaik stuff deals with nic drivers just going way Of course, from the impression I have from linux-kernel, pcmcia in 2.6.9 has "issues". Ok, I reinstalled my machine with the latest from FC3. And this problem has dissappeared. A few entries in the log file that the card was removed and then it quiets down. So I am going to close the bug. Dan |