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

 ID:                 65247
 Updated by:         a...@php.net
 Reported by:        me at laurinkeithdavis dot com
 Summary:            php.exe crashes when opcache.enable_cli=1
-Status:             Open
+Status:             Feedback
 Type:               Bug
 Package:            Reproducible crash
 Operating System:   Windows 7 x64
 PHP Version:        5.5.0
 Block user comment: N
 Private report:     N

 New Comment:

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.

Firstly, please try to disable xdebug. And, which opcache build do you use? 
Does 
it crash when fastcgi doesn't run simultaneously on the same machine? Please 
look 
at the link above about howto produce a backtrace.


Previous Comments:
------------------------------------------------------------------------
[2013-07-11 23:40:11] me at laurinkeithdavis dot com

Description:
------------
If Opcache is enabled for CLI, php.exe crashes on shutdown every single time, 
on 3 
different machines.

No crashes on fastcgi (IIS 7.5), and no crashes on CLI if opcache is disabled.

Always happens on shutdown, tested with XDebug, after script completes (as far 
as 
I can tell.)

Test script:
---------------
Any script will do.

Expected result:
----------------
No errors

Actual result:
--------------
Log Name:      Application
 Source:        Application Error
 Date:          7/10/2013 3:39:44 PM
 Event ID:      1000
 Task Category: (100)
 Level:         Error
 Keywords:      Classic
 User:          N/A
 Computer:      KDAVIS.pridedallas.com
 Description:
 Faulting application name: php.exe, version: 5.5.0.0, time stamp: 0x51c23964
 Faulting module name: ntdll.dll, version: 6.1.7601.17725, time stamp: 
0x4ec49b8f
 Exception code: 0xc0000374
 Fault offset: 0x000ce6c3
 Faulting process id: 0x7f1c
 Faulting application start time: 0x01ce7dad93743640
 Faulting application path: C:\PHP\php.exe
 Faulting module path: C:\Windows\SysWOW64\ntdll.dll
 Report Id: da2aff4c-e9a0-11e2-b56d-bc5ff42044ec


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



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

Reply via email to