php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #29088 "php -m" segfaults
Submitted: 2004-07-10 18:28 UTC Modified: 2004-08-05 23:30 UTC
From: sb at sebastian-bergmann dot de Assigned:
Status: Closed Package: Reproducible crash
PHP Version: 5CVS-2004-07-10 (dev) OS: Windows XP
Private report: No CVE-ID: None
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: sb at sebastian-bergmann dot de
New email:
PHP Version: OS:

 

 [2004-07-10 18:28 UTC] sb at sebastian-bergmann dot de
Description:
------------
"php -m" shows the correct output and then segfaults.

Reproduce code:
---------------
php -m

Expected result:
----------------
No segfault.

Actual result:
--------------
php5ts_debug.dll!_zend_is_inconsistent(_hashtable * ht=0xcdcdcdcd, char * file=0x10559d9c, int line=510)  Zeile 53 + 0x3	C
php5ts_debug.dll!zend_hash_destroy(_hashtable * ht=0xcdcdcdcd)  Zeile 510 + 0x17	C
php5ts_debug.dll!php_shutdown_stream_wrappers(int module_number=0, void * * * tsrm_ls=0x00933020)  Zeile 1376 + 0x12	C
php5ts_debug.dll!php_module_shutdown(void * * * tsrm_ls=0x00933020)  Zeile 1516 + 0xd	C
php.exe!main(int argc=2, char * * argv=0x00932cf8)  Zeile 1052 + 0xf	C
php.exe!mainCRTStartup()  Zeile 398 + 0x11	C
kernel32.dll!77e614c7() 	
ntdll.dll!77f844a8() 	


Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2004-08-05 23:30 UTC] edink@php.net
This bug has been fixed in CVS.

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/.
 
Thank you for the report, and for helping us make PHP better.


 
PHP Copyright © 2001-2025 The PHP Group
All rights reserved.
Last updated: Tue Apr 29 11:01:28 2025 UTC