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
Have you experienced this issue?
Rate the importance of this bug to you:

 [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: Mon May 13 01:01:30 2024 UTC