Subject: Re: kernel: protection fault trap, code=0
To: Tobias Nygren <tnn@NetBSD.org>
From: Kurt Schreiner <ks@ub.uni-mainz.de>
List: current-users
Date: 05/21/2007 16:56:32
On Mon, May 21, 2007 at 04:15:40PM +0200, Tobias Nygren wrote:
> On Mon, 21 May 2007 15:48:43 +0200
> Kurt Schreiner <ks@ub.uni-mainz.de> wrote:
> > [...]
> > kernel: protection fault trap, code=0
> > Stopped in pid 7982.1 (nbinstall) at    netbsd:malloc+0x94:     movq    0(%r12),
> > %rax
> > db{1}> bt
> > malloc() at netbsd:malloc+0x94
> > rename_files() at netbsd:rename_files+0x266
> > syscall_plain() at netbsd:syscall_plain+0x1cb
> > --- syscall (number 0) ---
> > 0x516150:
> [...]
> Most likely another manifestation of kern/36358.
> Until someone fixes it, it can be worked around by removing
> pseudo-device veriexec from your kernel configuration.
Hm, ok. I'll build a kernel w/o veriexec and see what gives.

Thanks for the info

Kurt