View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0001173 | Xdebug | Uncategorized | public | 2015-07-18 09:03 | 2015-11-05 15:09 |
| Reporter | sebastian | Assigned To | |||
| Priority | normal | Severity | crash | Reproducibility | always |
| Status | closed | Resolution | fixed | ||
| Platform | x86_64 | OS | Linux | OS Version | Irrelevant |
| Product Version | 2.3.3 | ||||
| Fixed in Version | 2.4.0beta1 | ||||
| Summary | 0001173: SIGFPE in xdebug_get_monitored_functions() | ||||
| Description | xdebug_get_monitored_functions() crashes when xdebug_start_function_monitor() was called with empty array. | ||||
| Steps To Reproduce | $ cat /tmp/test.php $ /usr/local/php-5.6/bin/php /tmp/test.php | ||||
| Additional Information | #0 0x00007fffe8141fc4 in xdebug_hash_extended_find () from /usr/local/php-5.6/lib/php/extensions/debug-non-zts-20131226/xdebug.so | ||||
| Tags | No tags attached. | ||||
| Operating System | |||||
| PHP Version | 5.6-dev | ||||
|
|
Are you sure this is in 2.3.3? :-) In any case, a PR: https://github.com/xdebug/xdebug/pull/192 Will merge when Travis is done. |
|
|
Thanks for the report and short reproduce script. I've merged a fix. |