Advertisement
Guest User

Untitled

a guest
Mar 2nd, 2012
59
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.43 KB | None | 0 0
  1. zzecool@Overburner:~$ nautilus --quit
  2. Initializing nautilus-gdu extension
  3. Initializing nautilus-open-terminal extension
  4. Initializing nautilus-dropbox 0.7.1
  5.  
  6. --- Hash table keys for warning below:
  7. --> l2052
  8. --> l2053
  9. --> zzecool
  10. --> inode/directory
  11. --> root
  12.  
  13. Eel-WARNING **: "unique eel_ref_str" hash table still has 5 elements at quit time (keys above)
  14.  
  15. --- Hash table keys for warning below:
  16. --> file:///home/zzecool
  17. --> file:///media/Data
  18. --> file:///home/zzecool/Desktop
  19. --> x-nautilus-desktop:///
  20.  
  21. Eel-WARNING **: "nautilus-directory.c: directories" hash table still has 4 elements at quit time (keys above)
  22. Shutting down nautilus-open-terminal extension
  23. Shutting down nautilus-gdu extension
  24. zzecool@Overburner:~$ gdb nautilus
  25. GNU gdb (Ubuntu/Linaro 7.4-0ubuntu1) 7.4
  26. Copyright (C) 2012 Free Software Foundation, Inc.
  27. License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
  28. This is free software: you are free to change and redistribute it.
  29. There is NO WARRANTY, to the extent permitted by law. Type "show copying"
  30. and "show warranty" for details.
  31. This GDB was configured as "x86_64-linux-gnu".
  32. For bug reporting instructions, please see:
  33. <http://www.gnu.org/software/gdb/bugs/>...
  34. Reading symbols from /usr/bin/nautilus...(no debugging symbols found)...done.
  35. (gdb) run
  36. Starting program: /usr/bin/nautilus
  37. [Thread debugging using libthread_db enabled]
  38. Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1".
  39. [New Thread 0x7fffeaefc700 (LWP 18286)]
  40. [New Thread 0x7fffea6fb700 (LWP 18287)]
  41. [New Thread 0x7fffe9cf2700 (LWP 18288)]
  42. Initializing nautilus-gdu extension
  43. Initializing nautilus-open-terminal extension
  44. Initializing nautilus-dropbox 0.7.1
  45. [New Thread 0x7fffd2627700 (LWP 18289)]
  46. [New Thread 0x7fffc7837700 (LWP 18290)]
  47. [New Thread 0x7fffc7036700 (LWP 18291)]
  48. Nautilus-Share-Message: Called "net usershare info" but it failed: 'net usershare' returned error 255: net usershare: cannot open usershare directory /var/lib/samba/usershares. Error No such file or directory
  49. Please ask your system administrator to enable user sharing.
  50.  
  51. [Thread 0x7fffc7036700 (LWP 18291) exited]
  52. [Thread 0x7fffea6fb700 (LWP 18287) exited]
  53. [New Thread 0x7fffea6fb700 (LWP 18383)]
  54. [Thread 0x7fffc7837700 (LWP 18290) exited]
  55. [New Thread 0x7fffc7837700 (LWP 18483)]
  56.  
  57. Program received signal SIGSEGV, Segmentation fault.
  58. 0x00007ffff48f83bf in ?? () from /usr/lib/x86_64-linux-gnu/libgio-2.0.so.0
  59. (gdb)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement