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
View Add Comment Developer Edit
Anyone can comment on a bug. Have a simpler test case? Does it work for you on a different platform? Let us know!
Just going to say 'Me too!'? Don't clutter the database with that please !
Your email address:
MUST BE VALID
Solve the problem:
5 + 22 = ?
Subscribe to this entry?

 
 [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

Add a Patch

Pull Requests

Add a Pull Request

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-2024 The PHP Group
All rights reserved.
Last updated: Fri Mar 29 05:01:28 2024 UTC