Date: Mon, 11 Jan 1999 17:05:17 -0800 (PST) From: Matthew Dillon <dillon@apollo.backplane.com> To: Bill Fumerola <billf@chc-chimes.com> Cc: Robert Hough <rch@iserve.net>, freebsd-hackers@FreeBSD.ORG Subject: Re: Problems with 3.0 Message-ID: <199901120105.RAA98523@apollo.backplane.com>
next in thread | raw e-mail | index | archive | help
:On Mon, 11 Jan 1999, Robert Hough wrote: : :> I have been currently having problems with FreeBSD 3.0-RELEASE, and was :> hoping someone here might have an idea of what is causing this. Here's what :> is happening. :> :> /kernel: pid 22761 (httpd), uid 65534: exited on signal 11 : :At the risk of sending a "me too!" message (this is, though), I've had :this same problem as well, and have been trying to trace it. I think it :may be related to the proxy module, though. : :- bill fumerola - billf@chc-chimes.com - BF1560 - computer horizons corp - :- ph:(800) 252-2421 - bfumerol@computerhorizons.com - billf@FreeBSD.org - This could be the same dying-daemons problem that was due to a bug in the swap code that was trying to optimize for low swap-space situations. If you have lots of swap space free, that isn't it though. With apache it is particularly difficult to discern whether the crash is due to the kernel or due to a big in apache. Since apache setuid()'s itself, core dumps are disabled. The only way to catch it in the act is to attach a debugger to the running process and wait for it to segfault, but there are usually too many apache (httpd) processes running to be able to do that effectively. -Matt Matthew Dillon Engineering, HiWay Technologies, Inc. & BEST Internet Communications & God knows what else. <dillon@backplane.com> (Please include original email in any response) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-hackers" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199901120105.RAA98523>