php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #50868 APPLICATION ERROR CLI STOPPED WORKING
Submitted: 2010-01-28 00:10 UTC Modified: 2013-02-18 00:34 UTC
Votes:9
Avg. Score:4.4 ± 0.8
Reproduced:8 of 9 (88.9%)
Same Version:3 (37.5%)
Same OS:5 (62.5%)
From: moeeens at yahoo dot com Assigned:
Status: No Feedback Package: Unknown/Other Function
PHP Version: 5.3.1 OS: windows server 2008 web edition
Private report: No CVE-ID: None
View Add Comment Developer Edit
Welcome! If you don't have a Git account, you can't do anything here.
You can add a comment by following this link or if you reported this bug, you can edit this bug over here.
(description)
Block user comment
Status: Assign to:
Package:
Bug Type:
Summary:
From: moeeens at yahoo dot com
New email:
PHP Version: OS:

 

 [2010-01-28 00:10 UTC] moeeens at yahoo dot com
Description:
------------
I have just run the PHP command line on windows server 2008 web edition

running a looping application which read writes to disk

the application also performs multiple read write to MYSQL database

when i run the application with php appname.exe, it works fine but after 20- 50 mins it shows that the CLI has stopped working, APPCRASH


Reproduce code:
---------------
happens every time i the application.

Expected result:
----------------
Faulting application php.exe, version 5.3.1.0, time stamp 0x4b0514c0, faulting module php5.dll, version 5.3.1.0, time stamp 0x4b0514ba, exception code 0xc00000fd, fault offset 0x0015f220, process id 0x518c, application start time 0x01ca9f6010146a45.

Actual result:
--------------
Log Name:      Application
Source:        Application Error
Date:          1/27/2010 3:51:24 PM
Event ID:      1000
Task Category: (100)
Level:         Error
Keywords:      Classic
User:          N/A
Computer:     
Description:
Faulting application php.exe, version 5.3.1.0, time stamp 0x4b0514c0, faulting module php5.dll, version 5.3.1.0, time stamp 0x4b0514ba, exception code 0xc00000fd, fault offset 0x0015f220, process id 0x518c, application start time 0x01ca9f6010146a45.
Event Xml:
<Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
  <System>
    <Provider Name="Application Error" />
    <EventID Qualifiers="0">1000</EventID>
    <Level>2</Level>
    <Task>100</Task>
    <Keywords>0x80000000000000</Keywords>
    <TimeCreated SystemTime="2010-01-27T14:51:24.000Z" />
    <EventRecordID>1190</EventRecordID>
    <Channel>Application</Channel>
    <Computer></Computer>
    <Security />
  </System>
  <EventData>
    <Data>php.exe</Data>
    <Data>5.3.1.0</Data>
    <Data>4b0514c0</Data>
    <Data>php5.dll</Data>
    <Data>5.3.1.0</Data>
    <Data>4b0514ba</Data>
    <Data>c00000fd</Data>
    <Data>0015f220</Data>
    <Data>518c</Data>
    <Data>01ca9f6010146a45</Data>
  </EventData>
</Event>

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2010-01-28 00:38 UTC] pajoye@php.net
Thank you for this bug report. To properly diagnose the problem, we
need a short but complete example script to be able to reproduce
this bug ourselves. 

A proper reproducing script starts with <?php and ends with ?>,
is max. 10-20 lines long and does not require any external 
resources such as databases, etc. If the script requires a 
database to demonstrate the issue, please make sure it creates 
all necessary tables, stored procedures etc.

Please avoid embedding huge scripts into the report.


 [2010-02-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".
 [2010-04-25 20:20 UTC] felipe@php.net
-Status: No Feedback +Status: Feedback
 [2010-04-25 20:20 UTC] felipe@php.net
Please try using this snapshot:

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

  http://windows.php.net/snapshots/


 [2010-04-26 08:31 UTC] moeeens at yahoo dot com
-Status: Feedback +Status: Open
 [2010-04-26 08:31 UTC] moeeens at yahoo dot com
there are no binaries under windows???
 [2010-04-26 08:47 UTC] pajoye@php.net
-Status: Open +Status: Feedback
 [2010-04-26 08:47 UTC] pajoye@php.net
Please try using 5.3.2
 [2010-11-05 16:53 UTC] jdege at korterra dot com
I ran into this problem, and a google search revealed complaints about this dating back to 2007 running on Windows Vista.  It also seems to have been seen on Windows 7, and equivalent versions of Windows Server.

I saw it in an old version of MS4W, using PHP 5.1.4. I upgraded to the latest MS4W, which uses PHP 5.2.6, and was disappointed to find that the bug was still there.

But when I search php.net, this ignored bug report from 10 months ago is the only mention I find.
 [2011-01-25 14:28 UTC] adam at nojszewski dot com
I got same error:

To reproduce just type 
php --version 
on command prompt


Zend Server CE 5.0.4 (+ SVN)
Apache/2.2.16 (Win32) SVN/1.6.15 DAV/2 mod_ssl/2.2.16 OpenSSL/0.9.8o
PHP 5.2.14.14
Windows 7 Home Premium ver 6.1.7600
 [2011-01-25 15:26 UTC] pajoye@php.net
Without a script to reproduce your problem, nothing you can say will help to solve 
this possible issue.
 [2013-02-18 00:34 UTC] php-bugs at lists dot php dot 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: Thu Apr 25 13:01:30 2024 UTC