View Issue Details

IDProjectCategoryView StatusLast Update
0001197XdebugUncategorizedpublic2015-11-09 01:45
Reporterocramius Assigned Toderick  
PrioritynormalSeveritycrashReproducibilityalways
Status resolvedResolutionduplicate 
PlatformMac OSOSMac OSOS Version10.11.1
Product Version2.4.0beta1 
Fixed in Version2.4.0rc1 
Summary0001197: XDebug crashes while dumping XD
Description

XDebug crashes with following output when running with coverage (note that the test suite failures are unrelated):

./vendor/bin/phpunit --coverage-clover ./clover.xml
PHPUnit 5.0.8 by Sebastian Bergmann and contributors.

Runtime: PHP 7.0.0RC6 with Xdebug 2.4.0beta1
Configuration: /Users/ocramius/Documents/Projects/PhpCodeInliner/phpunit.xml.dist

[1] 58510 segmentation fault ./vendor/bin/phpunit --coverage-clover ./clover.xml

Steps To Reproduce

git clone git@github.com:Ocramius/PhpCodeInliner.git
cd PhpCodeInliner
git checkout "bug/xdebug-crash-2015-11-06"
curl -sS https://getcomposer.org/installer | php
./vendor/bin/phpunit

TagsNo tags attached.
Operating SystemMac OS 10.11.1
PHP Version7.0.0rc6

Relationships

duplicate of 0001195 closedderick Segfault during PHPUnit (with code coverage) 

Activities

derick

2015-11-09 01:45

administrator   ~0003210

This turned out to be a duplicate of 0001195. Before the fix for 0001195 this indeed crashed, and afterwards it succeeds. Fix will be in 2.4.0RC1.

Issue History

Date Modified Username Field Change
2015-11-06 21:45 ocramius New Issue
2015-11-09 01:45 derick Note Added: 0003210
2015-11-09 01:45 derick Relationship added duplicate of 0001195
2015-11-09 01:45 derick Status new => resolved
2015-11-09 01:45 derick Fixed in Version => 2.4.0rc1
2015-11-09 01:45 derick Resolution open => duplicate
2015-11-09 01:45 derick Assigned To => derick
2016-07-31 12:36 derick Category Usage problems => Usage problems (Crashes)
2016-07-31 12:38 derick Category Usage problems (Crashes) => Usage problems (Wrong Results)
2020-03-12 16:35 derick Category Usage problems (Wrong Results) => Variable Display
2020-03-12 16:38 derick Category Variable Display => Uncategorized