From owner-freebsd-hackers Fri Mar 1 15:35:39 2002 Delivered-To: freebsd-hackers@freebsd.org Received: from sleet.ispgateway.de (sleet.ispgateway.de [62.67.200.125]) by hub.freebsd.org (Postfix) with SMTP id 4C7B237B402 for ; Fri, 1 Mar 2002 15:35:33 -0800 (PST) Received: (qmail 17870 invoked from network); 1 Mar 2002 23:35:31 -0000 Received: from unknown (HELO max) (132451@[80.141.103.165]) (envelope-sender ) by sleet.ispgateway.de (qmail-ldap-1.03) with SMTP for ; 1 Mar 2002 23:35:31 -0000 From: =?iso-8859-1?Q?Max_David_Kr=FCper?= To: Subject: httpd in malloc(): warning: recursive call (FreeBSD error??) Date: Sat, 2 Mar 2002 00:36:54 +0100 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2911.0) X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 Importance: Normal Sender: owner-freebsd-hackers@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hello, I have a FreeBSD 4.5-STABLE box running, when i start apache first all works fine, but after like 3 minutes in the logfile i see this messages: httpd in free(): warning: chunk is already free httpd in free(): warning: chunk is already free httpd in free(): warning: chunk is already free httpd in free(): warning: chunk is already free httpd in free(): warning: chunk is already free httpd in free(): warning: chunk is already free after another 2 minutes the logfile gets flooded of hundred of this messages: 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 ... ... right after this i get all time this error(this error didn't appear before): httpd in malloc(): warning: recursive call httpd in malloc(): warning: recursive call [Fri Mar 1 19:49:16 2002] [alert] [client 195.93.64.xx] /usr/local/httpd/htdocs/qm-dev/.htaccess: RewriteRule: cannot compile regular expression 'F([0-9]+)(.htm(l)?)?' httpd in malloc(): warning: recursive call httpd in malloc(): warning: recursive call [Fri Mar 1 19:49:19 2002] [alert] [client 217.228.1.xx] /usr/local/httpd/htdocs/qm-dev/.htaccess: RewriteRule: cannot compile regular expression 'F([0-9]+)(.htm(l)?)?' ... ... The php doesn't work well after this, i get sometimes errors, it tells me there would be errors in the code, but if i refresh it works fine, and the apache prints "Internal Server Error"... but this happens only under high server load. Is it a FreeBSD bug? I found similar problems in mailinglists from last year, all about FreeBSD! What might we do to fix that, use Linux again ?? :> Before we used a Linux Server with apache 1.3.?? and PHP 4.0.(4or6) and all worked fine. Ciao, Max P.S. I am writing in the right list at all ?? :> To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-hackers" in the body of the message