[Bug 193334] New: crashinfo(8) doesn't handle compressed dumps (savecore -z)
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Fri Sep 5 02:50:04 UTC 2014
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=193334
Bug ID: 193334
Summary: crashinfo(8) doesn't handle compressed dumps (savecore
-z)
Product: Base System
Version: 11.0-CURRENT
Hardware: Any
OS: Any
Status: Needs Triage
Severity: Affects Only Me
Priority: ---
Component: bin
Assignee: freebsd-bugs at FreeBSD.org
Reporter: jbeich at vfemail.net
CC: jhb at FreeBSD.org
$ dmesg -a | fgrep -A1 savecore
savecore: reboot after panic: vm_fault: fault on nofault entry, addr:
fffffe0006140000
savecore: writing compressed core to /var/crash/vmcore.1.gz
/var/crash/vmcore.1 not found
$ crashinfo
/var/crash/vmcore.1 not found
$ sysrc savecore_flags
savecore_flags: -z
$ ls -l /var/crash/vmcore.1*
-rw------- 1 root wheel 224M Sep 4 10:16 /var/crash/vmcore.1.gz
$ gunzip /var/crash/vmcore.1.gz
$ ls -l /var/crash/vmcore.1*
-rw------- 1 root wheel 998M Sep 4 10:16 /var/crash/vmcore.1
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the freebsd-bugs
mailing list