php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #72593 phpdbg seg faults when running a phpunit test suite
Submitted: 2016-07-13 19:27 UTC Modified: 2016-07-23 15:48 UTC
From: jonny at jonnybarnes dot uk Assigned: bwoebi (profile)
Status: Closed Package: phpdbg
PHP Version: 7.1Git-2016-07-13 (Git) OS: Linux
Private report: No CVE-ID: None
View Add Comment Developer Edit
Anyone can comment on a bug. Have a simpler test case? Does it work for you on a different platform? Let us know!
Just going to say 'Me too!'? Don't clutter the database with that please !
Your email address:
MUST BE VALID
Solve the problem:
20 + 10 = ?
Subscribe to this entry?

 
 [2016-07-13 19:27 UTC] jonny at jonnybarnes dot uk
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.


Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2016-07-13 19:44 UTC] bwoebi@php.net
-Status: Open +Status: Feedback
 [2016-07-13 19:44 UTC] bwoebi@php.net
Can you please check with a build from today? I've been applying fixes yesterday to the ZTS build.

That build is from July 11th.
 [2016-07-19 21:39 UTC] jonny at jonnybarnes dot uk
The travis ci nightly tests are passing now its using a newer version.
 [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
Closed as already fixed at time of report...
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Fri Mar 29 05:01:28 2024 UTC