Date: Thu, 24 Jun 2004 22:43:47 +0000 (UTC) From: Brian Feldman <green@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/vm vm_map.c Message-ID: <200406242243.i5OMhlTs025736@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
green 2004-06-24 22:43:47 UTC FreeBSD src repository Modified files: sys/vm vm_map.c Log: Correct the tracking of various bits of the process's vmspace and vm_map when not propogated on fork (due to minherit(2)). Consistency checks otherwise fail when the vm_map is freed and it appears to have not been emptied completely, causing an INVARIANTS panic in vm_map_zdtor(). PR: kern/68017 Submitted by: Mark W. Krentel <krentel@dreamscape.com> Reviewed by: alc Revision Changes Path 1.339 +44 -3 src/sys/vm/vm_map.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200406242243.i5OMhlTs025736>