[PHP-DEV] PHP 4.0 Bug #3885: SIGSEGV caught by external CGI version of PHP4 From: ajung <email protected>
Date: 03/21/00

From: ajung <email protected>
Operating system: Solaris 2.7
PHP version: 4.0 Beta 4 Patch Level 1
PHP Bug Type: Reproduceable crash
Bug description: SIGSEGV caught by external CGI version of PHP4

PHP4 crashes when I try to instantiate a class:

Program received signal SIGSEGV, Segmentation fault.
0xff322730 in strtol ()
(gdb) bt
#0 0xff322730 in strtol ()
#1 0x5e5fc in is_numeric_string (str=0x23ff80 "application/php", length=15, lva
l=0xffbee2b4, dval=0xffbee2a8)
    at zend_operators.c:1353
#2 0x5e510 in zendi_smart_strcmp (result=0xffbee530, s1=0x241528, s2=0x23be98)
at zend_operators.c:1298
#3 0x5d79c in compare_function (result=0xffbee530, op1=0x241528, op2=0x23be98)
at zend_operators.c:922
#4 0x5ddc8 in is_equal_function (result=0xffbee530, op1=0x241528, op2=0x23be98)
 at zend_operators.c:1000
#5 0xafcc8 in execute ()
#6 0xb3b48 in execute ()
#7 0xb3b48 in execute ()
#8 0x4b780 in php_execute_script (primary_file=0xffbefab8) at main.c:1130
#9 0x2a5f4 in main (argc=2, argv=0xffbefb44) at cgi_main.c:587
(gdb) where

-- 
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, e-mail: php-dev-unsubscribe <email protected>
For additional commands, e-mail: php-dev-help <email protected>
To contact the list administrators, e-mail: php-list-admin <email protected>