tjr 2004/03/23 00:37:34 PST FreeBSD src repository Modified files: sys/vm vm_map.c Log: Do not copy vm_exitingcnt to the new vmspace in vmspace_exec(). Copying it led to impossibly high values in the new vmspace, causing it to never drop to 0 and be freed. Revision Changes Path 1.331 +2 -1 src/sys/vm/vm_map.c