Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:84695 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 64143 invoked from network); 13 Mar 2015 17:21:15 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 13 Mar 2015 17:21:15 -0000 Authentication-Results: pb1.pair.com header.from=bostjan@a2o.si; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=bostjan@a2o.si; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain a2o.si designates 78.47.12.76 as permitted sender) X-PHP-List-Original-Sender: bostjan@a2o.si X-Host-Fingerprint: 78.47.12.76 portkey.s.itsis.si Received: from [78.47.12.76] ([78.47.12.76:60050] helo=portkey.s.itsis.si) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 46/7B-32208-A8C13055 for ; Fri, 13 Mar 2015 12:21:15 -0500 Received: from undisclosed (undisclosed [127.0.0.254]) (Authenticated sender: undisclosed) by portkey.s.itsis.si (Postfix) with ESMTPSA id 07F638005F for ; Fri, 13 Mar 2015 17:21:11 +0000 (UTC) X-Virus-Status: Clean X-Virus-Scanned: clamav-milter 0.98.6 at portkey Received: by iegc3 with SMTP id c3so118896651ieg.3 for ; Fri, 13 Mar 2015 10:21:05 -0700 (PDT) MIME-Version: 1.0 X-Received: by 10.107.31.14 with SMTP id f14mr48087913iof.28.1426267255545; Fri, 13 Mar 2015 10:20:55 -0700 (PDT) Received: by 10.50.250.179 with HTTP; Fri, 13 Mar 2015 10:20:55 -0700 (PDT) In-Reply-To: References: <3961990.KljssxxPxS@rofl> Date: Fri, 13 Mar 2015 18:20:55 +0100 Message-ID: To: Jan Ehrhardt Cc: PHP Internals List Content-Type: multipart/alternative; boundary=001a1141c3c41f4c8305112eb935 Subject: Re: [PHP-DEV] Re: SAPI apache2handler + pipelined HTTP request core dumps From: bostjan@a2o.si (Bostjan Skufca) --001a1141c3c41f4c8305112eb935 Content-Type: text/plain; charset=UTF-8 For me PHP 5.5.20 works OK, but PHP 5.6.6 segfaults. b. On 13 March 2015 at 18:18, Jan Ehrhardt wrote: > 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 > > -- > PHP Internals - PHP Runtime Development Mailing List > To unsubscribe, visit: http://www.php.net/unsub.php > > --001a1141c3c41f4c8305112eb935--