|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2016-07-13 19:44 UTC] bwoebi@php.net
-Status: Open
+Status: Feedback
[2016-07-13 19:44 UTC] bwoebi@php.net
[2016-07-19 21:39 UTC] jonny at jonnybarnes dot uk
[2016-07-23 15:48 UTC] bwoebi@php.net
-Status: Feedback
+Status: Closed
-Assigned To:
+Assigned To: bwoebi
[2016-07-23 15:48 UTC] bwoebi@php.net
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Wed Oct 29 16:00:01 2025 UTC |
Description: ------------ I’m getting failures on my TravisCI tests when using php version `nightly`. The output is as follows: $ php --version PHP 7.1.0-dev (cli) (built: Jul 11 2016 22:47:33) ( ZTS ) Copyright (c) 1997-2016 The PHP Group Zend Engine v3.1.0-dev, Copyright (c) 1998-2016 Zend Technologies with Zend OPcache v7.1.0-dev, Copyright (c) 1999-2016, by Zend Technologies with Xdebug v2.5.0-dev, Copyright (c) 2002-2016, by Derick Rethans ... $ phpdbg -qrr vendor/bin/phpunit --coverage-text /home/travis/build.sh: line 45: 4202 Segmentation fault (core dumped) phpdbg -qrr vendor/bin/phpunit --coverage-text Not sure what’s causing the segfault.