Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 02 Jun 2006 12:13:51 +0100
From:      Gavin Atkinson <gavin.atkinson@ury.york.ac.uk>
To:        Tor Egge <tegge@freebsd.org>
Cc:        cvs-src@freebsd.org, src-committers@freebsd.org, cvs-all@freebsd.org
Subject:   Re: cvs commit: src/sys/kern kern_exit.c src/sys/vm vm_extern.h vm_glue.c vm_map.c vm_map.h vm_meter.c
Message-ID:  <1149246831.60897.63.camel@buffy.york.ac.uk>
In-Reply-To: <200606020026.k520QRoF001991@repoman.freebsd.org>
References:  <200606020026.k520QRoF001991@repoman.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
On Fri, 2006-06-02 at 00:26 +0000, Tor Egge wrote:
> tegge       2006-06-02 00:26:27 UTC
> 
>   Modified files:        (Branch: RELENG_6)
>     sys/kern             kern_exit.c 
>     sys/vm               vm_extern.h vm_glue.c vm_map.c vm_map.h 
>                          vm_meter.c 
>   Log:
>   MFC: Close race between vmspace_exitfree() and exit1() and races between
>        vmspace_exitfree() and vmspace_free() which could result in the same
>        vmspace being freed twice.

Is it possible that this may fix the "bad pte" panic with "TPTE at
0xffff8000040028c8  IS ZERO @ VA 800519000" that I saw at
http://docs.FreeBSD.org/cgi/mid.cgi?1148482556.35287.18.camel ?

I've only ever seen that panic once, so I can't really test this commit
to see if it does indeed fix that issue.

Thanks,

Gavin




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?1149246831.60897.63.camel>