Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 26 Feb 2001 15:02:34 -0800 (PST)
From:      Matt Dillon <dillon@earth.backplane.com>
To:        Dan Phoenix <dphoenix@bravenet.com>
Cc:        freebsd-hackers@FreeBSD.ORG
Subject:   Re: apache
Message-ID:  <200102262302.f1QN2Yt46234@earth.backplane.com>
References:   <Pine.BSO.4.21.0102261314000.27414-100000@gandalf.bravenet.com>

next in thread | previous in thread | raw e-mail | index | archive | help
:
: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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200102262302.f1QN2Yt46234>