ID:               41207
 Updated by:       [EMAIL PROTECTED]
 Reported By:      ehudshapira at hotmail dot com
-Status:           Open
+Status:           Feedback
 Bug Type:         Reproducible crash
 Operating System: Windows98SE
 PHP Version:      4.4.6
 New Comment:

Thank you for this bug report. To properly diagnose the problem, we
need a backtrace to see what is happening behind the scenes. To
find out how to generate a backtrace, please read
http://bugs.php.net/bugs-generating-backtrace.php for *NIX and
http://bugs.php.net/bugs-generating-backtrace-win32.php for Win32

Once you have generated a backtrace, please submit it to this bug
report and change the status back to "Open". Thank you for helping
us make PHP better.




Previous Comments:
------------------------------------------------------------------------

[2007-04-26 21:05:12] ehudshapira at hotmail dot com

Description:
------------
PHP commandline crashes with a page fault every now and then (say,
10-40 runs) *after* finishing to execute. It isn't triggered by any
specific code, and the crash seems to happen after the whole script was
executed ok.

Configuration is the default recommended ini.

The error:

"PHP caused an invalid page fault in
module KERNEL32.DLL at 0187:bff7b992."



Reproduce code:
---------------
// random example code
<?php for ($i=100; --$i>0;) echo 'test'; ?>

Expected result:
----------------
No crashes.

Actual result:
--------------
Crashes.


------------------------------------------------------------------------


-- 
Edit this bug report at http://bugs.php.net/?id=41207&edit=1

Reply via email to