Re: [PHP-DEV] Segfault in master with PHPUnit

2015-06-13 Thread Xinchen Hui
Hey Bob: On Sun, Jun 14, 2015 at 2:08 PM, Sebastian Bergmann wrote: > Am 14.06.2015 um 07:55 schrieb Xinchen Hui: >> maybe related to this : 3cfa58367b1b85d346d9be6cf9ae116c63571247 > > Yes, reverting that commit fixes it. Thanks for the pointer! please have a look of it.. I'd like revert it fo

Re: [PHP-DEV] Segfault in master with PHPUnit

2015-06-13 Thread Sebastian Bergmann
Am 14.06.2015 um 07:55 schrieb Xinchen Hui: > maybe related to this : 3cfa58367b1b85d346d9be6cf9ae116c63571247 Yes, reverting that commit fixes it. Thanks for the pointer! -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] Segfault in master with PHPUnit

2015-06-13 Thread Xinchen Hui
Hey: On Sun, Jun 14, 2015 at 1:42 PM, Sebastian Bergmann wrote: > Am 14.06.2015 um 07:29 schrieb Sebastian Bergmann: >> I have run across a weird segfault with the current master when trying >> to run PHPUnit (using PHPUnit's own test suite). Weird because I get a >> segfault immediately on start

Re: [PHP-DEV] Segfault in master with PHPUnit

2015-06-13 Thread Sebastian Bergmann
Am 14.06.2015 um 07:29 schrieb Sebastian Bergmann: > I have run across a weird segfault with the current master when trying > to run PHPUnit (using PHPUnit's own test suite). Weird because I get a > segfault immediately on startup with a release build and a segfault much > later when using a debug

[PHP-DEV] Segfault in master with PHPUnit

2015-06-13 Thread Sebastian Bergmann
I have run across a weird segfault with the current master when trying to run PHPUnit (using PHPUnit's own test suite). Weird because I get a segfault immediately on startup with a release build and a segfault much later when using a debug build. Detailed information is below, let me know if t