Date: Wed, 18 Nov 1998 22:20:44 -0800 (PST) From: Bruce Evans <bde@FreeBSD.ORG> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/sys/vm swap_pager.c Message-ID: <199811190620.WAA20512@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
bde 1998/11/18 22:20:43 PST
Modified files:
sys/vm swap_pager.c
Log:
Fixed a null pointer panic in spc_free(). swap_pager_putpages()
almost always causes this panic for the curproc != pageproc case.
This case apparently doesn't happen in normal operation, but it
happens when vm_page_alloc_contig() is called when there is a memory
hogging application that hasn't already been paged out.
PR: 8632
Reviewed by: info@opensound.com (Dev Mazumdar), dg
Broken in: rev.1.89 (1998/02/23)
Revision Changes Path
1.104 +9 -7 src/sys/vm/swap_pager.c
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199811190620.WAA20512>
