View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0000582 | Xdebug | Uncategorized | public | 2010-05-16 23:04 | 2010-07-23 23:45 |
Reporter | Hubbitus | Assigned To | derick | ||
Priority | normal | Severity | crash | Reproducibility | always |
Status | resolved | Resolution | no change required | ||
Product Version | 2.0.0dev | ||||
Summary | 0000582: php 5.3 crached with xdebug 2.0.5 | ||||
Description | It always crashes near to start of debug session. After hit one or two breakpoint. Problem always reproduced. | ||||
Additional Information | I have tried get backtrace by get coredump (from howto http://bugs.php.net/bugs-generating-backtrace.php): service httpd restartand run it from GDB: gdb httpd.itkgdb httpd.itkGNU gdb (GDB) Red Hat Enterprise Linux (7.0.1-23.el5) Program exited with code 01. With no success. Please, can you say what I do wrong and how I can help debug this issue? | ||||
Tags | No tags attached. | ||||
Operating System | CentOS Linux 5.5 | ||||
PHP Version | 5.3.2 | ||||
|
Please try the latest RC from http://xdebug.org/download.php and see if that works. |
|
2.1.0RC1 seams segfaulted on the same manner. May be it live on few seconds longer and 3-4 debug steps may be accomplished... |
|
Now I downgrade php to 5.2.10 version and on it both versions of xdebug works fine. |
|
Please make a proper backtrace then, as yours doesn't show anything useful. Try with PHP 5.3 and the 2.1.0RC1 though! See the instructions at http://bugs.php.net/bugs-generating-backtrace.php under "If you can't get a core file" |
|
Probably the same issue, Ubuntu 10.04. Test case: testcase.php: eval(file_get_contents("cache.php")); cache.php: Core was generated by `php testcase.php'. |
|
I had a similar problem with the released version of XDebug on windows 7, using php 5.3.2 on Apache and IIS. It made my scripts crash with a weird error in the browser, stating that the request was reinitialized and the browser only showing that warning. Because I found this entry here I tried the RC1 version as Derick recommended and it worked just fine. It took me quite some time to figure out why it wasn't working, because I never bothered to install XDebug before. Now that I did, I am quite happy and I hope this will help someone else who has the same problem. Thanks Derick! |
|
The same issue. I use Fedora 13, PHP 5.3.2. Crash reproduced on XDebug 2.0.5 and 2.1.0RC1. Backtrace: |
|
OP didn't provide feedback, and I can't reproduce this with latest SVN. |
Date Modified | Username | Field | Change |
---|---|---|---|
2010-05-16 23:04 | Hubbitus | New Issue | |
2010-05-16 23:04 | Hubbitus | Operating System | => CentOS Linux 5.5 |
2010-05-16 23:04 | Hubbitus | PHP Version | => 5.3.2 |
2010-05-16 23:04 | Hubbitus | Xdebug Version | => 2.0.5 |
2010-05-16 23:57 | derick | Note Added: 0001482 | |
2010-05-16 23:57 | derick | Status | new => feedback |
2010-05-17 09:01 | Hubbitus | Note Added: 0001483 | |
2010-05-17 09:06 | Hubbitus | Note Added: 0001484 | |
2010-05-17 14:11 | derick | Note Added: 0001485 | |
2010-05-17 14:29 | kaliber | Note Added: 0001486 | |
2010-06-21 21:44 | mcleod | Note Added: 0001498 | |
2010-07-01 14:41 | lexaa | Note Added: 0001511 | |
2010-07-23 23:45 | derick | Note Added: 0001544 | |
2010-07-23 23:45 | derick | Status | feedback => resolved |
2010-07-23 23:45 | derick | Resolution | open => no change required |
2010-07-23 23:45 | derick | Assigned To | => derick |
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 |