problem with amd64 minidump

From: Andriy Gapon <avg_at_freebsd.org>
Date: Thu, 02 Sep 2010 13:10:51 +0300
Not sure if this is some local issue or a problem in FreeBSD code.
I remember minidumps working perfectly well for me, but now I can not get data
from them.
Example:
dmesg -M /var/crash/vmcore.4
dmesg: _kvm_vatop: direct map address 0xffffff012fffffe0 not in minidump
dmesg: kvm_read: invalid address (0xffffff012fffffe0)

Needless to say kgdb refuses to work with that core too.

With kgdb on live system I can access that address:
(gdb) x/a 0xffffff012fffffe0
0xffffff012fffffe0:     0xffffff012ffe0000

Looks like perhaps we do not include something that we should into the dump?
Thanks!
-- 
Andriy Gapon
Received on Thu Sep 02 2010 - 08:10:54 UTC

This archive was generated by hypermail 2.4.0 : Wed May 19 2021 - 11:40:07 UTC