View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0001334 | Xdebug | Stacktraces | public | 2016-07-31 13:46 | 2016-08-03 08:19 |
Reporter | bluewind | Assigned To | derick | ||
Priority | normal | Severity | crash | Reproducibility | always |
Status | resolved | Resolution | no change required | ||
Platform | Linux | OS | Arch Linux | OS Version | n/a |
Product Version | 2.4.0 | ||||
Fixed in Version | 2.4.1 | ||||
Summary | 0001334: Crash when using xdebug_start_code_coverage(XDEBUG_CC_UNUSED) with php -S | ||||
Description | When collecting code coverage information with XDEBUG_CC_UNUSED enabled, the php dev webserver (also php-fpm) crashes. I discovered this by trying to collect coverage data from my test suite which uses the php server to test actual API requests sent to my application. The backtrace looks different, but removing XDEBUG_CC_UNUSED in my test suite also fixes the problem. I'm not entirely certain if it is the actual bug I'm hitting though since I don't need to issue 2 requests when I hit this in my application. Running the example without XDEBUG_CC_UNUSED works just fine. | ||||
Steps To Reproduce | echo '<?php xdebug_start_code_coverage(XDEBUG_CC_UNUSED);' > test.php | ||||
Additional Information | Error in `php': double free or corruption (out): 0x000000000154bb40 Jul 31 15:38:07 Marin systemd-coredump[6924]: Process 6914 (php) of user 1000 dumped core.
| ||||
Tags | No tags attached. | ||||
Operating System | Arch Linux | ||||
PHP Version | 7.0.5-7.0.9 | ||||
Date Modified | Username | Field | Change |
---|---|---|---|
2016-07-31 13:46 | bluewind | New Issue | |
2016-08-02 18:45 | derick | Note Added: 0003663 | |
2016-08-02 18:45 | derick | Assigned To | => derick |
2016-08-02 18:45 | derick | Status | new => feedback |
2016-08-02 19:00 | bluewind | Note Added: 0003664 | |
2016-08-02 19:00 | bluewind | Status | feedback => assigned |
2016-08-03 08:19 | derick | Note Added: 0003665 | |
2016-08-03 08:19 | derick | Status | assigned => resolved |
2016-08-03 08:19 | derick | Fixed in Version | => 2.4.1 |
2016-08-03 08:19 | derick | Resolution | open => no change required |