View Issue Details

IDProjectCategoryView StatusLast Update
0000688XdebugUncategorizedpublic2011-08-13 15:18
Reporternnmatveev Assigned Toderick  
PrioritynormalSeveritycrashReproducibilityalways
Status closedResolutionfixed 
Summary0000688: Call to not yet defined function aborts the session
Description

subj

Steps To Reproduce

<?php
function_exists("undefined_function");//breakpoint here, evaluate expression "undefined_function()", then step over
function_exists("undefined_function");
function_exists("undefined_function");

--result:
xdebug hangs

Additional Information

http://youtrack.jetbrains.net/issue/WI-3256

TagsNo tags attached.
Operating System
PHP Version5.3.6

Activities

nnmatveev

2011-05-06 05:43

reporter   ~0001743

http://youtrack.jetbrains.net/issue/WI-4041

derick

2011-08-05 13:17

administrator   ~0001772

I think I have this fixed now, could you try xdebug 2.1.2 + this patch: http://derickrethans.nl/files/dump/xdebug-issue606.diff.txt please?

derick

2011-08-13 15:18

administrator   ~0001777

Fixed for 2.1.3 and 2.2dev.

Issue History

Date Modified Username Field Change
2011-04-29 16:13 nnmatveev New Issue
2011-05-06 05:43 nnmatveev Note Added: 0001743
2011-08-05 13:17 derick Note Added: 0001772
2011-08-05 13:17 derick Assigned To => derick
2011-08-05 13:17 derick Status new => feedback
2011-08-13 15:18 derick Note Added: 0001777
2011-08-13 15:18 derick Status feedback => closed
2011-08-13 15:18 derick Resolution open => fixed
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