Hi, Is there a sysctl flag one can set to make sure that a panic'ing kernel writes a core? I have my ddb.panic set to 1 because I want the machine to come back when I'm not around, but this doesn't seem to dump core.
Here my sysctl ddb: ddb.radix=16 ddb.max_width=80 ddb.max_line=24 ddb.tab_stop_width=8 ddb.panic=0 ddb.console=1 ddb.log=1 Also and this is related, is there a way to make cu/tip log what what was on the serial? The reason I'm asking is because my kernel just panic'ed and didn't dump a core so the backtrace isn't gonna work out. All I remember seeing is that it panic'ed on syscall 73 (munmap) which sounds right since I use a lot of programs that mmap/munmap. Wish I could give more information but this time I went empty handed. regards, -peter -- Here my ticker tape .signature #### My name is Peter Philipp #### lynx -dump "http://en.wikipedia.org/w/index.php?title=Pufferfish&oldid=20768394" | sed -n 131,136p #### So long and thanks for all the fish!!!

