[PHP-DEV] PHP 4.0 Bug #8190: Crash on parse error From: me <email protected>
Date: 12/10/00

From: me <email protected>
Operating system: FreeBSD 4.2-RELEASE
PHP version: 4.0 Latest CVS (10/12/2000)
PHP Bug Type: Reproduceable crash
Bug description: Crash on parse error

httpd will die if there's a parse error in the code. An example is a missing semi-colon. Here is what happens when its run inside GDB:

(gdb) run
Starting program: /www/bin/httpd -X
(no debugging symbols found)...(no debugging symbols found)...(no debugging symbols found)...
Program received signal SIGSEGV, Segmentation fault.
0x182dce05 in _zval_ptr_dtor () at zend_execute_API.c:102
102 return(ce->type != ZEND_INTERNAL_CLASS);

-- 
Edit Bug report at: http://bugs.php.net/?id=8190&edit=1

-- 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>