From:             moeeens at yahoo dot com
Operating system: windows server 2008 web edition
PHP version:      5.3.1
PHP Bug Type:     Unknown/Other Function
Bug description:  APPLICATION ERROR CLI STOPPED WORKING

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 bug report at http://bugs.php.net/?id=50868&edit=1
-- 
Try a snapshot (PHP 5.2):            
http://bugs.php.net/fix.php?id=50868&r=trysnapshot52
Try a snapshot (PHP 5.3):            
http://bugs.php.net/fix.php?id=50868&r=trysnapshot53
Try a snapshot (PHP 6.0):            
http://bugs.php.net/fix.php?id=50868&r=trysnapshot60
Fixed in SVN:                        
http://bugs.php.net/fix.php?id=50868&r=fixed
Fixed in SVN and need be documented: 
http://bugs.php.net/fix.php?id=50868&r=needdocs
Fixed in release:                    
http://bugs.php.net/fix.php?id=50868&r=alreadyfixed
Need backtrace:                      
http://bugs.php.net/fix.php?id=50868&r=needtrace
Need Reproduce Script:               
http://bugs.php.net/fix.php?id=50868&r=needscript
Try newer version:                   
http://bugs.php.net/fix.php?id=50868&r=oldversion
Not developer issue:                 
http://bugs.php.net/fix.php?id=50868&r=support
Expected behavior:                   
http://bugs.php.net/fix.php?id=50868&r=notwrong
Not enough info:                     
http://bugs.php.net/fix.php?id=50868&r=notenoughinfo
Submitted twice:                     
http://bugs.php.net/fix.php?id=50868&r=submittedtwice
register_globals:                    
http://bugs.php.net/fix.php?id=50868&r=globals
PHP 4 support discontinued:          http://bugs.php.net/fix.php?id=50868&r=php4
Daylight Savings:                    http://bugs.php.net/fix.php?id=50868&r=dst
IIS Stability:                       
http://bugs.php.net/fix.php?id=50868&r=isapi
Install GNU Sed:                     
http://bugs.php.net/fix.php?id=50868&r=gnused
Floating point limitations:          
http://bugs.php.net/fix.php?id=50868&r=float
No Zend Extensions:                  
http://bugs.php.net/fix.php?id=50868&r=nozend
MySQL Configuration Error:           
http://bugs.php.net/fix.php?id=50868&r=mysqlcfg

Reply via email to