We found we were getting the following errors on production:
PHP Fatal error: WINCACHE: lock_readlock: acquired abandoned mutex Global\FILELIST_CACHE_5.6_1.3.7.4_1_0_608445_X. Something bad happend in another process! in C:\Program Files\..
and PHP Fatal error: WINCACHE: lock_writelock: acquired abandoned mutex Global\FILEMAP_INFO_HRWLOCK_5.6_1.3.7.4_1_0_608445_X. Something bad happend in another process! in Unknown on line 0”
The confusing thing is these errors still occur when we disable filecaching. We have therefore removed wincache from production but I would like to resolve these issues (with or without filecache) so I can re-instate wincache on production.
Any ideas?
Here are are Winchache settings:
wincache.ocenabled =1
wincache.fcenabled = 0
wincache.ucenabled = 1
wincache.fcachesize = 255
wincache.maxfilesize = 2048
wincache.ocachesize = 150
wincache.filecount = 8000
wincache.ttlmax = 2000
wincache.ucachesize = 85
wincache.scachesize = 128
wincache.srwlocks = 0