On Wed, 7 Apr 2004, Simone Gotti wrote:

> This is my oops, copied by hand because the system hangs and I can't do 
> nothing.
> 
> PREEMPT
> CPU:  0
> EIP:  0060:[<d0a834af>] Not tainted
> EFLAGS: 00010002 (2.6.5)
> EIP is at urb_unlink+0x2f/0x90 [usbcore]

Okay, good.  Next, I need you to post a disassembly listing of the 
urb_unlink routine.  You can do this by cd'ing to the drivers/usb/core 
directory of your kernel source and running:

        gdb hcd.o

Then at the prompt type:

        disassemble urb_unlink

You can capture the output by using the "script" program.

Alan Stern




-------------------------------------------------------
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click
_______________________________________________
[EMAIL PROTECTED]
To unsubscribe, use the last form field at:
https://lists.sourceforge.net/lists/listinfo/linux-usb-devel

Reply via email to