Subject: Re: kern/36358: Page fault trap at malloc() in pathname_get() when
To: None <kern-bug-people@netbsd.org, gnats-admin@netbsd.org,>
From: Tobias Nygren <tnn@NetBSD.org>
List: netbsd-bugs
Date: 05/18/2007 16:50:04
The following reply was made to PR kern/36358; it has been noted by GNATS.

From: Tobias Nygren <tnn@NetBSD.org>
To: gnats-bugs@NetBSD.org
Cc: 
Subject: Re: kern/36358: Page fault trap at malloc() in pathname_get() when
 veriexec is enabled
Date: Fri, 18 May 2007 18:47:01 +0200

 I am getting "Data modified on freelist". using options MALLOCLOG
 reveals that the pointer was free'd in in pathname_put(). Shortly
 after I hit the assertion in subr_pool.c line 2103.
 Looking at recent commits, vfs_syscalls.c rev 1.314 is a suspect.