Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:89181 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 87026 invoked from network); 11 Nov 2015 19:34:32 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 11 Nov 2015 19:34:32 -0000 Authentication-Results: pb1.pair.com smtp.mail=anatol.php@belski.net; spf=permerror; sender-id=unknown Authentication-Results: pb1.pair.com header.from=anatol.php@belski.net; sender-id=unknown Received-SPF: error (pb1.pair.com: domain belski.net from 85.214.73.107 cause and error) X-PHP-List-Original-Sender: anatol.php@belski.net X-Host-Fingerprint: 85.214.73.107 klapt.com Received: from [85.214.73.107] ([85.214.73.107:34718] helo=h1123647.serverkompetenz.net) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 46/80-16149-74893465 for ; Wed, 11 Nov 2015 14:34:31 -0500 Received: by h1123647.serverkompetenz.net (Postfix, from userid 1006) id 372706D2001; Wed, 11 Nov 2015 20:34:28 +0100 (CET) X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on h1123647.serverkompetenz.net X-Spam-Level: X-Spam-Status: No, score=-2.9 required=2.5 tests=ALL_TRUSTED,BAYES_00, URIBL_BLOCKED autolearn=ham version=3.3.2 Received: from w530phpdev (p579F3911.dip0.t-ipconnect.de [87.159.57.17]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by h1123647.serverkompetenz.net (Postfix) with ESMTPSA id D81DD23D6162; Wed, 11 Nov 2015 20:34:25 +0100 (CET) To: "'Frank M. Kromann'" , "'Dmitry Stogov'" Cc: "'PHP Internals'" References: <56428A30.4060803@php.net> <56439392.2020608@php.net> In-Reply-To: <56439392.2020608@php.net> Date: Wed, 11 Nov 2015 20:34:21 +0100 Message-ID: <01ab01d11cb7$f9605d10$ec211730$@belski.net> MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable X-Mailer: Microsoft Outlook 15.0 Thread-Index: AQJ5HGM2ljvp3xddncYWLchr5DRS2QKbCiEpAkKHQ4GdIEgNIA== Content-Language: en-us Subject: RE: [PHP-DEV] PHP 7 Segmentation fault From: anatol.php@belski.net ("Anatol Belski") 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 >=20 > Hi Dmitry, >=20 > 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. >=20 > 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. >=20 > 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). >=20 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