View Issue Details

IDProjectCategoryView StatusLast Update
0001893XdebugCode Coveragepublic2020-12-02 17:08
Reportertrowski Assigned To 
PrioritynormalSeveritycrashReproducibilityalways
Status closedResolutionfixed 
Product Version3.0.0RC1 
Target Version3.0devFixed in Version3.0.1 
Summary0001893: Crash with ext-fiber and xdebug.mode=coverage
Description

When running tests for Amp v3 using ext-fiber, I get a BAD ACCESS in xdebug_create_key_for_path when collecting code coverage.

Steps To Reproduce

Install ext-fiber, https://github.com/amphp/ext-fiber. (Like most PHP extensions, phpize, ./configure, make, make install).
Set xdebug.mode=coverage
Clone https://github.com/amphp/amp, checkout v3 branch.
composer install --ignore-platform-reqs
Run vendor/bin/phpunit --coverage-text

TagsNo tags attached.
Operating System
PHP Version8.0-dev

Activities