https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=284457
--- Comment #2 from Thomas Steen Rasmussen / Tykling <tho...@gibfest.dk> --- Hm I don't see any crashdumps. I am not sure what to do to get one. Is it because core can not be written to .eli swap device maybe? I can disable swap encryption and wait for another crash if so. [tykling@hash1 ~]$ grep dump /etc/rc.conf # Set dumpdev to "AUTO" to enable crash dumps, "NO" to disable dumpdev="AUTO" [tykling@hash1 ~]$ swapinfo Device 1K-blocks Used Avail Capacity /dev/mirror/swap.eli 10485756 0 10485756 0% [tykling@hash1 ~]$ sudo ls -l /var/crash/ total 1 -rw-r--r-- 1 root wheel 5 Jun 22 2018 minfree [tykling@hash1 ~]$ sudo savecore /var/crash/ /dev/mirror/swap.eli [tykling@hash1 ~]$ echo $? 0 [tykling@hash1 ~]$ sudo ls -l /var/crash/ total 1 -rw-r--r-- 1 root wheel 5 Jun 22 2018 minfree [tykling@hash1 ~]$ -- You are receiving this mail because: You are the assignee for the bug.