cvs commit: src/sys/vm vm_map.c
Brian Feldman
green at FreeBSD.org
Thu Jun 24 15:44:36 PDT 2004
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 at dreamscape.com>
Reviewed by: alc
Revision Changes Path
1.339 +44 -3 src/sys/vm/vm_map.c
More information about the cvs-src
mailing list