Date: Tue, 9 Mar 1999 07:30:01 -0800 (PST) From: Dmitrij Tejblum <tejblum@arc.hq.cti.ru> To: freebsd-bugs@FreeBSD.org Subject: Re: kern/10507: Process hangs in state VM pgd Message-ID: <199903091530.HAA17204@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
The following reply was made to PR kern/10507; it has been noted by GNATS. From: Dmitrij Tejblum <tejblum@arc.hq.cti.ru> To: Wolfram Schneider <wosch@cs.tu-berlin.de> Cc: wosch@freebsd.first.gmd.de, FreeBSD-gnats-submit@freebsd.org Subject: Re: kern/10507: Process hangs in state VM pgd Date: Tue, 09 Mar 1999 18:21:28 +0300 > VM pgdata 765 10350K 10350K 10349K 768 1 0 128,256,512,4K,16K,32K It cannot happen. I've seen it once, though. I thought it is a sort of hardware bug. (I have had another reasons to think so.) malloc(9) has a bug: it sleep when the limit is reached and it is called with M_USE_RESERVE (was called M_KERNEL). Fixing the bug wouldn't help much here anyway, IMO. In any case, Matt Dillon completely replaced swap_pager in -current... Dima To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199903091530.HAA17204>