View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0000230 | Xdebug | Uncategorized | public | 2006-12-18 08:58 | 2007-02-28 20:43 |
Reporter | sheepy | Assigned To | |||
Priority | normal | Severity | crash | Reproducibility | always |
Status | closed | Resolution | open | ||
Summary | 0000230: remote debug crash at 000116d1 on runtime err/warning | ||||
Description | With remote debug on, when a runtime error/warning is generated, Apache crash at downloaded xdebug dll offset 000116d1 It happens with call to non-existant method, referencing non-existant var, or even trigger_error | ||||
Additional Information | Weaverslave's protocol window capture normal message but xdebug gen no remote log (maybe I set it wrong?) ---- Captured communitaction ---
PHP error log seems to be normal in simple test case, although I don't see any error logged for my original system where I first encountered the crash. Apache's log says: [Mon Dec 18 15:43:07 2006] [notice] Parent: child process exited with status 3221225477 -- Restarting. | ||||
Tags | No tags attached. | ||||
Operating System | Windows XP Pro / Apache 2.2.3 | ||||
PHP Version | 4.4.4 | ||||
|
I can not reproduce this with the latest CVS version on Linux. Could you please provide a short (but complete) reproducing script? |
|
<?php $x; // Crash here ?> When Weaverslave's debugger is off I got a normal error stack trace from xdebug. When it is on I got crash and apache restarts. What's curious is, I got this case while I was trying to produce a minimal test case for another crash that seems to be the same, except that I didn't get any error or notice when I run that without debugger. I am using pre-compiled windows module, since I have no C compiler at work. Here's my xdebug ini, in case it helps: [xdebug] I tried comment out non-remote lines, but it's still the same. |
|
I tried on windows now, but I still can not reproduce it. Could you try the Xdebug dll from http://xdebug.org/link.php?url=xdebug200rc2-441-win to see if it works? If not, please provide the full output of weaver slaves' protocol window (including setting the breakpoints). |
|
Reminder sent to sheepy I tried on windows now, but I still can not reproduce it. Could you try the Xdebug dll from http://xdebug.org/link.php?url=xdebug200rc2-441-win to see if it works? If not, please provide the full output of weaver slaves' protocol window (including setting the breakpoints). |
|
Reminder sent to sheepy I tried on windows now, but I still can not reproduce it. Could you try the Xdebug dll from http://xdebug.org/link.php?url=xdebug200rc2-441-win to see if it works? If not, please provide the full output of weaver slaves' protocol window (including setting the breakpoints). |
|
Reminder sent to sheepy I tried on windows now, but I still can not reproduce it. Could you try the Xdebug dll from http://xdebug.org/link.php?url=xdebug200rc2-441-win to see if it works? If not, please provide the full output of weaver slaves' protocol window (including setting the breakpoints). |
|
Reminder sent to sheepy Last reminder: I tried on windows now, but I still can not reproduce it. Could you try the Xdebug dll from http://xdebug.org/link.php?url=xdebug200rc3-441-win to see if it works? If not, please provide the full output of Weaverslaves' protocol window (including setting the breakpoints). |
|
I tried rc3, and it seems to work fine. :) Thanks for your hard work and sorry for the inattention I was paying. |
|
Fixed in CVS. |
Date Modified | Username | Field | Change |
---|---|---|---|
2006-12-18 08:58 | sheepy | New Issue | |
2006-12-19 19:14 | derick | Note Added: 0000523 | |
2006-12-19 19:14 | derick | Status | new => feedback |
2006-12-20 04:50 | sheepy | Note Added: 0000524 | |
2006-12-25 20:48 | derick | Note Added: 0000534 | |
2007-01-02 22:25 | derick | Note Added: 0000535 | |
2007-01-14 18:59 | derick | Note Added: 0000542 | |
2007-01-29 20:00 | derick | Note Added: 0000559 | |
2007-02-19 22:49 | derick | Note Added: 0000572 | |
2007-02-22 04:01 | sheepy | Note Added: 0000574 | |
2007-02-28 20:43 | derick | Status | feedback => closed |
2007-02-28 20:43 | derick | Note Added: 0000577 | |
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 |