View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0000043 | Xdebug | Uncategorized | public | 2004-01-15 03:41 | 2004-03-16 23:35 |
| Reporter | hagiya | Assigned To | |||
| Priority | normal | Severity | crash | Reproducibility | always |
| Status | closed | Resolution | open | ||
| Summary | 0000043: PHP-4.3.5RC1 crushes when used with xdebug. | ||||
| Description | Hello, Starting from 4.3.5RC1, PHP (rightly?) calls tsrm_shutdown() when shutting down extension modules. I tracked down the xdebug source code and found that if I change this line in xdeug.c This might be a PHP problem rather than that of xdebug, but I have no clue. In PHP4.3.4, xdebug works pretty fine. environment: | ||||
| Additional Information | The point of crush is line 162 of TSRM.c. * 157,163 **
! for (j=0; j<id_count; j++) {
! for (j=0; j<p->count; j++) { | ||||
| Tags | No tags attached. | ||||
| Operating System | window xp professional 2002 | ||||
| PHP Version | 4.3.5-dev | ||||
|
|
I can't reproduce this... can you give me a short script to reproduce this? |
|
|
I'm sorry. In original PHP4.3.5RC1, I can't also reproduce. It contributes carefully after this. Thank you for having you investigate. |
|
|
Wasn't an Xdebug after all. |
| Date Modified | Username | Field | Change |
|---|---|---|---|
| 2004-01-15 03:41 | hagiya | New Issue | |
| 2004-01-15 20:01 | derick | Note Added: 0000094 | |
| 2004-01-15 20:01 | derick | Status | new => feedback |
| 2004-01-19 04:29 | hagiya | Note Added: 0000095 | |
| 2004-03-16 23:35 | derick | Status | feedback => closed |
| 2004-03-16 23:35 | derick | Note Added: 0000107 | |
| 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 |