1. insert a USB flash drive on /dev/da0 2. dd if=/dev/da0 of=/dev/null 3. WHile the dd is going, pull the flash drive FreeBSD panics Fix: You guys have to do this. How-To-Repeat: Just do it again.
State Changed From-To: open->closed See http://www.freebsd.org/cgi/query-pr.cgi?pr=usb/46176 and subsequent (e.g. http://people.freebsd.org/~linimon/studies/prs/well_known_prs.html).
Responsible Changed From-To: gnats-admin->freebsd-usb
State Changed From-To: closed->open re-open.
we're going to need a stack trace, as well. mcl
I'm happy to get you a stack trace; it's easy to make this happen. How do I get a stack trace from a kernel panic? On Jul 10, 2008, at 11:29 AM, Mark Linimon wrote: > we're going to need a stack trace, as well. > > mcl >
State Changed From-To: open->feedback run kgdb on the core file and type 'bt' Keep in mind that you need the same kernel as the one the dump was generated on