The following reply was made to PR usb/168743; it has been noted by GNATS. From: Hans Petter Selasky <[email protected]> To: [email protected] Cc: [email protected], [email protected] Subject: usb/168743: panic: double fault caused by umass Date: Mon, 11 Jun 2012 18:57:12 +0200
Hi, This sounds like a missing MODULE_DEPEND() issue or your pendrive is returning an error code to some of the SCSI commands which is not handled properly. Could you add these options to the kernel config file: options KDB # Kernel debugger related code options KDB_TRACE # Print a stack trace for a panic Then get full backtrace. Is this issue reproducable. I cannot reproduce over here using a 9-stable GENERIC kernel without "device umass". --HPS _______________________________________________ [email protected] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-usb To unsubscribe, send any mail to "[email protected]"
