From:             sebastianmares at web dot de
Operating system: Windows XP Home
PHP version:      5.1.0RC1
PHP Bug Type:     Apache2 related
Bug description:  Apache2 crashes

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.


-- 
Edit bug report at http://bugs.php.net/?id=34205&edit=1
-- 
Try a CVS snapshot (php4):   http://bugs.php.net/fix.php?id=34205&r=trysnapshot4
Try a CVS snapshot (php5.0): 
http://bugs.php.net/fix.php?id=34205&r=trysnapshot50
Try a CVS snapshot (php5.1): 
http://bugs.php.net/fix.php?id=34205&r=trysnapshot51
Fixed in CVS:                http://bugs.php.net/fix.php?id=34205&r=fixedcvs
Fixed in release:            http://bugs.php.net/fix.php?id=34205&r=alreadyfixed
Need backtrace:              http://bugs.php.net/fix.php?id=34205&r=needtrace
Need Reproduce Script:       http://bugs.php.net/fix.php?id=34205&r=needscript
Try newer version:           http://bugs.php.net/fix.php?id=34205&r=oldversion
Not developer issue:         http://bugs.php.net/fix.php?id=34205&r=support
Expected behavior:           http://bugs.php.net/fix.php?id=34205&r=notwrong
Not enough info:             
http://bugs.php.net/fix.php?id=34205&r=notenoughinfo
Submitted twice:             
http://bugs.php.net/fix.php?id=34205&r=submittedtwice
register_globals:            http://bugs.php.net/fix.php?id=34205&r=globals
PHP 3 support discontinued:  http://bugs.php.net/fix.php?id=34205&r=php3
Daylight Savings:            http://bugs.php.net/fix.php?id=34205&r=dst
IIS Stability:               http://bugs.php.net/fix.php?id=34205&r=isapi
Install GNU Sed:             http://bugs.php.net/fix.php?id=34205&r=gnused
Floating point limitations:  http://bugs.php.net/fix.php?id=34205&r=float
No Zend Extensions:          http://bugs.php.net/fix.php?id=34205&r=nozend
MySQL Configuration Error:   http://bugs.php.net/fix.php?id=34205&r=mysqlcfg

Reply via email to