From owner-freebsd-hackers Mon Jan 11 17:05:54 1999 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id RAA01636 for freebsd-hackers-outgoing; Mon, 11 Jan 1999 17:05:54 -0800 (PST) (envelope-from owner-freebsd-hackers@FreeBSD.ORG) Received: from apollo.backplane.com (apollo.backplane.com [209.157.86.2]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id RAA01629 for ; Mon, 11 Jan 1999 17:05:53 -0800 (PST) (envelope-from dillon@apollo.backplane.com) Received: (from dillon@localhost) by apollo.backplane.com (8.9.1/8.9.1) id RAA98523; Mon, 11 Jan 1999 17:05:17 -0800 (PST) (envelope-from dillon) Date: Mon, 11 Jan 1999 17:05:17 -0800 (PST) From: Matthew Dillon Message-Id: <199901120105.RAA98523@apollo.backplane.com> To: Bill Fumerola Cc: Robert Hough , freebsd-hackers@FreeBSD.ORG Subject: Re: Problems with 3.0 Sender: owner-freebsd-hackers@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG :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. (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