php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #41207 Occasional page faults when CLI finishes running
Submitted: 2007-04-26 21:05 UTC Modified: 2007-05-04 01:00 UTC
From: ehudshapira at hotmail dot com Assigned:
Status: No Feedback Package: Reproducible crash
PHP Version: 4.4.6 OS: Windows98SE
Private report: No CVE-ID: None
Have you experienced this issue?
Rate the importance of this bug to you:

 [2007-04-26 21:05 UTC] 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.

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2007-04-26 21:35 UTC] tony2001@php.net
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.


 [2007-04-26 22:34 UTC] ehudshapira at hotmail dot com
I don't see a Win32 debug pack for 4.xx. Am I looking in the wrong place?
 [2007-04-26 22:55 UTC] tony2001@php.net
There is no PHP4 debug pack.
 [2007-05-04 01:00 UTC] php-bugs at lists dot php dot net
No feedback was provided for this bug for over a week, so it is
being suspended automatically. If you are able to provide the
information that was originally requested, please do so and change
the status of the bug back to "Open".
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Thu Apr 25 21:01:36 2024 UTC