From owner-freebsd-hackers Mon Feb 26 15: 2:36 2001 Delivered-To: freebsd-hackers@freebsd.org Received: from earth.backplane.com (earth-nat-cw.backplane.com [208.161.114.67]) by hub.freebsd.org (Postfix) with ESMTP id 0777337B401 for ; Mon, 26 Feb 2001 15:02:35 -0800 (PST) (envelope-from dillon@earth.backplane.com) Received: (from dillon@localhost) by earth.backplane.com (8.11.2/8.9.3) id f1QN2Yt46234; Mon, 26 Feb 2001 15:02:34 -0800 (PST) (envelope-from dillon) Date: Mon, 26 Feb 2001 15:02:34 -0800 (PST) From: Matt Dillon Message-Id: <200102262302.f1QN2Yt46234@earth.backplane.com> To: Dan Phoenix Cc: freebsd-hackers@FreeBSD.ORG Subject: Re: apache References: Sender: owner-freebsd-hackers@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG : :httpd in free(): warning: recursive call. :httpd in free(): warning: recursive call. :httpd in free(): warning: recursive call. :httpd in free(): warning: recursive call. :httpd in free(): warning: recursive call. :httpd in free(): warning: recursive call. :httpd in free(): warning: recursive call. : :seeing that on 2 webservers that have highest cpu :yet others are exactly the same with really low cpu's This occurs if a signal occurs in the middle of a free() and the signal handler itself tries to do a free(). It is extremely illegal to do this... apache needs to be fixed. -Matt To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-hackers" in the body of the message