Custom Query (260 matches)
Results (7 - 9 of 260)
| Ticket | Resolution | Summary | Owner | Reporter |
|---|---|---|---|---|
| #93 | worksforme | Segfault when using variable cache increment/decrement functions | moo | edgaribsen |
| description |
XCache 1.2.0 segfaults when using variable increment/decrement functions: Part of gdb output: <?php xcache_inc("XXX"); //first invocation does not segfault... xcache_inc("XXX"); //but the second one does ?> Program received signal SIGSEGV, Segmentation fault. 0xb7ebee9b in zif_xcache_get_special_value () from /usr/lib/php5/xcache.so same with xcache_dec(): <?php xcache_dec( "abc" ); xcache_dec( "abc" ); ?> Program received signal SIGSEGV, Segmentation fault. 0xb7f51e9b in zif_xcache_get_special_value () from /usr/lib/php5/xcache.so Also, all of the variable API functions segfault when the variable cache is not enabled... maybe it is a good idea to have a more graceful error handler? :) By the way, I have the varcache size set at 1M with 1K chunks. |
|||
| #119 | worksforme | xcache 1.2.1 has problems together with zend optimizer 3.3.0 | moo | anonymous |
| description |
In the admin page, the compile is always set to "yes" and the clogging number keeps increasing. It seems that it stucks with one of the zend optimizer code. I removed the zend optimizer from the php.ini, then the xcache works fine -sh-3.00$ php-cgi -v PHP 5.2.3 (cgi-fcgi) (built: Jun 18 2007 17:33:40) Copyright (c) 1997-2007 The PHP Group Zend Engine v2.2.0, Copyright (c) 1998-2007 Zend Technologies
|
|||
| #120 | worksforme | Unable to post to the forums | moo | jrabbit |
| description |
Whenever I try and post a message or a reply on the forums I get a message "Application Error (Rails)" and the content is not posted. I even tried registering a second account today and that too has the same problem. This has been going on for about a month now. The new account I created today is rbbot and there should be an attempt to post a message logged at approximate 19:06 GMT on the 10th September 2007 if you want to check the web logs. |
|||

