View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0000085 | Xdebug | Uncategorized | public | 2004-08-04 09:28 | 2004-08-05 12:12 |
Reporter | emgie | Assigned To | |||
Priority | normal | Severity | minor | Reproducibility | always |
Status | closed | Resolution | open | ||
Summary | 0000085: Segmentation fault | ||||
Description | Every time I run php with XDebug extension, it finishes with segmentation fault, having executed every script or just version request (-v) correctly. | ||||
Additional Information | PHP 5.0.0 | ||||
Tags | No tags attached. | ||||
Operating System | Fedora Core 1 | ||||
PHP Version | 5.0.0-dev | ||||
|
Here is the gdb log: [root@floyd bin]# gdb php (gdb) run -v Program received signal SIGSEGV, Segmentation fault. |
|
Valgrind output: ==27885== Invalid free() / delete / delete[] (If you want a workaround, just comment out that line 566 and it should work). |
|
Actually, setting "xdebug.idekey" to anything makes a better solution. Seems that there should be more care taken of "ide_key" variable in the code. |
|
This is fixed in CVS now, we had a problem where we used two different styles of memory allocation functions. |
Date Modified | Username | Field | Change |
---|---|---|---|
2004-08-04 09:28 | emgie | New Issue | |
2004-08-04 09:30 | emgie | Note Added: 0000171 | |
2004-08-04 09:50 | derick | Note Added: 0000172 | |
2004-08-04 09:50 | derick | Status | new => confirmed |
2004-08-04 10:41 | emgie | Note Added: 0000173 | |
2004-08-05 12:12 | derick | Status | confirmed => closed |
2004-08-05 12:12 | derick | Note Added: 0000174 | |
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 |