| Anonymous | Login | Signup for a new account | 2013-05-24 04:48 BST | ![]() |
| Main | My View | View Issues | Change Log | Roadmap |
| View Issue Details [ Jump to Notes ] | [ Issue History ] [ Print ] | |||||||
| ID | Project | Category | View Status | Date Submitted | Last Update | |||
| 0000664 | Xdebug | Usage problems | public | 2011-02-11 04:53 | 2012-07-14 20:38 | |||
| Reporter | nnmatveev | |||||||
| Assigned To | derick | |||||||
| Priority | normal | Severity | crash | Reproducibility | have not tried | |||
| Status | resolved | Resolution | unable to reproduce | |||||
| Platform | OS | OS Version | ||||||
| Product Version | 2.1.0 | |||||||
| Target Version | 2.2.1 | Fixed in Version | 2.2.1 | |||||
| Summary | 0000664: xdebug crash: kernel: pid 98370 (httpd), uid 80: exited on signal 11 | |||||||
| Description | This bug is reported by one of the PhpStorm EAP users. It seems to be xdebug bug. We send 'feature_set max_depth -v 0' before sending 'context_get' in order to speed up debugging and it cause this problem. We cannot reproduce the problem in our test environment, but it is always reproducible on user side. Log attached. Related youtrack issue: http://youtrack.jetbrains.net/issue/WI-5092 [^] | |||||||
| Additional Information | FreeBSD 6.2, Apache apache-2.2.17, php52-5.2.17 | |||||||
| Tags | No tags attached. | |||||||
| Operating System | FreeBSD 6.2 | |||||||
| PHP Version | 5.2.10 | |||||||
| Attached Files | ||||||||
Notes |
|
|
(0001670) nnmatveev (reporter) 2011-02-11 05:02 |
From user comment: The xdebug log indicates that the following dbg command gets sent: "<- feature_set -i 10 -n max_depth -v 0 ->" If i patch the xdebug source to override max_depth -v 0 to max_depth -v 3 the debugging is working again. Even if xdebug should not crash max_depth 0 does not seem to be correct. |
|
(0001671) nnmatveev (reporter) 2011-02-11 15:55 |
From user comment: xdebug_handler_dbgp.c Add line 1546: if (options->max_depth == 0) options->max_depth =1; Works for me - without the line the http process crashes. (FreeBSD 6.2. RELASE, GCC 3.4.6) |
|
(0001687) derick (administrator) 2011-03-10 20:51 |
If you have easy access to the index.php script; that'd make it easier for me to reproduce this issue. |
|
(0002303) derick (administrator) 2012-06-27 22:14 |
Is this still an issue with the latest releases? |
|
(0002313) nnmatveev (reporter) 2012-07-01 18:51 |
I can't reproduce it on the latest release. |
|
(0002314) derick (administrator) 2012-07-01 19:05 |
All right; closing this one then. |
Issue History |
|||
| Date Modified | Username | Field | Change |
| 2011-02-11 04:53 | nnmatveev | New Issue | |
| 2011-02-11 04:53 | nnmatveev | File Added: xdebug.log | |
| 2011-02-11 05:02 | nnmatveev | Note Added: 0001670 | |
| 2011-02-11 15:55 | nnmatveev | Note Added: 0001671 | |
| 2011-03-10 20:51 | derick | Note Added: 0001687 | |
| 2012-03-12 16:42 | derick | Target Version | => 2.2.1 |
| 2012-06-27 22:14 | derick | Note Added: 0002303 | |
| 2012-06-27 22:14 | derick | Assigned To | => derick |
| 2012-06-27 22:14 | derick | Status | new => feedback |
| 2012-07-01 18:51 | nnmatveev | Note Added: 0002313 | |
| 2012-07-01 18:51 | nnmatveev | Status | feedback => assigned |
| 2012-07-01 19:05 | derick | Note Added: 0002314 | |
| 2012-07-01 19:05 | derick | Status | assigned => resolved |
| 2012-07-01 19:05 | derick | Resolution | open => unable to reproduce |
| 2012-07-14 20:38 | derick | Fixed in Version | => 2.2.1 |
| Copyright © 2000 - 2011 MantisBT Group |