Advertisement
Guest User

glusterfs 3.3 client crashing ob Ubuntu 8.04

a guest
Jan 11th, 2013
30
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
GDB 3.07 KB | None | 0 0
  1. gdb --core=core /usr/sbin/glusterfs
  2. GNU gdb 6.8-debian
  3. Copyright (C) 2008 Free Software Foundation, Inc.
  4. License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
  5. This is free software: you are free to change and redistribute it.
  6. There is NO WARRANTY, to the extent permitted by law.  Type "show copying"
  7. and "show warranty" for details.
  8. This GDB was configured as "x86_64-linux-gnu"...
  9.  
  10. warning: Can't read pathname for load map: Input/output error.
  11. Loaded symbols for /usr/sbin/glusterfs
  12. Reading symbols from /usr/lib/libglusterfs.so.0...Reading symbols from /usr/lib/debug/usr/lib/libglusterfs.so.0.0.0...done.
  13. done.
  14. Loaded symbols for /usr/lib/libglusterfs.so.0
  15. Reading symbols from /usr/lib/libgfrpc.so.0...Reading symbols from /usr/lib/debug/usr/lib/libgfrpc.so.0.0.0...done.
  16. done.
  17. Loaded symbols for /usr/lib/libgfrpc.so.0
  18. Reading symbols from /usr/lib/libgfxdr.so.0...Reading symbols from /usr/lib/debug/usr/lib/libgfxdr.so.0.0.0...done.
  19. done.
  20. Loaded symbols for /usr/lib/libgfxdr.so.0
  21. Reading symbols from /lib/libpthread.so.0...done.
  22. Loaded symbols for /lib/libpthread.so.0
  23. Reading symbols from /usr/lib/libcrypto.so.0.9.8...done.
  24. Loaded symbols for /usr/lib/libcrypto.so.0.9.8
  25. Reading symbols from /lib/libc.so.6...done.
  26. Loaded symbols for /lib/libc.so.6
  27. Reading symbols from /lib/ld-linux-x86-64.so.2...done.
  28. Loaded symbols for /lib64/ld-linux-x86-64.so.2
  29. Reading symbols from /lib/libdl.so.2...done.
  30. Loaded symbols for /lib/libdl.so.2
  31. Reading symbols from /usr/lib/libz.so.1...done.
  32. Loaded symbols for /usr/lib/libz.so.1
  33. Reading symbols from /usr/lib/glusterfs/3.3.1/xlator/mount/fuse.so...Reading symbols from /usr/lib/debug/usr/lib/glusterfs/3.3.1/xlator/mount/fuse.so.0.0.0...done.
  34. done.
  35. Loaded symbols for /usr/lib/glusterfs/3.3.1/xlator/mount/fuse.so
  36. Core was generated by `/usr/sbin/glusterfs --volfile-id=/tmp --volfile-server=hirn /mnt/lala'.
  37. Program terminated with signal 11, Segmentation fault.
  38. [New process 22556]
  39. #0  mem_get (mem_pool=0x7f5689189670) at list.h:51
  40. 51      old->prev->next = old->next;
  41. (gdb) info threads
  42. * 1 process 22556  mem_get (mem_pool=0x7f5689189670) at list.h:51
  43. (gdb) bt full;
  44. No symbol "full" in current context.
  45. (gdb) bt full
  46. #0  mem_get (mem_pool=0x7f5689189670) at list.h:51
  47.     list = (struct list_head *) 0xbabebabe
  48.     ptr = <value optimized out>
  49.     __FUNCTION__ = "mem_get"
  50. #1  0x00007f5688ae0deb in mem_get0 (mem_pool=0x7f5689189670) at mem-pool.c:388
  51.     ptr = <value optimized out>
  52.     __FUNCTION__ = "mem_get0"
  53. #2  0x00007f5688ab5366 in dict_set (this=0x7f5686a6ffd8,
  54.     key=<value optimized out>, value=0x7f568918972c) at dict.c:254
  55.     ret = <value optimized out>
  56.     __FUNCTION__ = "dict_set"
  57. #3  0x00007f5688f3fa08 in create_fuse_mount (ctx=0x7f568916d010)
  58.     at glusterfsd.c:400
  59.     ret = 0
  60.     master = <value optimized out>
  61.     mount_point = 0x7f5689189d50 "/mnt/lala"
  62.     cwd = '\0' <repeats 4095 times>
  63.     __FUNCTION__ = "create_fuse_mount"
  64. #4  0x00007f5688f409ef in main (argc=4, argv=0x7fff77317568)
  65.     at glusterfsd.c:1670
  66.     ctx = (glusterfs_ctx_t *) 0x7f568916d010
  67.     ret = <value optimized out>
  68.     __FUNCTION__ = "main"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement