Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 14 Jul 2010 12:20:43 -0700
From:      Yuri <yuri@rawbw.com>
To:        remko@FreeBSD.org
Cc:        freebsd-usb@FreeBSD.org
Subject:   Re: usb/77184: [umass] [panic] kernel panic on USB device disconnect, even if not detected
Message-ID:  <4C3E0E0B.8050908@rawbw.com>
In-Reply-To: <201007141612.o6EGCcMW076016@freefall.freebsd.org>
References:  <201007141612.o6EGCcMW076016@freefall.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
Crash is gone.

But there is something wrong. I did the following steps:
1. plug the camera into USB and mount it
2. unplug the camera without unmounting it -- no crash, looks good.
3. mount still exists. that's ok.
4. umount /mnt/camera
     -- command says: "Device Busy", this looks reasonable.
5. umount -f /mnt/camera
     -- mount is gone.
6. repeated steps 1...4
     on step 4 umount command without -f flag doesn't complain
     about device busy any more. This is really strange and this
     means that device disconnect or unmount hasn't been done
     cleanly and something is different now.


So this issue has to be cleared -- outcome of steps 1..5 should always 
be the same.

Yuri



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?4C3E0E0B.8050908>