> I'm not sure how to get a stack trace out of a dump for something > that was running on the other CPU. does x86 panic ask other cpus to save their regs, like entering ddb? if so, perhaps crash(8) on the core can give you other threads more easily than gdb can? .mrg.