Closed GoogleCodeExporter closed 8 years ago
Could you attack gdb to a stuck process and get a backtrace?
gdb -p $(pidof memcached)
thread apply all bt
Are you getting timeouts or or it just spinning cpu?
Can you provide:
- Exact kernel version (uname -a)
- How memcached was built (source? yum repo? which repo?)
- Output of: "stats", "stats settings", "stats conns"
- Output of: lsof -p $(pidof memcached)
- The above gdb backtrace
We had one other report of this but the user was also seeing it under .18. Are
you sure it never happens there?
How long does it take between starting it and when it craps out?
Thank you
Original comment by dorma...@rydia.net
on 10 May 2014 at 9:02
Nevermind. This should be fixed in 1.4.20, which was just released. Please try
it and re-file if you have trouble.
Original comment by dorma...@rydia.net
on 11 May 2014 at 7:59
Original issue reported on code.google.com by
ad...@galeriaportali.pl
on 10 May 2014 at 8:55