Re: Issue 117 in memcached: memcached 1.4.4 segfaults error 6 on CentOS 5.4 kernel2.6.18-164.9.1.el5 64bit

2009-12-30 Thread memcached
Comment #4 on issue 117 by tacohamers: memcached 1.4.4 segfaults error 6 on CentOS 5.4 kernel2.6.18-164.9.1.el5 64bit http://code.google.com/p/memcached/issues/detail?id=117 I feel stupid for running CentOS 5.4 someone tell me WHY? This bug is resolved by installing

Re: Issue 117 in memcached: memcached 1.4.4 segfaults error 6 on CentOS 5.4 kernel2.6.18-164.9.1.el5 64bit

2009-12-30 Thread memcached
Updates: Status: Invalid Comment #5 on issue 117 by trond.norbye: memcached 1.4.4 segfaults error 6 on CentOS 5.4 kernel2.6.18-164.9.1.el5 64bit http://code.google.com/p/memcached/issues/detail?id=117 (No comment was entered for this change.) -- You received this message because you

Re: Dump Cache

2009-12-30 Thread dormando
Dumping Cache is a feature that is discussed in details. I agree that dumping cache to keep it warm may not be the best idea. However, I recently got into the situation where we lost the database and we lost the backup of the database. So, the only thing we had was running memcached (please

Issue 118 in memcached: Bad parameter -pthread being used on Solaris (instead of -pthreads)

2009-12-30 Thread memcached
Status: New Owner: Labels: Type-Defect Priority-Medium New issue 118 by aavakian: Bad parameter -pthread being used on Solaris (instead of -pthreads) http://code.google.com/p/memcached/issues/detail?id=118 What steps will reproduce the problem? 1. On SunOS (see below for my particular

Re: Issue 118 in memcached: Bad parameter -pthread being used on Solaris (instead of -pthreads)

2009-12-30 Thread memcached
Comment #1 on issue 118 by trond.norbye: Bad parameter -pthread being used on Solaris (instead of -pthreads) http://code.google.com/p/memcached/issues/detail?id=118 According to http://gcc.gnu.org/onlinedocs/gcc/Option-Summary.html both -pthread and -pthreads should work on SPARC. What