Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 05 Sep 2014 02:50:04 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-bugs@FreeBSD.org
Subject:   [Bug 193334] New: crashinfo(8) doesn't handle compressed dumps (savecore -z)
Message-ID:  <bug-193334-8@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help
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@FreeBSD.org
          Reporter: jbeich@vfemail.net
                CC: jhb@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.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-193334-8>