Advertisement
donniezazen

Arch_Rescuetime

Feb 5th, 2013
44
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.73 KB | None | 0 0
  1. gdb rescuetime
  2. GNU gdb (GDB) 7.5.1
  3. Copyright (C) 2012 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-unknown-linux-gnu".
  9. For bug reporting instructions, please see:
  10. <http://www.gnu.org/software/gdb/bugs/>...
  11. Reading symbols from /usr/bin/rescuetime...(no debugging symbols found)...done.
  12. (gdb) run
  13. Starting program: /usr/bin/rescuetime
  14. warning: Could not load shared library symbols for linux-vdso.so.1.
  15. Do you need "set solib-search-path" or "set sysroot"?
  16. [Thread debugging using libthread_db enabled]
  17. Using host libthread_db library "/usr/lib/libthread_db.so.1".
  18. Traceback (most recent call last):
  19. File "/usr/share/gdb/auto-load/usr/lib/libgobject-2.0.so.0.3400.3-gdb.py", line 9, in <module>
  20. from gobject import register
  21. File "/usr/share/glib-2.0/gdb/gobject.py", line 3, in <module>
  22. import gdb.backtrace
  23. ImportError: No module named backtrace
  24. [New Thread 0x7ffff2bbf700 (LWP 11778)]
  25. [New Thread 0x7ffff23be700 (LWP 11779)]
  26. [New Thread 0x7ffff1bbd700 (LWP 11781)]
  27. [New Thread 0x7ffff13bc700 (LWP 11782)]
  28.  
  29. (rescuetime:11760): Gtk-CRITICAL **: IA__gtk_widget_get_direction: assertion `GTK_IS_WIDGET (widget)' failed
  30.  
  31. (rescuetime:11760): Gtk-CRITICAL **: IA__gtk_widget_get_direction: assertion `GTK_IS_WIDGET (widget)' failed
  32. [Thread 0x7ffff1bbd700 (LWP 11781) exited]
  33. [Thread 0x7ffff2bbf700 (LWP 11778) exited]
  34. [Thread 0x7ffff23be700 (LWP 11779) exited]
  35. [Thread 0x7ffff7fce780 (LWP 11760) exited]
  36. [Inferior 1 (process 11760) exited normally]
  37. (gdb) quit
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement