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

 ID:               50868
 Updated by:       paj...@php.net
 Reported by:      moeeens at yahoo dot com
 Summary:          APPLICATION ERROR CLI STOPPED WORKING
-Status:           Open
+Status:           Feedback
 Type:             Bug
 Package:          Unknown/Other Function
 Operating System: windows server 2008 web edition
 PHP Version:      5.3.1

 New Comment:

Please try using 5.3.2


Previous Comments:
------------------------------------------------------------------------
[2010-04-26 08:31:46] moeeens at yahoo dot com

there are no binaries under windows???

------------------------------------------------------------------------
[2010-04-25 20:20:40] fel...@php.net

Please try using this snapshot:

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

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



------------------------------------------------------------------------
[2010-02-04 01:00:00] 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-01-28 00:38:59] paj...@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-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/bug.php?id=50868&edit=1

Reply via email to