On Wed, May 18, 2011 at 04:46:01PM +0200, Ariane van der Steldt wrote: > > So in the case of a crash, please show me ddb output for: > show map /f *kernel_map > This time with an asterisk and not, as in the original mail, without > one.
In fact kernel_map itself is 0 when my machine stops. So the command above also fails. panic: kernel data fault: pc=10131ac addr=4000ac0a000 kdb breakpoint at 1465740 Stopped at Debugger+0x4: nop RUN AT LEAST 'trace' AND 'ps' AND INCLUDE OUTPUT WHEN REPORTING THIS PANIC! DO NOT EVEN BOTHER REPORTING THIS WITHOUT INCLUDING THAT INFORMATION! ddb> show map /f *kernel_map panic: kernel data fault: pc=12e72c8 addr=0 kdb breakpoint at 1465740 Stopped at Debugger+0x4: nop RUN AT LEAST 'trace' AND 'ps' AND INCLUDE OUTPUT WHEN REPORTING THIS PANIC! DO NOT EVEN BOTHER REPORTING THIS WITHOUT INCLUDING THAT INFORMATION! ddb> Since ddb seems to change kernel_map, I displayed it after a another boot: panic: kernel data fault: pc=10131ac addr=4000b90e000 kdb breakpoint at 1465740 Stopped at Debugger+0x4: nop RUN AT LEAST 'trace' AND 'ps' AND INCLUDE OUTPUT WHEN REPORTING THIS PANIC! DO NOT EVEN BOTHER REPORTING THIS WITHOUT INCLUDING THAT INFORMATION! ddb> x kernel_map kernel_map: 0 -- Matthieu Herrb
