View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0000198 | Xdebug | public | 2006-09-05 06:59 | 2006-09-07 21:57 | |
Reporter | tylerj | Assigned To | |||
Priority | normal | Severity | crash | Reproducibility | always |
Status | closed | Resolution | open | ||
Summary | 0000198: Crash in xdebug.c:1298 (2.0.0beta6) | ||||
Description | Segfault at xdebug.c:1298 Program received signal EXC_BAD_ACCESS, Could not access memory. Backtrace. #0 0x0100d17a in xdebug_execute (op_array=0x252a61c, tsrm_ls=0x1101790) at /Users/tylerj/php-debug/xdebug-2.0.0beta6/xdebug.c:1298 | ||||
Additional Information | Running with php 5.1.4 and Apache/2.0.58, installed via fink (apt-get for mac). Running as a zend_ts module. (note that i think my apache is prefork, but i don't know anything about how modphp/libphp works) Fails with phpeclipse and the debugclient. Checked to see if the cvs version changed anything near that line and it didn't. Will try cvs version, just rusty with the whole automake/autoconf situtation, so a few pointers will help. I can get any other information if needed. | ||||
Tags | No tags attached. | ||||
Operating System | OSX Intel 10.4.7 | ||||
PHP Version | 5.1.4 | ||||
|
Sorry i didn't see the category selection. |
|
Same bug occurs in the lastest cvs version. 0x0100d71a in xdebug_execute (op_array=0x2525c1c, tsrm_ls=0x1101790) at /Users/tylerj/php-debug/xdebug/xdebug.c:1288 cvs status xdebug.cFile: xdebug.c Status: Up-to-date Working revision: 1.337 edited on: 2006-09-06 04:54 edited on: 2006-09-06 04:55 |
|
This is now fixed in CVS. However, this could only happen if you specified a non-existing handler with the xdebug.remote_handler setting. You should use "dbgp" there. The code will now give a warning if you pick an nonexisting one. |
Date Modified | Username | Field | Change |
---|---|---|---|
2006-09-05 06:59 | tylerj | New Issue | |
2006-09-05 07:02 | tylerj | Note Added: 0000451 | |
2006-09-06 03:50 | tylerj | Note Added: 0000452 | |
2006-09-06 03:54 | tylerj | Note Edited: 0000452 | |
2006-09-06 03:55 | tylerj | Note Edited: 0000452 | |
2006-09-07 21:57 | derick | Status | new => closed |
2006-09-07 21:57 | derick | Note Added: 0000453 | |
2016-07-31 12:35 | derick | Category | Debug client (console) => debugclient (debugging tool) |
2016-07-31 12:35 | derick | Category | debugclient (debugging tool) => (No Category) |