Re: [PHP-DEV] PHP 7 Segmentation fault

2015-11-11 Thread Frank M. Kromann
today. Thanks. Dmitry. On Wed, Nov 11, 2015 at 11:02 PM, Anatol Belski wrote: -Original Message- From: Frank M. Kromann [mailto:f...@webbypixel.com ] Sent: Wednesday, November 11, 2015 8:51 PM To: Anatol Belski ; 'Dmitry Stogov' < dmi...@zend.com> Cc: 'PHP Inter

Re: [PHP-DEV] PHP 7 Segmentation fault

2015-11-11 Thread Dmitry Stogov
> -Original Message----- > From: Frank M. Kromann [mailto:f...@webbypixel.com ] > Sent: Wednesday, November 11, 2015 8:51 PM > To: Anatol Belski ; 'Dmitry > Stogov' < > > dmi...@zend.com> > > Cc: 'PHP Internals' > Subject: Re: [PHP

RE: [PHP-DEV] PHP 7 Segmentation fault

2015-11-11 Thread Anatol Belski
Hi Frank, > -Original Message- > From: Frank M. Kromann [mailto:f...@webbypixel.com] > Sent: Wednesday, November 11, 2015 9:29 PM > To: Anatol Belski ; 'Dmitry Stogov' > Cc: 'PHP Internals' > Subject: Re: [PHP-DEV] PHP 7 Segmentation fault > &

Re: [PHP-DEV] PHP 7 Segmentation fault

2015-11-11 Thread Frank M. Kromann
Anatol Belski wrote: -Original Message- From: Frank M. Kromann [mailto:f...@webbypixel.com] Sent: Wednesday, November 11, 2015 8:51 PM To: Anatol Belski ; 'Dmitry Stogov' Cc: 'PHP Internals' Subject: Re: [PHP-DEV] PHP 7 Segmentation fault Just switched to PHP-7.0 an

Re: [PHP-DEV] PHP 7 Segmentation fault

2015-11-11 Thread Frank M. Kromann
015 at 11:02 PM, Anatol Belski wrote: -Original Message- From: Frank M. Kromann [mailto:f...@webbypixel.com] Sent: Wednesday, November 11, 2015 8:51 PM To: Anatol Belski ; 'Dmitry Stogov' < dmi...@zend.com> Cc: 'PHP Internals' Subject: Re: [PHP-DEV] PHP 7

Re: [PHP-DEV] PHP 7 Segmentation fault

2015-11-11 Thread Frank M. Kromann
mann [mailto:f...@webbypixel.com] Sent: Wednesday, November 11, 2015 8:51 PM To: Anatol Belski ; 'Dmitry Stogov' Cc: 'PHP Internals' Subject: Re: [PHP-DEV] PHP 7 Segmentation fault Just switched to PHP-7.0 and there is no longer any references to _live_range but the problem wi

Re: [PHP-DEV] PHP 7 Segmentation fault

2015-11-11 Thread Dmitry Stogov
ixel.com] > > Sent: Wednesday, November 11, 2015 8:51 PM > > To: Anatol Belski ; 'Dmitry Stogov' < > dmi...@zend.com> > > Cc: 'PHP Internals' > > Subject: Re: [PHP-DEV] PHP 7 Segmentation fault > > > > Just switched to PHP-7.0 and there

Re: [PHP-DEV] PHP 7 Segmentation fault

2015-11-11 Thread Dmitry Stogov
t; > 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' > >

RE: [PHP-DEV] PHP 7 Segmentation fault

2015-11-11 Thread Anatol Belski
> -Original Message- > From: Frank M. Kromann [mailto:f...@webbypixel.com] > Sent: Wednesday, November 11, 2015 8:51 PM > To: Anatol Belski ; 'Dmitry Stogov' > Cc: 'PHP Internals' > Subject: Re: [PHP-DEV] PHP 7 Segmentation fault > > Just sw

Re: [PHP-DEV] PHP 7 Segmentation fault

2015-11-11 Thread Frank M. Kromann
nesday, 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

Re: [PHP-DEV] PHP 7 Segmentation fault

2015-11-11 Thread Frank M. Kromann
n 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 Cc: PHP Internals Subject: Re: [PHP-DEV] PHP 7 Segmentation fault Hi Dmitry, Yes this is the master branch. I hav

Re: [PHP-DEV] PHP 7 Segmentation fault

2015-11-11 Thread Frank M. Kromann
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, confi

RE: [PHP-DEV] PHP 7 Segmentation fault

2015-11-11 Thread Anatol Belski
Hi Frank, > -Original Message- > From: Frank M. Kromann [mailto:f...@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 ma

Re: [PHP-DEV] PHP 7 Segmentation fault

2015-11-11 Thread Frank M. Kromann
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

Re: [PHP-DEV] PHP 7 Segmentation fault

2015-11-11 Thread Dmitry Stogov
I suppose this is not PHP-7.0, but "master" branch. PHP-7.0 doesn't have zend_add_live_range(). Please, make "git pull" and then full rebuild, "make clean; make; make install" Thanks. Dmitry. On Wed, Nov 11, 2015 at 3:22 AM, Frank M. Kromann wrote: > Hello Everyone, > > I have a large applicat

[PHP-DEV] PHP 7 Segmentation fault

2015-11-10 Thread Frank M. Kromann
Hello Everyone, I have a large application that segfaults on spl autoload function. I have not had the time yet to create a small script that can be used to reproduce the error, but it looks to be similar to the one reported for PHPUnit. I'm using the autolaoder script from composer and I ha