Subject: Re: unable to dump kernel core
To: Antti Kantee <pooka@cs.hut.fi>
From: Martin Husemann <martin@duskware.de>
List: tech-kern
Date: 11/11/2007 22:21:56
On Sun, Nov 11, 2007 at 10:10:28PM +0200, Antti Kantee wrote:
> savecore: kvm_read: invalid translation (invalid PTE)

Do you use the LARGE_PAGES option?

> savecore: kvm_read: invalid translation (invalid PTE) (and _time_seconf is not defined also)

This is a typo and you mean "time_second", right? Can you check with nm
wether it is defined in /netbsd?

I think everything else are secondary effects libkvm being unable to map
some VA<->PA.

Martin