* BUG when removing USB flash drive
@ 2004-05-14 0:41 Alberto Bertogli
2004-05-14 11:03 ` Greg KH
0 siblings, 1 reply; 3+ messages in thread
From: Alberto Bertogli @ 2004-05-14 0:41 UTC (permalink / raw)
To: linux-usb-devel; +Cc: linux-kernel
Hi!
I've just hit a bug after removing a Kingston USB flash drive.
I have removed it several (probably more than 40) times today without
problems until now. I'm removing it while doing streaming write()s on
the device (using /dev/sda) because I'm testing some things with the
drive. This was just like all the other times, so it looks like a race
somewhere.
This is a stock 2.6.6 kernel, on a Pentium 4 with HT (the kernel is
compiled with both SMP and preempt).
After the BUG the kernel doesn't detect the device anymore.
Please let me know if you need any more information or if I can give you a
hand with testing.
Thanks a lot,
Alberto
kernel BUG at drivers/usb/storage/usb.c:848!
invalid operand: 0000 [#1]
PREEMPT SMP
CPU: 1
EIP: 0060:[<c030843c>] Not tainted
EFLAGS: 00010202 (2.6.6)
EIP is at usb_stor_release_resources+0xa3/0xcd
eax: 00002832 ebx: c639e200 ecx: c04bd768 edx: debf2888
esi: c04c6780 edi: c308ac00 ebp: c308ac24 esp: dededeb0
ds: 007b es: 007b ss: 0068
Process khubd (pid: 10, threadinfo=dedec000 task=dedef770)
Stack: debf2888 debf2854 c02e9f48 c639e200 debf2854 de40a670 debf2864
c04c67a0
c0272926 debf2864 debf288c debf2864 c308acd0 c0272a4d debf2864
debf28bc
debf2864 c308acd0 c0271b06 debf2864 debf2864 c308ac00 c0271b57
debf2864
Call Trace:
[<c02e9f48>] usb_unbind_interface+0x7a/0x7c
[<c0272926>] device_release_driver+0x64/0x66
[<c0272a4d>] bus_remove_device+0x56/0x98
[<c0271b06>] device_del+0x5f/0x9d
[<c0271b57>] device_unregister+0x13/0x23
[<c02eff98>] usb_disable_device+0x71/0xac
[<c02eaa32>] usb_disconnect+0x9c/0xeb
[<c02ecb1d>] hub_port_connect_change+0x274/0x279
[<c02ec509>] hub_port_status+0x45/0xb0
[<c02ece0b>] hub_events+0x2e9/0x364
[<c02eceb3>] hub_thread+0x2d/0xe8
[<c0105f86>] ret_from_fork+0x6/0x14
[<c011a3a1>] default_wake_function+0x0/0x12
[<c02ece86>] hub_thread+0x0/0xe8
[<c0104271>] kernel_thread_helper+0x5/0xb
Code: 0f 0b 50 03 05 a6 43 c0 e9 7c ff ff ff c7 80 e0 01 00 00 00
Five seconds later, this comes out:
<1>Unable to handle kernel paging request at virtual address 31a875c8
printing eip:
c0307b2b
*pde = 00000000
Oops: 0002 [#2]
PREEMPT SMP
CPU: 0
EIP: 0060:[<c0307b2b>] Not tainted
EFLAGS: 00010002 (2.6.6)
EIP is at usb_stor_control_thread+0x14d/0x2c9
eax: 31a875c8 ebx: c639e200 ecx: c639e200 edx: 00002003
esi: c639e600 edi: d3c84000 ebp: d3c84000 esp: d3c85f9c
ds: 007b es: 007b ss: 0068
Process usb-storage (pid: 10290, threadinfo=d3c84000 task=c76b0130)
Stack: dec00800 c639e200 c76b0698 c639e310 c639e324 c76b0130 c13e5ca0
dededda8
c0105f86 dedef770 c03079de 00000000 c639e200 00000000 00000000
00000000
00000000 c03079de 00000000 00000000 00000000 c0104271 c639e200
00000000
Call Trace:
[<c0105f86>] ret_from_fork+0x6/0x14
[<c03079de>] usb_stor_control_thread+0x0/0x2c9
[<c03079de>] usb_stor_control_thread+0x0/0x2c9
[<c0104271>] kernel_thread_helper+0x5/0xb
Code: f0 fe 08 0f 88 38 0b 00 00 8b 83 b8 00 00 00 81 b8 50 01 00
<6>note: usb-storage[10290] exited with preempt_count 1
^ permalink raw reply [flat|nested] 3+ messages in thread* Re: BUG when removing USB flash drive
2004-05-14 0:41 BUG when removing USB flash drive Alberto Bertogli
@ 2004-05-14 11:03 ` Greg KH
2004-05-15 5:02 ` Alberto Bertogli
0 siblings, 1 reply; 3+ messages in thread
From: Greg KH @ 2004-05-14 11:03 UTC (permalink / raw)
To: Alberto Bertogli, linux-usb-devel, linux-kernel
On Thu, May 13, 2004 at 09:41:32PM -0300, Alberto Bertogli wrote:
>
> This is a stock 2.6.6 kernel, on a Pentium 4 with HT (the kernel is
> compiled with both SMP and preempt).
Can you test the latest -mm tree and see if it fixes this problem for
you?
thanks,
greg k-h
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: BUG when removing USB flash drive
2004-05-14 11:03 ` Greg KH
@ 2004-05-15 5:02 ` Alberto Bertogli
0 siblings, 0 replies; 3+ messages in thread
From: Alberto Bertogli @ 2004-05-15 5:02 UTC (permalink / raw)
To: Greg KH; +Cc: linux-usb-devel, linux-kernel
On Fri, May 14, 2004 at 04:03:01AM -0700, Greg KH wrote:
> On Thu, May 13, 2004 at 09:41:32PM -0300, Alberto Bertogli wrote:
> >
> > This is a stock 2.6.6 kernel, on a Pentium 4 with HT (the kernel is
> > compiled with both SMP and preempt).
>
> Can you test the latest -mm tree and see if it fixes this problem for
> you?
Sure. I've just tested -mm2; sorry it took so long but I had a couple of
other things going on.
Sadly, it locks up hard (no sysrq or anything) after booting, right in the
login prompt. Sometimes I got as far as typing the username and pressing
enter, others just frozen without even being able to press a key.
So I removed the SMT scheduler because I thought it might be related, and
it didn't even got to boot at all, it seem to freeze somewhere after
the initial load, but I can't see anything because the screen goes black
(even after I disabled framebuffer, SMP and preempt just in case).
I'll see if I can get a working config tomorrow morning so I can get to do
this tests (and report that lockup too).
Thanks a lot,
Alberto
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2004-05-15 5:03 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-05-14 0:41 BUG when removing USB flash drive Alberto Bertogli
2004-05-14 11:03 ` Greg KH
2004-05-15 5:02 ` Alberto Bertogli
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
all inboxes | Powered by JetHome®