php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #46544 unhandled exception after scriptend every time
Submitted: 2008-11-11 13:37 UTC Modified: 2008-11-12 13:07 UTC
From: sicaine at gmail dot com Assigned:
Status: Not a bug Package: Reproducible crash
PHP Version: 5.2CVS-2008-11-12 OS: win32 only
Private report: No CVE-ID: None
View Add Comment Developer Edit
Welcome! If you don't have a Git account, you can't do anything here.
You can add a comment by following this link or if you reported this bug, you can edit this bug over here.
(description)
Block user comment
Status: Assign to:
Package:
Bug Type:
Summary:
From: sicaine at gmail dot com
New email:
PHP Version: OS:

 

 [2008-11-11 13:37 UTC] sicaine at gmail dot com
Description:
------------
I use php as cli and after every script end i get the error message and the posibillity to debug php with visual studio. 

Reproduce code:
---------------
Works with php -version as well as with php <script>

Actual result:
--------------
>php5ts.dll!zend_hash_destroy(_hashtable * ht=0x00000001)  Line 522 + 0x7 bytes	C
 php5ts.dll!module_registry_cleanup(_zend_module_entry * module=0x01305e78, void * * * tsrm_ls=0x00333e70)  Line 1973 + 0x11 bytes	C
 php5ts.dll!zend_hash_apply(_hashtable * ht=0x104c7420, int (void *, void * * *)* apply_func=0x10007ab0, void * * * tsrm_ls=0x00333e70)  Line 673 + 0x9 bytes	C
 php5ts.dll!zend_deactivate_modules(void * * * tsrm_ls=0x00333e70)  Line 838 + 0x10 bytes	C
 php5ts.dll!php_request_shutdown(void * dummy=0x00000000)  Line 1461	C
 php.exe!main(int argc=2, char * * argv=0x00332cc0)  Line 1321 + 0x8 bytes	C

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2008-11-11 18:44 UTC] jani@php.net
Please try using this CVS snapshot:

  http://snaps.php.net/php5.2-latest.tar.gz
 
For Windows:

  http://windows.php.net/snapshots/


 [2008-11-12 10:28 UTC] sicaine at gmail dot com
Problem still exist:

C:\Documents and Settings\xxx>php -version
PHP 5.2.7RC4-dev (cli) (built: Nov 11 2008 11:39:23)
Copyright (c) 1997-2008 The PHP Group
Zend Engine v2.2.0, Copyright (c) 1998-2008 Zend Technologies

<same crash>
 [2008-11-12 13:07 UTC] jani@php.net
Disable ALL extensions loaded in your php.ini to see if it's one of those causing this. If that doesn't help, reopen.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Mon Apr 29 10:01:30 2024 UTC