|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
[2001-01-09 18:26 UTC] boian at bonev dot com
tst.php: <? $malei='something'; ?> php -a tst.php produces: Interactive mode enabled X-Powered-By: PHP/4.0.3pl1 Content-type: text/html Segmentation fault ----------------------- another command line example: php -a Interactive mode enabled <? $bassi='aaaaa'; ?> X-Powered-By: PHP/4.0.3pl1 Content-type: text/html Segmentation fault same result with 4.0.4 soon will test with latest CVS PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Tue Oct 28 05:00:01 2025 UTC |
date: Sun Apr 29 19:59:15 EEST 2001 cvs up ./cvsclean ./buildconf ./configure make gdb file ./php set args -a run Interactive mode enabled <? $a=1 ?> X-Powered-By: PHP/4.0.6-dev Content-type: text/html Program received signal SIGSEGV, Segmentation fault. 0x80c09b9 in _zval_ptr_dtor (zval_ptr=0x8169130) at zend_execute_API.c:259 259 (*zval_ptr)->refcount--; (gdb) bt full #0 0x80c09b9 in _zval_ptr_dtor (zval_ptr=0x8169130) at zend_execute_API.c:259 zval_ptr = (zval **) 0x8169130 #1 0x80c9d81 in zend_hash_destroy (ht=0x813dfac) at zend_hash.c:560 ht = (HashTable *) 0x813dfac p = (Bucket *) 0x0 q = (Bucket *) 0x8169124 #2 0x80c085a in shutdown_executor () at zend_execute_API.c:165 No locals. #3 0x80c6c7f in zend_deactivate () at zend.c:536 No locals. #4 0x805e89e in php_request_shutdown (dummy=0x0) at main.c:660 No locals. #5 0x805dc9e in main (argc=2, argv=0xbffff904) at cgi_main.c:768 exit_status = 0 cgi = 0 c = 31 i = -1073743732 len = 135668168 file_handle = {type = 2 '\002', filename = 0x80f2885 "-", opened_path = 0x0, handle = {fd = 1075232896, fp = 0x4016c080}, free_filename = 0 '\000'} s = 0x81621c8 "" behavior = 1 no_headers = 0 orig_optind = 1 orig_optarg = 0x0 argv0 = 0x0 script_file = 0x0 global_vars = {head = 0x0, tail = 0x0, size = 4, dtor = 0, persistent = 0 '\000', traverse_ptr = 0x4000aa70} interactive = 1 #6 0x400a1577 in __libc_start_main () from /lib/libc.so.6