View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0000818 | Xdebug | Uncategorized | public | 2012-04-24 10:57 | 2012-12-18 12:37 |
Reporter | johanv | Assigned To | derick | ||
Priority | low | Severity | crash | Reproducibility | always |
Status | closed | Resolution | fixed | ||
Platform | Linux | OS | Debian | OS Version | 2.6.32-5-amd64 |
Product Version | 2.2.0RC2 | ||||
Target Version | 2.2.2 | Fixed in Version | 2.2.2 | ||
Summary | 0000818: Require a php script in the PHP_RINIT causes Xdebug to crash | ||||
Description | I've written a small php extension in which a simple script is included in RINIT step. When the Xdebug extension is not enabled, the extension loads and is usable. When Xdebug is enabled, it seems to be triggered on the require command and then crashes. | ||||
Steps To Reproduce | I've included the source code of my extension - named require - and a script with a function "hello2", to be placed in the include path. Compile and install the extension. With Xdebug disabled, you can do php -m or php -r 'hello2();' which will call the function in the included script. | ||||
Additional Information | PHP version is 5.3.9-ZS 5.6.0 | ||||
Tags | No tags attached. | ||||
Attached Files | |||||
Operating System | |||||
PHP Version | 5.3.9 | ||||
|
The supplied script and extension are pretty useless, but they are purely to allow an easy reproduction of the problem. It is however impossible to use the SAM extension (Simple Asynchronous Messaging) due to this issue. The SAM extension does the same: it includes a php file in the RINIT. |
|
Fixed for 2.2.2. |
Date Modified | Username | Field | Change |
---|---|---|---|
2012-04-24 10:57 | johanv | New Issue | |
2012-04-24 10:57 | johanv | File Added: XDebug_Crash.zip | |
2012-04-24 16:30 | derick | Priority | normal => low |
2012-04-25 08:51 | johanv | Note Added: 0002092 | |
2012-04-27 23:54 | derick | Target Version | => 2.2.1 |
2012-07-14 22:14 | derick | Target Version | 2.2.1 => 2.2.2 |
2012-12-18 12:32 | derick | Note Added: 0002398 | |
2012-12-18 12:32 | derick | Status | new => closed |
2012-12-18 12:32 | derick | Assigned To | => derick |
2012-12-18 12:32 | derick | Resolution | open => fixed |
2012-12-18 12:37 | derick | Fixed in Version | => 2.2.2 |
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 |