View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0001072 | Xdebug | Uncategorized | public | 2014-08-22 14:30 | 2015-01-07 00:05 |
| Reporter | sizeof | Assigned To | |||
| Priority | low | Severity | crash | Reproducibility | always |
| Status | resolved | Resolution | fixed | ||
| Platform | amd64 | OS | Debian | OS Version | 7.5 |
| Product Version | 2.2.5 | ||||
| Fixed in Version | 2.2.6 | ||||
| Summary | 0001072: Dereferencing NULL pointer opline to get a lineno | ||||
| Description | xdebug-2.2.5 tested with php 5.5.9 and 5.5.16 segfaults here: Program terminated with signal 11, Segmentation fault. (gdb) p edata | ||||
| Tags | No tags attached. | ||||
| Operating System | |||||
| PHP Version | 5.5.5-5.5.9 | ||||
|
|
Would you be able to produce a script that demonstrates this crash? That makes it a lot easier to fix the problem as this is most likely caused by a case that I haven't considered. |
|
|
Nop, it seems hard for us to produce a reproductible script, as we don't have a stacktrace, and it happens in a very huge pile of PHP... But you may at lest test for it instead of crashing, logging some debug information, as a temporary fix ? (I typically quick-fixed my version with a little ternary). |
|
|
I am going to guess and I think this could be the same as 0001073 and 0001075, which |
|
|
2.2.6 is now released, can you please check whether that addressed the issue? |
|
|
Suspected fixed in 2.2.6 - please reopen if it's still an issue. |