View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0000028 | Xdebug | Uncategorized | public | 2003-11-11 12:17 | 2004-09-15 09:08 |
Reporter | melvyn | Assigned To | derick | ||
Priority | normal | Severity | crash | Reproducibility | always |
Status | resolved | Resolution | unable to reproduce | ||
Summary | 0000028: xdebug_llist_init (l=0x0, dtor=0x190b7d6c <hash_element_dtor>) | ||||
Description | Reproducable crash. | ||||
Additional Information | Index: xdebug_llist.cRCS file: /repository/xdebug/xdebug_llist.c,v
| ||||
Tags | No tags attached. | ||||
Operating System | FreeBSD ghost.lan.webteckies.org 4.9-RC FreeBSD 4.9-RC 0000006: Wed Oct 1 07:44:36 CEST 2003 root@ghost.lan.webteckies.org:/usr/obj/usr/src/sys/GHOST i386 | ||||
PHP Version | 4.3.4-dev | ||||
|
I could not reproduce this with 4.3.5-dev, xdebug-2.0dev (current CVS) and phpmyadm 2.5.4. Can you please tell me which xdebug related php.ini settings you made and whether you have a debug or non-debug php build? |
|
Try --enable-memory-limit, default setting (8M) and a large enough number of tables (in my case 41). I've screwed around with my php install in the mean time. Xdebug version above was used, but 1.2.0 was also affected. AFAIR auto_trace and default_enable we're on. No phpdebug build. |
|
I'm pretty sure I've found the cause: 28126 www 2 0 22176K 14552K sbwait 0:07 25.31% 23.78% httpd The first run is with 'autotrace' on. The second one, without. Apache was stopped and started before the first run and in between the runs. Both requested the data-dictionary of the same database. Since I've now compiled php without memory limit, I do not hit the bug anymore but 300M difference for autotrace seems to be a bit much - especially for a webserver. If there is no bug here, then maybe autotrace should be disabled when sapi != cli. php -i | grep xdebugxdebug |
|
I'm going to mark this bug as resolved, as I'm still unable to duplicate it. If you have more information about it, feel free to reopen it. Besides that, the tracing in Xdebug 2.0 is much better anyway (and doesn't use much memory at all!) Derick |
Date Modified | Username | Field | Change |
---|---|---|---|
2003-11-11 12:17 | melvyn | New Issue | |
2003-12-01 15:44 | derick | Note Added: 0000067 | |
2003-12-01 15:44 | derick | Status | new => feedback |
2003-12-02 01:28 | melvyn | Note Added: 0000071 | |
2003-12-02 21:56 | melvyn | Note Added: 0000072 | |
2004-09-15 09:08 | derick | Status | feedback => resolved |
2004-09-15 09:08 | derick | Resolution | open => unable to reproduce |
2004-09-15 09:08 | derick | Assigned To | => derick |
2004-09-15 09:08 | derick | Note Added: 0000192 | |
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 |