View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0001277 | Xdebug | public | 2016-03-02 05:22 | 2016-03-04 15:32 | |
Reporter | bittercookie | Assigned To | derick | ||
Priority | normal | Severity | crash | Reproducibility | always |
Status | closed | Resolution | fixed | ||
Product Version | 2.4.0rc4 | ||||
Fixed in Version | 2.4.1 | ||||
Summary | 0001277: Crash when another extension calls call_user_function() with params during RINIT | ||||
Description | (PHP 5.5.30) When trying to use xdebug and my extension, php during first RINIT without executing anything. Program received signal SIGSEGV, Segmentation fault.
the pseudocode in RINIT is: zval rs_function_name, rs_function_ret; | ||||
Tags | No tags attached. | ||||
Attached Files | |||||
Operating System | CentOS | ||||
PHP Version | 5.5.30-5.5.34 | ||||
|
Please provide working code, I do not have to time to rewrite part of your extension to reproduce a crash. Besides the working extension code, I'd also need a way how to reproduce this on the command line - likely, your php.ini settings have an influence on this (I am guessing the profiler related ones). |
|
"xdebug-crush-extension.rar" for the bug. You must add the following configuration xdebug.profiler_enable=1 add a php script to your website: echo "<?php phpinfo(); ?>" > /var/www/html/info.php visite info.php in browser |
|
Thanks, with that I could reproduce it. I did need two requests though, and not just one. It's fixed on GitHub now and ready for 2.4.1. |
Date Modified | Username | Field | Change |
---|---|---|---|
2016-03-02 05:22 | bittercookie | New Issue | |
2016-03-02 11:12 | derick | Note Added: 0003538 | |
2016-03-02 11:12 | derick | Assigned To | => derick |
2016-03-02 11:12 | derick | Status | new => feedback |
2016-03-03 04:53 | bittercookie | File Added: xdebug-crush-extension.rar | |
2016-03-03 04:57 | bittercookie | Note Added: 0003539 | |
2016-03-03 04:57 | bittercookie | Status | feedback => assigned |
2016-03-03 04:57 | bittercookie | Note Edited: 0003539 | |
2016-03-03 05:02 | bittercookie | Note Edited: 0003539 | |
2016-03-04 15:32 | derick | Note Added: 0003540 | |
2016-03-04 15:32 | derick | Status | assigned => closed |
2016-03-04 15:32 | derick | Resolution | open => fixed |
2016-03-04 15:32 | derick | Fixed in Version | => 2.4.1 |
2016-07-31 12:35 | derick | Category | Debug client (console) => debugclient (debugging tool) |
2016-07-31 12:35 | derick | Category | debugclient (debugging tool) => (No Category) |