View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0000914 | Xdebug | Uncategorized | public | 2013-01-06 15:23 | 2013-06-22 13:39 |
Reporter | shumisha | Assigned To | derick | ||
Priority | normal | Severity | crash | Reproducibility | always |
Status | resolved | Resolution | unable to reproduce | ||
Platform | x86-64 | OS | Windows | OS Version | 7 |
Product Version | 2.2.1 | ||||
Summary | 0000914: Apache crashes when displaying variables | ||||
Description | Hi All, I have been unable (for quite some time now) to make Xdebug work properly with PHP 5.3+. This seems related to reports such as http://bugs.xdebug.org/view.php?id=658, but maybe not exactly. The context is as follow:
note: same behavior with 5.3.17, 5.3.18, 5.4.6 and 5.4.10 (the last two testing done with appropriate version of XDebug)
note: exact same behavior with XDebug 2.1.4: php_xdebug-2.1.4-5.3-vc9.dll Description and hints: I am debugging Joomla! code and extensions. Breakpoints works fine in any situation, but having the Variables window opened makes apache crash as follow:
$router = JRouter::getInstance($name, $options); This line is part of a method called many times during execution. A possible hint is that I believe this is the first instance of calling a method statically in Joomla! execution stream, though not 100% sure. Note that I'm using here a specific version of Joomla! to try provide a common ground for the report. But over the last 12 months, this has happened with several very versions of Joomla. Other issue reports are for similar issues with Drupal and Wordpress, so I'm more inclined to think maybe the fact that I can reproduce the issue systematically on calling a method statically might be a hint. Thanks for any hint, you've made XDebug so useful that living without it is pretty hard! Rgds | ||||
Additional Information |
The crash happened at line 416 in that log file, you can see the line is cut off, ie the usual "Log closed at 2013-01-06 14:14:55" is not there, and the line was cut right after the first few characters. <- context_get -i 1998 -d 0
!ENTRY org.eclipse.php.debug.core 4 4 2013-01-06 15:09:13.014 !ENTRY org.eclipse.php.debug.core 4 150 2013-01-06 15:09:13.016 !ENTRY org.eclipse.php.debug.core 4 4 2013-01-06 15:14:45.477 !ENTRY org.eclipse.php.debug.core 4 150 2013-01-06 15:14:45.480 !ENTRY org.eclipse.php.debug.core 4 4 2013-01-06 15:39:11.848 !ENTRY org.eclipse.php.debug.core 4 4 2013-01-06 15:39:11.850
zend_extension = "V:\Fichiers\xxxxxx\Cle_dev\EASYPH~1.1\php\php5320x130102122647\php_xdebug-2.2.1-5.3-vc9.dll" | ||||
Tags | No tags attached. | ||||
Attached Files | |||||
Operating System | |||||
PHP Version | 5.3.20-5.3.24 | ||||
|
No luck so far, still stuck with no debugger. |
|
First, check whether PHP crashed (by checking your webserver's log file). Then, see if you can reproduce this when you run PHP as a script on the command line, and not through the webserver. If you can do that, then, see if you can get a GDB backtrace with: gdb --args /full/path/to/php yourscript.php And then type: When it crashes, type: You could also attempt to try the latest version from github (the xdebug_2_2) branch? |
|
Could you please try Xdebug 2.2.3 which has just been released? I am suspecting that release might fix this issue. |
|
Hello - can you please try 2.2.3? |
|
Unable to reproduce, and no feedback provided. Please reopen if this is still an issue for you. |
Date Modified | Username | Field | Change |
---|---|---|---|
2013-01-06 15:23 | shumisha | New Issue | |
2013-01-06 15:23 | shumisha | File Added: xdebug.zip | |
2013-01-28 08:11 | shumisha | Note Added: 0002418 | |
2013-03-09 22:13 | derick | Note Added: 0002444 | |
2013-05-22 05:49 | derick | Note Added: 0002481 | |
2013-05-22 05:49 | derick | Assigned To | => derick |
2013-05-22 05:49 | derick | Status | new => feedback |
2013-06-09 10:21 | derick | Note Added: 0002497 | |
2013-06-22 13:39 | derick | Note Added: 0002512 | |
2013-06-22 13:39 | derick | Status | feedback => resolved |
2013-06-22 13:39 | derick | Resolution | open => unable to reproduce |
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 |