php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #8190 Crash on parse error
Submitted: 2000-12-10 21:44 UTC Modified: 2001-03-09 20:53 UTC
From: me at philth dot net dot nz Assigned:
Status: Closed Package: Reproducible Crash
PHP Version: 4.0 Latest CVS (10/12/2000) OS: FreeBSD 4.2-RELEASE
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: me at philth dot net dot nz
New email:
PHP Version: OS:

 

 [2000-12-10 21:44 UTC] me at philth dot net dot nz
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);

Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2000-12-15 09:59 UTC] sniper@php.net
I can not reproduce this with latest CVs.
Try updating CVS.

--Jani
 [2001-03-09 20:53 UTC] sniper@php.net
No feedback.

--Jani

 
PHP Copyright © 2001-2025 The PHP Group
All rights reserved.
Last updated: Sat May 10 23:01:29 2025 UTC