Script started on Sat 17 Oct 2009 10:08:30 PM PDT # gdb /opt/zfs-fuse/zfs-fuse GNU gdb (GDB) Fedora (6.8.91.20090930-2.fc12) Copyright (C) 2009 Free Software Foundation, Inc. License GPLv3+: GNU GPL version 3 or later This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law. Type "show copying" and "show warranty" for details. This GDB was configured as "x86_64-redhat-linux-gnu". For bug reporting instructions, please see: ... Reading symbols from /opt/zfs-fuse/zfs-fuse...done. (gdb) run --no-daemon Starting program: /opt/zfs-fuse/zfs-fuse --no-daemon [Thread debugging using libthread_db enabled] hostname = mallory.housecafe.de hw_serial = 8323328 ncpus = 2 physmem = 928967 pages (3.54 GB) pagesize = 4096, pageshift: 12 pwd_buflen = 1024, grp_buflen = 1024 lib/libsolkerncompat/main.c:73: libsolkerncompat_init: Assertion `vnode_cache != NULL` failed. Program received signal SIGABRT, Aborted. 0x0000003edf233575 in raise (sig=) at ../nptl/sysdeps/unix/sysv/linux/raise.c:64 64 return INLINE_SYSCALL (tgkill, 3, pid, selftid, sig); (gdb) bt #0 0x0000003edf233575 in raise (sig=) at ../nptl/sysdeps/unix/sysv/linux/raise.c:64 #1 0x0000003edf234d55 in abort () at abort.c:92 #2 0x00000000004d483e in libsolkerncompat_init () at lib/libsolkerncompat/main.c:73 #3 0x0000000000405099 in do_init () at zfs-fuse/util.c:92 #4 0x0000000000404639 in main (argc=2, argv=0x7fffffffe6c8) at zfs-fuse/main.c:293 (gdb) bt full #0 0x0000003edf233575 in raise (sig=) at ../nptl/sysdeps/unix/sysv/linux/raise.c:64 pid = selftid = #1 0x0000003edf234d55 in abort () at abort.c:92 act = {__sigaction_handler = {sa_handler = 0x7fffffffe6c0, sa_sigaction = 0x7fffffffe6c0}, sa_mask = {__val = { 18446744073709551615, 18446744073709551615, 5265624, 4210112, 140737488348864, 270031416056, 140737354056904, 140737488348560, 4294967295, 206158430256, 1, 7776944, 0, 0, 0, 0}}, sa_flags = -559880751, sa_restorer = 0x1} sigs = {__val = {32, 0 }} #2 0x00000000004d483e in libsolkerncompat_init () at lib/libsolkerncompat/main.c:73 __PRETTY_FUNCTION__ = "libsolkerncompat_init" #3 0x0000000000405099 in do_init () at zfs-fuse/util.c:92 __PRETTY_FUNCTION__ = "do_init" #4 0x0000000000404639 in main (argc=2, argv=0x7fffffffe6c8) at zfs-fuse/main.c:293 ret = 0 (gdb) quit A debugging session is active. Inferior 1 [process 14398] will be killed. Quit anyway? (y or n) y Script done on Sat 17 Oct 2009 10:10:37 PM PDT