Date: Mon, 9 Nov 1998 18:15:01 +0100 From: Eivind Eklund <eivind@yes.no> To: Archie Cobbs <archie@whistle.com>, current@FreeBSD.ORG Subject: Re: The infamous dying daemons bug Message-ID: <19981109181501.17552@follo.net> In-Reply-To: <199811091710.JAA01978@bubba.whistle.com>; from Archie Cobbs on Mon, Nov 09, 1998 at 09:10:09AM -0800 References: <199811091626.IAA21393@hub.freebsd.org> <199811091710.JAA01978@bubba.whistle.com>
next in thread | previous in thread | raw e-mail | index | archive | help
On Mon, Nov 09, 1998 at 09:10:09AM -0800, Archie Cobbs wrote: > Could someone who is seeing this happen often recompile their > kernel with memory mapping disabled, and see if that changes > anything (other than making programs that use mmap() stop working)? > Ie, comment out > > options SYSVSHM > options SYSVSEM > options SYSVMSG > > (this *does* disable mmap(), right? If not, instead patch the > mmap() syscall to always return an error) This does NOT remove mmap() support. If you remove mmap() support, not dynamically linked executables will work. You'll have to recompile everything static before trying this trick. Eivind. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?19981109181501.17552>