|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
[2013-05-22 20:34 UTC] boneill81 at gmail dot com
Description: ------------ Hi, Myself and my colleague are trying to debig a problem which we have with a brand new server and setup. The server is Windows 2012. PHP 5.4.14 and wincache 1.3.4.0 have been installed via Microsoft web platform installer. The system is running IIS8. For the most part its fine but for the past week intermittently on a daily basis the following error is thrown for no discernible reason. The behavior which illustrates the error is that IIS8 refuses all requests and the IIS8 logs show many 500 errors of many differing kinds but the following dump in the event viewer seems to be always the same. I would appreciate any help you can give us on this. Thanks. Faulting application name: php-cgi.exe, version: 5.4.14.0, time stamp: 0x5165bd29 Faulting module name: php_wincache.dll, version: 1.3.4.0, time stamp: 0x4fd7737e Exception code: 0xc0000094 Fault offset: 0x0001309b Faulting process id: 0x10c4 Faulting application start time: 0x01ce5700fc8a892e Faulting application path: C:\Program Files (x86)\PHP\v5.4\php-cgi.exe Faulting module path: C:\Program Files (x86)\PHP\v5.4\ext\php_wincache.dll Report Id: 3a43011a-c2f4-11e2-93ef-00155d018004 Faulting package full name: Faulting package-relative application ID: PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
|
|||||||||||||||||||||||||||||||||||||
Copyright © 2001-2026 The PHP GroupAll rights reserved. |
Last updated: Sat Mar 14 12:00:01 2026 UTC |
Based upon the fault offset, it looks like a fault in php_wincache!utils_getindex() when the numfiles arg is 0. Unfortunately, the utils_getindex() function is called from all over wincache. So, without a crash dump (or minidump) with the full callstack, there's not a whole lot I can do with this bug. If you get a crash dump, please let me know! --E.