Ticket #147 (new defect)
Opened 11 months ago
solaris, apache2.0 worker mpm: xc_fcntl_lock failed errno:13x
Description
(see configuration details at the end)
I was testing an XCache installation by request URL's from 6 concurrent clients. I noticed these messages in the apache error log:
xc_fcntl_lock failed errno:13
There were dozes of this message, with no endlines. When I changed xcache.count=1 to 2, I could not reproduce the error message.
Dual PIII
Solaris 9
Apache 2.0.59 w/ Worker MPM
PHP 5.2.4
XCache 1.2.1:
zend_extension_ts = /opt/php/lib/php/extensions/no-debug-zts-20060613/xcache.so
xcache.shm_scheme = "mmap"
xcache.shm_scheme = "mmap"
xcache.size = 64M
xcache.count = 2
xcache.slots = 8K
xcache.ttl = 0
xcache.gc_interval = 300
xcache.var_size = 64M
xcache.var_count = 1
xcache.var_slots = 8K
xcache.var_ttl = 0
xcache.var_maxttl = 0
xcache.var_gc_interval = 300
xcache.test = Off
xcache.readonly_protection = Off
xcache.mmap_path = "/opt/apache/logs/xcache.mem"
xcache.coredump_directory = "/var/tmp"
xcache.cacher = On
xcache.stat = On
xcache.optimizer = Off
xcache.coverager = Off
xcache.coveragedump_directory = ""

