View Issue Details

IDProjectCategoryView StatusLast Update
0000704Xdebugpublic2011-08-13 15:19
ReporterOndrejBrejla Assigned To 
PriorityimmediateSeveritycrashReproducibilityalways
Status resolvedResolutionduplicate 
Summary0000704: Every PHP FatalError causes xdebug to crash
Description

Everytime something tries to eval a code, which causes PHP FatalError, xdebug crashes. It's so simple.

Steps To Reproduce

Try to eval:

nonExistingFunction()
new InstantiateNonExistingObject()

etc.

TagsNo tags attached.
Operating System
PHP Version5.3.5

Relationships

duplicate of 0000606 closedderick evaluate a $this->... expression when $this is not accesible crash xdebug 

Activities

OndrejBrejla

2011-07-21 15:55

reporter   ~0001763

It's connected with issues: 688, 678, 689, 606.

Just everytime the evaled code throws FatalError.

derick

2011-08-13 15:19

administrator   ~0001779

Fixed for 2.1.3 and 2.2dev.