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
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: jonny at jonnybarnes dot uk
New email:
PHP Version: OS:

 

 [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

Pull Requests

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: Sat Dec 21 18:01:29 2024 UTC