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

$ gdb memcached $(pidof memcached)
GNU gdb (GDB) 7.1-ubuntu
Copyright (C) 2010 Free Software Foundation, Inc.
[...etc...]
(gdb) handle SIGPIPE nostop noprint pass
Signal        Stop      Print   Pass to program Description
SIGPIPE       No        No      Yes             Broken pipe
(gdb) c
Continuing.


Reply via email to