> 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.
Kernel crash dumps are silently disabled if swap encryption is used. You need to disable it (e.g. by uncommenting the relevant line in /etc/sysctl.conf). Miod

