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
View Add Comment Developer Edit
Welcome! If you don't have a Git account, you can't do anything here.
You can add a comment by following this link or if you reported this bug, you can edit this bug over here.
(description)
Block user comment
Status: Assign to:
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

Add a Patch

Pull Requests

Add a Pull Request

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-2024 The PHP Group
All rights reserved.
Last updated: Sat May 18 00:01:33 2024 UTC