Changes between Initial Version and Version 1 of Ticket #161
- Timestamp:
- 01/16/2008 02:01:35 PM (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #161
- Property status changed from new to assigned
- Property sapi changed from Irrelevant to apache2handler
-
Ticket #161 – description
initial v1 3 3 xcache keeps on crashin. I have three core files saved with an identical backtrace: 4 4 5 {{{ 5 6 Core was generated by `/usr/sbin/apache2 -k start'. 6 7 Program terminated with signal 11, Segmentation fault. … … 23 24 #14 0x00000000004468cd in ap_mpm_run () 24 25 #15 0x0000000000420e70 in main () 26 }}} 25 27 26 28 I'm running xcache-1.2.2 with apache 2.2.3-4+etch3 + php5-5.2.5 on a Debian 4.0 'etch' system with the following config: 27 29 28 30 web8:/var/cache/apache2# php -i|egrep '(jit|xcac)' 31 {{{ 29 32 /etc/php5/cli/conf.d/xcache.ini, 30 33 auto_globals_jit => Off => Off … … 51 54 xcache.var_slots => 8K => 8K 52 55 xcache.var_ttl => 0 => 0 53 56 }}} 54 57 55 58 It's gone now and I saw a warning that I set xcache.mmap_path to a directory. Maybe that was

