> Earlier, I reported an oops at shutdown. I just looked at
> what causes the oops and find that the call
>       hcd->driver->stop()
> is executed while hcd->driver->stop is NULL.
> 
> ...
> USB people may worry whether hcd->driver->stop should
> have been non-NULL.

Not supposed to be possible.  All those hc_driver structures
are declared "static const", with non-null stop().  Looks like
something was zeroing some driver's readonly data segment while
it was still in use.  (And who knows that else!)

What driver was getting that treatment?

- Dave





-------------------------------------------------------
                   Bringing you mounds of caffeinated joy
                   >>>     http://thinkgeek.com/sf    <<<

_______________________________________________
[EMAIL PROTECTED]
To unsubscribe, use the last form field at:
https://lists.sourceforge.net/lists/listinfo/linux-usb-devel

Reply via email to