php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #59203 Crash in wincache once in a while
Submitted: 2010-05-10 10:14 UTC Modified: 2010-06-03 03:01 UTC
From: donraman@php.net Assigned: ksingla (profile)
Status: Closed Package: WinCache (PECL)
PHP Version: 5.3.2 OS: Windows
Private report: No CVE-ID: None
 [2010-05-10 10:14 UTC] donraman@php.net
Description:
------------
As per customer:

Faulting application php-cgi.exe, version 5.3.2.0, time stamp 0x4b8ecac5, faulting module php_wincache.dll, version 1.1.427.0, time stamp 0x4bd620f4, exception code 0xc0000005, fault offset 0x00009a30, process id 0x1680, application start time 0x01caf02faeb1fcb9.

Whenever this happens I have to manually restart the IIS web service (the app pool would probably be sufficient) before any requests will be handled.

This means somehow we are corrupting the shared memory or locking is not correct.




Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2010-05-11 02:13 UTC] mika dot viljakainen at koodiavain dot fi
Same error is coming with php version 5.2.13 (fastcgi)

win server 2008 x86 iis7 wincache 1.1 beta2
platform is setup by ms platform installer.

the crash is happening basicly once 24 hours.

Faulting application php-cgi.exe, version 5.2.13.13, time stamp 0x4b8539de, 
faulting module php_wincache.dll, version 1.1.427.0, time stamp 0x4bd62101, 
exception code 0xc0000005, fault offset 0x00009a20, process id 0x1514, 
application start time 0x01caefc267561365.
 [2010-06-03 03:01 UTC] ksingla at microsoft dot com
I understand this happens when a process PID recycles and then the new process tries to free memory which was allocated by the old process. I have checked in a fix for this.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Thu Mar 28 19:01:29 2024 UTC