View Issue Details

IDProjectCategoryView StatusLast Update
0000807XdebugUncategorizedpublic2012-06-27 21:17
Reportershiri Assigned Toderick  
PrioritynormalSeveritymajorReproducibilityalways
Status resolvedResolutionunable to reproduce 
PlatformWindows 7 x64OSWindowsOS Version7 Proffesional
Summary0000807: Crash with closures
Description

class CC {
function xxx() {
$foo = function ($p) { return $p; };
$this->foo[] = $foo->bindTo($this); // breakpoint work ok
$fff = $foo->bindTo($this); // breakpoint work ok
$this->foo = $foo->bindTo($this); // breakpoint crash
}
}

Crash event from windows logs (sorry, but russian) :
??? ???????? ??????????: php.exe, ??????: 5.4.0.0, ??????? ???????: 0x4f4e6fc7
??? ???????? ??????: php5ts.dll, ??????: 5.4.0.0, ??????? ??????? 0x4f4e7f05
??? ??????????: 0xc0000005
???????? ??????: 0x000227a0
????????????? ???????? ????????: 0x140c
????? ??????? ???????? ??????????: 0x01cd0d2471c64cc9
???? ???????? ??????????: E:....\xampp\php\php.exe
???? ???????? ??????: E:....\xampp\php\php5ts.dll
??? ??????: b2ea8ee1-7917-11e1-9384-e02a822d055a

TagsNo tags attached.
Operating System
PHP Version5.4.0

Activities

derick

2012-04-07 16:15

administrator   ~0002029

I can not reproduce this. Could you please supply a short and self-contained script, as well as a remote debug log showing the debug session. See http://xdebug.org/docs/all_settings#remote_log on how to make one.

derick

2012-04-23 17:56

administrator   ~0002084

Hello? Could you please try this with the recently released 2.2.0rc2?

derick

2012-06-27 21:17

administrator   ~0002304

Can't reproduce, and no feedback given.

Issue History

Date Modified Username Field Change
2012-03-28 20:53 shiri New Issue
2012-04-07 16:15 derick Note Added: 0002029
2012-04-07 16:15 derick Assigned To => derick
2012-04-07 16:15 derick Status new => feedback
2012-04-23 17:56 derick Note Added: 0002084
2012-06-27 21:17 derick Note Added: 0002304
2012-06-27 21:17 derick Status feedback => resolved
2012-06-27 21:17 derick Resolution open => unable to reproduce
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