linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* Unable to handle kernel NULL pointer dereference at virtual address 00000009
@ 2005-05-17  7:01 Yves Crespin
  2005-05-17 16:02 ` randy_dunlap
  0 siblings, 1 reply; 2+ messages in thread
From: Yves Crespin @ 2005-05-17  7:01 UTC (permalink / raw)
  To: linux-kernel

[-- Attachment #1: Type: text/plain, Size: 1326 bytes --]

I have a lot of trouble on machines with USB disk.
Some time process which access to this disk are blocked and shutdown command don't stop the system (unable to remove usb-uhci module).

I'm using 2.4.26 kernel

Do you need more information ?

To solve my problem, is it possible to take usb module from 2.4.30 ?

Thanks,

 Yves

<6>usb.c: USB disconnect on device 00:07.3-0 address 1
<1>Unable to handle kernel NULL pointer dereference at virtual address 00000009
<4> printing eip:
<4>d0d04bf2
<1>*pde = 00000000
<4>Oops: 0000
<4>CPU:    0
<4>EIP:    0010:[<d0d04bf2>]    Not tainted
<4>EFLAGS: 00010246
<4>eax: ceb9da00   ebx: 00000001   ecx: fffffffd   edx: d0d08bec
<4>esi: 00000000   edi: c84200fb   ebp: 00000000   esp: cd4e5ef8
<4>ds: 0018   es: 0018   ss: 0018
<4>Process maitre (pid: 686, stackpage=cd4e5000)
<4>Stack: 00000000 ce5fd200 c8421f00 00000000 00000000 d0d04e5c 00000000 c84200d4 
<4>       c8421f00 ceb9da00 00000001 c8421f00 c8420071 c8420000 ce5fd200 d0d04fa9 
<4>       c8420071 c8421f00 ce5fd200 ce72d144 000000dd cdf8c370 d0d09d80 00000000 
<4>Call Trace:    [<d0d04e5c>] [<d0d04fa9>] [<d0d09d80>] [<d0d051a6>] [<c0131c16>]
<4>  [<c0108843>]
<4>
<4>Code: 3b 73 08 7d 23 3b 7c 24 20 77 94 56 53 8b 54 24 28 52 57 8b 
<4> <4>usb-uhci.c: interrupt, status 20, frame# 0
<6>usb.c: USB bus 2 deregistered


[-- Attachment #2: crespin.quartz.vcf --]
[-- Type: text/x-vcard, Size: 284 bytes --]

begin:vcard
fn:Yves Crespin
n:Crespin;Yves
org:Quartz
adr:Les Ardillais;;104, Impasse Moissan;CROLLES;;38920;France
email;internet:Crespin.Quartz@Wanadoo.fr
tel;work:04.76.92.21.91
tel;cell:06.86.42.86.81
x-mozilla-html:FALSE
url:http://crespin.quartz.free.fr/
version:2.1
end:vcard


^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: Unable to handle kernel NULL pointer dereference at virtual address 00000009
  2005-05-17  7:01 Unable to handle kernel NULL pointer dereference at virtual address 00000009 Yves Crespin
@ 2005-05-17 16:02 ` randy_dunlap
  0 siblings, 0 replies; 2+ messages in thread
From: randy_dunlap @ 2005-05-17 16:02 UTC (permalink / raw)
  To: Yves Crespin; +Cc: linux-kernel

On Tue, 17 May 2005 09:01:41 +0200 Yves Crespin wrote:

| I have a lot of trouble on machines with USB disk.
| Some time process which access to this disk are blocked and shutdown command don't stop the system (unable to remove usb-uhci module).
| 
| I'm using 2.4.26 kernel
| 
| Do you need more information ?

Unless someone recognizes this as a known problem, it would help to
have a proper bug report, as described in
linux/REPORTING-BUGS .

Thanks,
~Randy


| To solve my problem, is it possible to take usb module from 2.4.30 ?
| 
| Thanks,
| 
|  Yves
| 
| <6>usb.c: USB disconnect on device 00:07.3-0 address 1
| <1>Unable to handle kernel NULL pointer dereference at virtual address 00000009
| <4> printing eip:
| <4>d0d04bf2
| <1>*pde = 00000000
| <4>Oops: 0000
| <4>CPU:    0
| <4>EIP:    0010:[<d0d04bf2>]    Not tainted
| <4>EFLAGS: 00010246
| <4>eax: ceb9da00   ebx: 00000001   ecx: fffffffd   edx: d0d08bec
| <4>esi: 00000000   edi: c84200fb   ebp: 00000000   esp: cd4e5ef8
| <4>ds: 0018   es: 0018   ss: 0018
| <4>Process maitre (pid: 686, stackpage=cd4e5000)
| <4>Stack: 00000000 ce5fd200 c8421f00 00000000 00000000 d0d04e5c 00000000 c84200d4 
| <4>       c8421f00 ceb9da00 00000001 c8421f00 c8420071 c8420000 ce5fd200 d0d04fa9 
| <4>       c8420071 c8421f00 ce5fd200 ce72d144 000000dd cdf8c370 d0d09d80 00000000 
| <4>Call Trace:    [<d0d04e5c>] [<d0d04fa9>] [<d0d09d80>] [<d0d051a6>] [<c0131c16>]
| <4>  [<c0108843>]
| <4>
| <4>Code: 3b 73 08 7d 23 3b 7c 24 20 77 94 56 53 8b 54 24 28 52 57 8b 
| <4> <4>usb-uhci.c: interrupt, status 20, frame# 0
| <6>usb.c: USB bus 2 deregistered

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2005-05-17 16:07 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-05-17  7:01 Unable to handle kernel NULL pointer dereference at virtual address 00000009 Yves Crespin
2005-05-17 16:02 ` randy_dunlap

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).