php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #34205 Apache2 crashes
Submitted: 2005-08-21 15:04 UTC Modified: 2005-08-23 19:04 UTC
From: sebastianmares at web dot de Assigned:
Status: Closed Package: Apache2 related
PHP Version: 5.1.0RC1 OS: Windows XP Home
Private report: No CVE-ID: None
View Add Comment Developer Edit
Anyone can comment on a bug. Have a simpler test case? Does it work for you on a different platform? Let us know!
Just going to say 'Me too!'? Don't clutter the database with that please !
Your email address:
MUST BE VALID
Solve the problem:
23 - 1 = ?
Subscribe to this entry?

 
 [2005-08-21 15:04 UTC] sebastianmares at web dot de
Description:
------------
It seems that I receive one of those general protection fault errors reading "The instruction 0x12345678 referenced memory at 0x87654321. The memory could not be read." If I press OK, one or more errors with other memory addresses pop up. If I close the last one, Apache continues to serve requested documents. Looking at the error with the C debuger I see that PHP5TS.DLL is the file which produces the crash (debugger stops at the int 3 instruction). This is what the Apache error log states:

[Sat Aug 20 23:00:24 2005] [notice] Parent: child process exited with status 3221225477 -- Restarting.

The interesting thing is that the server crashes when the PC is idle - when surfing the web or coding in C or VB, nothing wrong happens. Additionally, the error is unrelated to requests - the Apache2 access log does not show any requests with the same (or similar) time stamp as the error.


Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2005-08-21 17:51 UTC] iliaa@php.net
Please try using this CVS snapshot:

  http://snaps.php.net/php5-latest.tar.gz
 
For Windows:
 
  http://snaps.php.net/win32/php5-win32-latest.zip


 [2005-08-23 19:04 UTC] sebastianmares at web dot de
Doesn't seem to happen with the current CVS.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Sat Apr 20 05:01:27 2024 UTC