Guest User

Untitled

a guest
Jan 21st, 2012
159
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.80 KB | None | 0 0
  1. tim@www:~/memcached$ memcached -h|head -1
  2. memcached 1.4.11
  3. tim@www:~/memcached$ memcached&
  4. [1] 7521
  5. tim@www:~/memcached$ echo ""|nc localhost 11211
  6. [1]+ Segmentation fault (core dumped) memcached
  7. tim@www:~/memcached$ gdb memcached core
  8. GNU gdb 6.8-debian
  9. Copyright (C) 2008 Free Software Foundation, Inc.
  10. License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
  11. This is free software: you are free to change and redistribute it.
  12. There is NO WARRANTY, to the extent permitted by law. Type "show copying"
  13. and "show warranty" for details.
  14. This GDB was configured as "i486-linux-gnu"...
  15.  
  16. .....
  17.  
  18. #0 0x08051a09 in process_command (c=0x811cc08, command=<value optimized out>) at memcached.c:3332
  19. 3332 } else if (strcmp(tokens[COMMAND_TOKEN].value, "slabs") == 0) {
  20. (gdb)
Advertisement
Add Comment
Please, Sign In to add comment