Re: segfault on FC8

2010-03-19 Thread Dustin
On Mar 18, 10:40 pm, grigori grigori.kocha...@gmail.com wrote: It helped, thanks! BTW, it probably worth to add a check for the libevent version in configure or mention in requirements... The plan is to fix that altogether by packaging up a version of libevent in memcached. People ship

Re: segfault on FC8

2010-03-19 Thread Adrian Otto
Try upgrading your libevent library. Use the URL shown in the README file to compile it from source. On Mar 18, 2010, at 8:09 PM, grigori wrote: Hi, I'm getting segfault just after running the memcached n Fedora 8, runnin in the VMWare. I just run # /usr/local/bin/memcached -u gri -m 1 -v

segfault on FC8

2010-03-18 Thread grigori
Hi, I'm getting segfault just after running the memcached n Fedora 8, runnin in the VMWare. I just run # /usr/local/bin/memcached -u gri -m 1 -v in one console # telnet localhost 11211 in another, and in the 1st get endless flow of Catastrophic: event fd doesn't match conn fd! lines. In syslog

Re: segfault on FC8

2010-03-18 Thread dormando
Hi, I'm getting segfault just after running the memcached n Fedora 8, runnin in the VMWare. I just run # /usr/local/bin/memcached -u gri -m 1 -v in one console # telnet localhost 11211 in another, and in the 1st get endless flow of Catastrophic: event fd doesn't match conn fd! lines.

Re: segfault on FC8

2010-03-18 Thread grigori
It helped, thanks! BTW, it probably worth to add a check for the libevent version in configure or mention in requirements... Grigori On 19 мар, 05:26, dormando dorma...@rydia.net wrote: Can you upgrade libevent? Fedora 8's pretty old and we've seen a segfault or two with really old libevents