Edit report at https://bugs.php.net/bug.php?id=63741&edit=1

 ID:                 63741
 Updated by:         larue...@php.net
 Reported by:        bobwei9 at hotmail dot com
 Summary:            Crash when autoloading from spl
-Status:             Feedback
+Status:             Closed
 Type:               Bug
 Package:            SPL related
 Operating System:   Mac OS X Mountain Lion
 PHP Version:        master-Git-2012-12-11 (Git)
 Assigned To:        dmitry
 Block user comment: N
 Private report:     N

 New Comment:

The fix for this bug has been committed.

Snapshots of the sources are packaged every three hours; this change
will be in the next snapshot. You can grab the snapshot at
http://snaps.php.net/.

 For Windows:

http://windows.php.net/snapshots/
 
Thank you for the report, and for helping us make PHP better.




Previous Comments:
------------------------------------------------------------------------
[2012-12-14 02:33:40] larue...@php.net

The following patch has been added/updated:

Patch Name: bug63741.patch
Revision:   1355452420
URL:        
https://bugs.php.net/patch-display.php?bug=63741&patch=bug63741.patch&revision=1355452420

------------------------------------------------------------------------
[2012-12-14 02:33:39] larue...@php.net

The following patch has been added/updated:

Patch Name: bug63741.patch
Revision:   1355452419
URL:        
https://bugs.php.net/patch-display.php?bug=63741&patch=bug63741.patch&revision=1355452419

------------------------------------------------------------------------
[2012-12-13 08:19:16] larue...@php.net

however, it is better if you can provide a access to a reproduceable box (via 
mail)  :)

thanks

------------------------------------------------------------------------
[2012-12-13 08:18:15] larue...@php.net

oh, seems your are a zts build, then you have to find out executor_global first

it should be:
(((zend_executor_globals *) (*((void ***) tsrm_ls))[executor_globals_id-1])-
>called_scope)

------------------------------------------------------------------------
[2012-12-13 08:12:44] larue...@php.net

@bobwei9  hmm, seems EG(called_scope) was polluted somewhere, maybe you can 
break 
at zend_execute , then watch executor_globals->called_scope, find the place 
where 
it became 0x5a5a5a5a00000 

that will be very helpful..

thanks

------------------------------------------------------------------------


The remainder of the comments for this report are too long. To view
the rest of the comments, please view the bug report online at

    https://bugs.php.net/bug.php?id=63741


-- 
Edit this bug report at https://bugs.php.net/bug.php?id=63741&edit=1

Reply via email to