View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0001428 | Xdebug | Code Coverage | public | 2017-04-25 11:34 | 2019-09-19 23:54 |
| Reporter | artem | Assigned To | |||
| Priority | low | Severity | crash | Reproducibility | always |
| Status | closed | Resolution | fixed | ||
| Platform | Windows | OS | Windows Server | OS Version | 2012 R2 |
| Product Version | 2.5.3 | ||||
| Summary | 0001428: xdebug_start_code_coverage crash on IIS+opcache (access violation exception) | ||||
| Description | I'm using PHP 7.1.4 (fastcgi/nts) with IIS 8.5 (opcache enabled) and i'm trying to generate a code coverage report through the "codeception" lib. I've attached a small index.php file with all its composer dependencies. If you run this file on IIS 8.5 the php-cgi.exe process crashes. The execution stops at this line: If you remove the XDEBUG_CC_UNUSED flag everything is fine. Also it is important to mention, that if you disable the opcache extension everything is fine too. Additionally to the project files I also attached the DebugDiag report. Here an excerpt: php_xdebug!xdebug_set_in_ex+13 | ||||
| Steps To Reproduce |
| ||||
| Tags | No tags attached. | ||||
| Operating System | |||||
| PHP Version | 7.1.0-7.1.4 | ||||