Mantis Bug Tracker

View Issue Details Jump to Notes ] Issue History ] Print ]
IDProjectCategoryView StatusDate SubmittedLast Update
0000807XdebugUsage problemspublic2012-03-28 21:532012-06-27 22:17
Reportershiri 
Assigned Toderick 
PrioritynormalSeveritymajorReproducibilityalways
StatusresolvedResolutionunable to reproduce 
PlatformWindows 7 x64OSWindowsOS Version7 Proffesional
Product Version 
Target VersionFixed in Version 
Summary0000807: Crash with closures
Descriptionclass 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
Attached Files

- Relationships

-  Notes
(0002029)
derick (administrator)
2012-04-07 17:15

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.
(0002084)
derick (administrator)
2012-04-23 18:56

Hello? Could you please try this with the recently released 2.2.0rc2?
(0002304)
derick (administrator)
2012-06-27 22:17

Can't reproduce, and no feedback given.

- Issue History
Date Modified Username Field Change
2012-03-28 21:53 shiri New Issue
2012-04-07 17:15 derick Note Added: 0002029
2012-04-07 17:15 derick Assigned To => derick
2012-04-07 17:15 derick Status new => feedback
2012-04-23 18:56 derick Note Added: 0002084
2012-06-27 22:17 derick Note Added: 0002304
2012-06-27 22:17 derick Status feedback => resolved
2012-06-27 22:17 derick Resolution open => unable to reproduce


Copyright © 2000 - 2011 MantisBT Group
Powered by Mantis Bugtracker