Date: Tue, 23 Mar 2004 00:37:35 -0800 (PST) From: "Tim J. Robbins" <tjr@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: <200403230837.i2N8bZe4025918@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200403230837.i2N8bZe4025918>