Hi Anatol,

Here is what I have

[frank@dev php-src-7]$ git show
commit d1077f7a897d9267a0cad3d64663fd952dd1c6b2
Merge: e88e3f2 a2e59e7
Author: Anatol Belski <a...@php.net>
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:f...@php.net]
Sent: Wednesday, November 11, 2015 8:14 PM
To: Dmitry Stogov <dmi...@zend.com>
Cc: PHP Internals <internals@lists.php.net>
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


--
PHP Internals - PHP Runtime Development Mailing List
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to