Comment #10 on issue 260 by [email protected]: memcached big bug
http://code.google.com/p/memcached/issues/detail?id=260

You can use GDB to attach to a running process:

memcached -d -m etc

gdb memcached $(pidof memcached)
ignore sigpipe and continue.

With just the segfault we will never be able to figure out the crash.

Reply via email to