ID:               50868
 Updated by:       paj...@php.net
 Reported By:      moeeens at yahoo dot com
-Status:           Open
+Status:           Feedback
 Bug Type:         Unknown/Other Function
 Operating System: windows server 2008 web edition
 PHP Version:      5.3.1
 New Comment:

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.




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

[2010-01-28 00:10:26] 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>


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


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

Reply via email to