View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0001151 | Xdebug | Uncategorized | public | 2015-05-14 22:25 | 2015-05-29 12:42 |
Reporter | francois | Assigned To | derick | ||
Priority | normal | Severity | crash | Reproducibility | always |
Status | closed | Resolution | fixed | ||
Platform | Vmware Workstation W 7 | OS | Centos | OS Version | 6.4 |
Product Version | 2.3.2 | ||||
Target Version | 2.3.3 | Fixed in Version | 2.3.3 | ||
Summary | 0001151: Crash when another extension calls call_user_function() during RINIT | ||||
Description | (PHP 5.6.4) When trying to use xdebug and the phk PECL extension, php during first RINIT without executing anything. Trace shows : Program received signal SIGSEGV, Segmentation fault. #0 0x001373b7 in xdebug_add_stack_frame (zdata=0xbfffe524, op_array=0x0, Crash happens when phk tries to register its autoloader to spl_autoload_register() using call_user_function(). If I remove this call, everything works fine. Problem because I don't know another way to register an autoloader from an extension. | ||||
Steps To Reproduce | Download the 'phk' PECL extension (clone it from github:flaupretre/pecl-phk, don't get it from PECL). In the 'develop' branch, look for the 'xdebug_2.3.2_crash' tag. This is the version I experienced the problem with. Compile and install. Activate in php.ini along with xdebug. Run the 'php' CLI command. | ||||
Tags | No tags attached. | ||||
Operating System | |||||
PHP Version | 5.6.0-5.6.4 | ||||
|
No need to clone a specific version. The phk package released on PECL (3.0.0) shows the same problem. |
|
|
Date Modified | Username | Field | Change |
---|---|---|---|
2015-05-14 22:25 | francois | New Issue | |
2015-05-29 12:21 | derick | Assigned To | => derick |
2015-05-29 12:21 | derick | Status | new => assigned |
2015-05-29 12:21 | derick | Target Version | => 2.3.3 |
2015-05-29 12:26 | francois | Note Added: 0003091 | |
2015-05-29 12:42 | derick | Note Added: 0003092 | |
2015-05-29 12:42 | derick | Status | assigned => closed |
2015-05-29 12:42 | derick | Resolution | open => fixed |
2015-05-29 12:42 | derick | Fixed in Version | => 2.3.3 |
2016-07-31 12:36 | derick | Category | Usage problems => Usage problems (Crashes) |
2016-07-31 12:38 | derick | Category | Usage problems (Crashes) => Usage problems (Wrong Results) |
2020-03-12 16:35 | derick | Category | Usage problems (Wrong Results) => Variable Display |
2020-03-12 16:38 | derick | Category | Variable Display => Uncategorized |