ssorek / memcachedb

Automatically exported from code.google.com/p/memcachedb
Other
0 stars 0 forks source link

can not telnet on the memcachedb #8

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. memcachedb -p 21201 -d -r -u root -f 21201.db -H /data1/demo
-N -P /data1/logs/21201.pid -vv
2. telnet 127.0.0.1 21201
3. then the memcachedb server output the information below:
'Catastrophic: event fd doesn't match conn fd!'
What is the expected output? What do you see instead?
expected: some useful infomation
instead: Catastrophic: event fd doesn't match conn fd!

What version of the product are you using? On what operating system?
1.memcachedb 1.2.1-beta
2.db-4.7.25
3.libevent-1.4.9-stable
Please provide any additional information below.

Original issue reported on code.google.com by shuimuqingshu@gmail.com on 18 Feb 2009 at 3:33

GoogleCodeExporter commented 8 years ago
I have solved the issue by changing the libevent version to 1.3e. :)

Original comment by shuimuqingshu@gmail.com on 18 Feb 2009 at 5:07

GoogleCodeExporter commented 8 years ago
I also found that downgrading to bdb 4.7 and libevent 1.3e allowed memcacheq 
0.2.0 to 
work without segfault. would like to see support for current bdb and libevent.

Original comment by jbmcg...@gmail.com on 21 Feb 2010 at 8:54

GoogleCodeExporter commented 8 years ago
db4.8 is supported. same to new version libevent. But some os ships with old 
version of 
db and libevent, make sure you have linked with exact libs you want. use "ldd 
<your 
memcachedb/q binary>".

Original comment by stv...@gmail.com on 22 Feb 2010 at 1:43