insert a pcmcia card: BUG: soft lockup detected on CPU#0!

Bug #63793 reported by clearzen
6
Affects Status Importance Assigned to Milestone
linux-source-2.6.15 (Ubuntu)
Invalid
Undecided
Unassigned

Bug Description

when I am in a terminal and insert a card it gives me this output [17223282.388000] BUG: soft lockup detected on CPU#0!
the computer I am having this problem with is a hp pavilion ze4400 It will accept wireless cards under knoppix and slax. I don't know what the difference in configuration is as I have not check that thourghly.

Tags: kernel-bug
Revision history for this message
towsonu2003 (towsonu2003) wrote :

which version of ubuntu are you using?

Revision history for this message
clearzen (freshbeatz) wrote : Re: [Bug 63793] Re: If I insert a pcmcia card it freezes my system

I am using 6.06 LTS. It is the default(gnome) desktop.

On 10/4/06, towsonu2003 <email address hidden> wrote:
>
> which version of ubuntu are you using?
>
> --
> If I insert a pcmcia card it freezes my system
> https://launchpad.net/bugs/63793
>

Revision history for this message
towsonu2003 (towsonu2003) wrote : Re: If I insert a pcmcia card it freezes my system

sorry it took me so long, I somehow missed your reply.

Revision history for this message
clearzen (freshbeatz) wrote : Re: [Bug 63793] Re: insert a pcmcia card: BUG: soft lockup detected on CPU#0!

I know this one. I had a HP pavillion 4400ze that did this to me. I
eventually figured out that by removing executable permission from
pcmciautils it corrected the problem.

On Nov 11, 2007 8:41 PM, Brian Murray <email address hidden> wrote:
> ** Tags added: kernel-bug
>
> --
> insert a pcmcia card: BUG: soft lockup detected on CPU#0!
> https://bugs.launchpad.net/bugs/63793
> You received this bug notification because you are a direct subscriber
> of the bug.
>

Revision history for this message
Gareth Fitzworthington (mapping-gp-deactivatedaccount) wrote :

This bug has had no activity for a considerable period. This is a check to see if there is still interest in investigating this bug report.
Appears to have been solved with permission change.

Changed in linux-source-2.6.15:
status: New → Incomplete
Revision history for this message
emk2203 (emk2203) wrote :

The bug is alive and kicking as of 2008-03-03 with 2.6.24-14-386.

When pcmcia card is inserted, dmesg shows:

[ 918.729490] =======================
[ 930.524460] BUG: soft lockup - CPU#0 stuck for 11s! [swapper:0]
[ 930.524569]
[ 930.524573] Pid: 0, comm: swapper Tainted: P (2.6.24-14-386 #1)
[ 930.524578] EIP: 0060:[<c0124f23>] EFLAGS: 00000206 CPU: 0
[ 930.524584] EIP is at __do_softirq+0x33/0xa0
[ 930.524588] EAX: c03fa000 EBX: 00000002 ECX: 00000002 EDX: 00000082
[ 930.524593] ESI: c03d9640 EDI: 0000000a EBP: 00000000 ESP: c03fbf4c
[ 930.524598] DS: 007b ES: 007b FS: 0000 GS: 0000 SS: 0068
[ 930.524603] CR0: 8005003b CR2: b7ec45cc CR3: 37032000 CR4: 00000690
[ 930.524608] DR0: 00000000 DR1: 00000000 DR2: 00000000 DR3: 00000000
[ 930.524613] DR6: ffff0ff0 DR7: 00000400
[ 930.524636] [<c0124fd5>] do_softirq+0x45/0x50
[ 930.524649] [<c010752c>] do_IRQ+0x3c/0x70
[ 930.524701] [<c0106183>] common_interrupt+0x23/0x30
[ 930.524753] [<c015007b>] audit_alloc+0xeb/0x110
[ 930.524759] [<c011007b>] wakeup_code+0x7b/0xde
[ 930.524785] [<f884da72>] acpi_idle_enter_simple+0x140/0x1aa [processor]
[ 930.524857] [<c02734c1>] cpuidle_idle_call+0x71/0xa0
[ 930.524879] [<c010361c>] cpu_idle+0x1c/0x70
[ 930.524885] [<c03fcb05>] start_kernel+0x245/0x2d0
[ 930.524897] [<c03fc370>] unknown_bootoption+0x0/0x1e0
[ 930.524929] =======================
[ 936.685659] cs: pcmcia_socket1: unable to apply power.

last line comes after I pull the card (PCMCIA USB 2.0 card) out.

In terms of workaround, I would appreciate if someone finds a good solution (disabling pcmciautils seems to invite breakage because it runs as a service in several runlevels)

Revision history for this message
Gareth Fitzworthington (mapping-gp-deactivatedaccount) wrote :

emk2203,
Does the work around by clearzen (above) also fix this for you?
Is this occurring for you on "hp pavilion ze4400" as for original reporter?

Revision history for this message
emk2203 (emk2203) wrote : Re: [Bug 63793] Re: insert a pcmcia card: BUG: soft lockup detected on CPU#0!

Gareth Fitzworthington schrieb:
> emk2203,
> Does the work around by clearzen (above) also fix this for you?
> Is this occurring for you on "hp pavilion ze4400" as for original reporter?
>
>
Gareth,

thanks for asking, no, the work around didn't work for me. I am working
with a Dell Latitude C840. Instead of removing the executable bit from
pcmciautils, I did

update-rc.d - f pcmciautils remove
invoke-rc.d pcmciautils stop

in a root shell and inserted the card (UH-420 from Ultron, PCMCIA USB
2.0 adapter).

Same problem.

After this, activated pcmciautils again with

update-rc.d pcmciautils defaults

since the "fix" obviously wasn't one.

Following the original tip to the letter:

chmod -x pcmciautils
<reboot>
<card insert>

yielded the same lockup result as ever. Other PCMCIA cards tried (SCSI,
SD memory card adapter) work fine.

By the way: the problematic card runs fine under Linux in a Sidux
(Debian Sid) environment on a Dell Inspiron 9300. But it refuses to run
under Sidux live system 2008-01 with the Latitude C840. It runs under
Windows XP on the Latitude C840.

HTH

Erik Koennecke

Revision history for this message
Gareth Fitzworthington (mapping-gp-deactivatedaccount) wrote :

Erik,
thanks for the reply.
The issue you are experiencing is clearly quite different to the bug reported here by "clearzen".
Different CPU, chipsets and graphics.
Your issue seems to be a specific problem between the interfacing of the Ultron UH-420 and probably your C840 chipset & BIOS. Difficult to say for sure at this point. The Ultron UH-420 seems well supported on different hardware as you point out.

I have searched Launchpad for a similar bug but I am unable to find a similar report.
You need to report your issue as a separate new bug in Launchpad. It can't be dealt with here.

When you do please attached the following to your newly created bug:
sudo dmidecode > dmidecode.txt
lspci -vvnn > lspci-vvnn.txt
and the debug info you reported above. Also report operational issues that may be helpful such: Does it boot & work OK with card already inserted (ie. is issue only card insertion?)??
Thanks.

Revision history for this message
Gareth Fitzworthington (mapping-gp-deactivatedaccount) wrote :

We are closing this bug report because it lacks the information we need to investigate the problem, as described in the previous comments. Please reopen it if you can give us the missing information, and don't hesitate to submit bug reports in the future. To reopen the bug report you can click on the current status, under the Status column, and change the Status back to "New". Thanks again!

Changed in linux-source-2.6.15:
status: Incomplete → Invalid
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.