php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #29203 invalid page exception on processing some scripts
Submitted: 2004-07-16 09:39 UTC Modified: 2004-12-21 07:42 UTC
From: asoft at takas dot lt Assigned:
Status: No Feedback Package: Reproducible crash
PHP Version: 4.3.8 OS: Windows 98 SE
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: asoft at takas dot lt
New email:
PHP Version: OS:

 

 [2004-07-16 09:39 UTC] asoft at takas dot lt
Description:
------------
I use php 4.3.8 as CGI, mysql, gd library under Windows with Xitami web server. On one of my pages I'm always getting the same exception :
Invalid page exception at address 0028:0013
Interrupts in service: None

php process remains in memory when this exception occurs and I cannot even kill php process.
I used php from command line in order to know what happens. When I try to open page from a browser xitami returns message that server is overloaded.

I guess it's has something to do with gd library, because php starts output and stops somewhere where it should output images.
It seems there is no problem running the same script under FreeBSD with Apache. 


 


Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2004-07-19 00:02 UTC] asoft at takas dot lt
The code which caused crash was 
system ("chmod 0777 ".$cachedir);
changing to php function chmod() helped. Anyway, may it be considered as bug?
 [2004-12-21 07:42 UTC] sniper@php.net
No feedback was provided. The bug is being suspended because
we assume that you are no longer experiencing the problem.
If this is not the case and you are able to provide the
information that was requested earlier, please do so and
change the status of the bug back to "Open". Thank you.


 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Sun May 12 22:01:33 2024 UTC