Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:84693 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 61275 invoked from network); 13 Mar 2015 17:18:44 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 13 Mar 2015 17:18:44 -0000 X-Host-Fingerprint: 77.170.89.239 ip4daa59ef.direct-adsl.nl Received: from [77.170.89.239] ([77.170.89.239:1274] helo=localhost.localdomain) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id D3/DA-32208-0FB13055 for ; Fri, 13 Mar 2015 12:18:42 -0500 To: internals@lists.php.net Date: Fri, 13 Mar 2015 18:18:37 +0100 Message-ID: References: <3961990.KljssxxPxS@rofl> X-Newsreader: Forte Agent 3.3/32.846 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Posted-By: 77.170.89.239 Subject: Re: SAPI apache2handler + pipelined HTTP request core dumps From: phpdev@ehrhardt.nl (Jan Ehrhardt) Patrick Schaaf in php.internals (Tue, 10 Mar 2015 10:26:12 +0100): >Dear internals, > >can somebody knowledgeable about the apache2handler code, please have a look >at the following bug report? > >https://bugs.php.net/bug.php?id=68486 echo -e "GET /test.php HTTP/1.1\nHost: localhost\n\n \ GET /test.php HTTP/1.1\nHost: localhost\n\n"|nc localhost 80 Are you running opcache? I tried to reproduce the bug on a Centos6 box, Apache 2.4.12 with PHP 5.5.22 as mod_php and got a 'zend_mm_heap corrupted' error when test.php contained phpinfo(); Bad enough, but no segfault. When test.php contained nothing more than 'Apache is functioning normally.' there were no errors at all. Jan