Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:89182 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 88536 invoked from network); 11 Nov 2015 19:38:41 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 11 Nov 2015 19:38:41 -0000 Authentication-Results: pb1.pair.com header.from=fmk@php.net; sender-id=unknown Authentication-Results: pb1.pair.com smtp.mail=fmk@php.net; spf=unknown; sender-id=unknown Received-SPF: unknown (pb1.pair.com: domain php.net does not designate 173.255.241.80 as permitted sender) X-PHP-List-Original-Sender: fmk@php.net X-Host-Fingerprint: 173.255.241.80 mail.webbypixel.com Received: from [173.255.241.80] ([173.255.241.80:49957] helo=mail.webbypixel.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 9D/D0-16149-04993465 for ; Wed, 11 Nov 2015 14:38:40 -0500 Received: from PA004424MAC.local (206-190-75-9.static.twtelecom.net [206.190.75.9]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) (Authenticated sender: frank) by mail.webbypixel.com (Postfix) with ESMTPSA id C7F5560DD; Wed, 11 Nov 2015 11:38:36 -0800 (PST) To: Anatol Belski , 'Dmitry Stogov' References: <56428A30.4060803@php.net> <56439392.2020608@php.net> <01ab01d11cb7$f9605d10$ec211730$@belski.net> Cc: 'PHP Internals' Message-ID: <5643993C.3020908@php.net> Date: Wed, 11 Nov 2015 11:38:36 -0800 User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.11; rv:38.0) Gecko/20100101 Thunderbird/38.3.0 MIME-Version: 1.0 In-Reply-To: <01ab01d11cb7$f9605d10$ec211730$@belski.net> Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [PHP-DEV] PHP 7 Segmentation fault From: fmk@php.net ("Frank M. Kromann") Hi Anatol, Here is what I have [frank@dev php-src-7]$ git show commit d1077f7a897d9267a0cad3d64663fd952dd1c6b2 Merge: e88e3f2 a2e59e7 Author: Anatol Belski Date: Wed Nov 11 16:35:07 2015 +0100 Merge branch 'PHP-7.0' * PHP-7.0: fix format macro names in UPGRADING.INTERNALS [frank@dev php-src-7]$ git status # On branch master # Untracked files: I think that is the latest from git.php.net? - Frank On 11/11/15 11:34, Anatol Belski wrote: > Hi Frank, > >> -----Original Message----- >> From: Frank M. Kromann [mailto:fmk@php.net] >> Sent: Wednesday, November 11, 2015 8:14 PM >> To: Dmitry Stogov >> Cc: PHP Internals >> Subject: Re: [PHP-DEV] PHP 7 Segmentation fault >> >> Hi Dmitry, >> >> Yes this is the master branch. I have previously tested it on the >> PHP-7.0 branch with the same result. I will do that again to verify that the >> problem is the same. >> >> I run vcsclean, buildconf, configure, make at least once a day. I do not run the >> make install as that will break all the sites on my dev box. I'm just testing the >> new binary with a command line script. >> >> I just did all the steps above and the result is still the same. I'll try to create a >> small script that can be used to reproduce the problem, but it might be tricky as >> it seems to have to do with the number of autoloaded classes, a problem with >> my PHP code (although PHP should not seg fault in that case). >> > I've just checked for zend_add_live_range - it's even not in the current master. Also ` grep -rn _live_range Zend/` finds nothing in PHP-7.0. Could you please check that you're using up-to-date source tree and the correct branch? It could be pretty much like something in that direction. > > Thanks >