Date: Wed, 5 May 2004 12:28:24 -0700 (PDT) From: Ken Smith <kensmith@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: <200405051928.i45JSOxx013762@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
kensmith 2004/05/05 12:28:24 PDT FreeBSD src repository Modified files: (Branch: RELENG_4) sys/vm vm_map.c Log: MFC of rev 1.331: date: 2004/03/23 08:37:34; author: tjr; state: Exp; lines: +2 -1 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. Requested/tested by: ps Reviewed by: alc MFS: immediately Revision Changes Path 1.187.2.26 +2 -1 src/sys/vm/vm_map.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200405051928.i45JSOxx013762>