Advertisement
Guest User

Untitled

a guest
Apr 2nd, 2012
46
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.32 KB | None | 0 0
  1. eric@kingfisher:~$ gdb gnome-boxes
  2. GNU gdb (Ubuntu/Linaro 7.4-2012.02-0ubuntu2) 7.4-2012.02
  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-linux-gnu".
  9. For bug reporting instructions, please see:
  10. <http://bugs.launchpad.net/gdb-linaro/>...
  11. Reading symbols from /usr/bin/gnome-boxes...done.
  12. (gdb) run
  13. Starting program: /usr/bin/gnome-boxes
  14. [Thread debugging using libthread_db enabled]
  15. Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1".
  16. [New Thread 0x7fffe7505700 (LWP 2967)]
  17. [New Thread 0x7fffe6d04700 (LWP 2968)]
  18. Mesa: Initializing x86-64 optimizations
  19. Mesa: Initializing x86-64 optimizations
  20.  
  21. (gnome-boxes:2964): Gtk-WARNING **: Theme parsing error: gtk-style.css:96:14: Not using units is deprecated. Assuming 'px'.
  22.  
  23. (gnome-boxes:2964): Gtk-WARNING **: Theme parsing error: gtk-style.css:96:16: Not using units is deprecated. Assuming 'px'.
  24.  
  25. (gnome-boxes:2964): Gtk-WARNING **: Theme parsing error: gtk-style.css:98:20: Not using units is deprecated. Assuming 'px'.
  26.  
  27. (gnome-boxes:2964): Gtk-WARNING **: Theme parsing error: gtk-style.css:124:20: Not using units is deprecated. Assuming 'px'.
  28.  
  29. (gnome-boxes:2964): Gtk-WARNING **: Theme parsing error: gtk-style.css:134:20: Not using units is deprecated. Assuming 'px'.
  30.  
  31. (gnome-boxes:2964): Gtk-WARNING **: Theme parsing error: gtk-style.css:146:20: Not using units is deprecated. Assuming 'px'.
  32.  
  33. (gnome-boxes:2964): Gtk-WARNING **: Theme parsing error: gtk-style.css:156:21: Not using units is deprecated. Assuming 'px'.
  34.  
  35. (gnome-boxes:2964): Boxes-CRITICAL **: media-manager.vala:26: Error connecting to Tracker: GDBus.Error:org.freedesktop.DBus.Error.ServiceUnknown: The name org.freedesktop.Tracker1 was not provided by any .service files
  36.  
  37. Program received signal SIGSEGV, Segmentation fault.
  38. 0x00007ffff50aed40 in tracker_sparql_connection_query_async ()
  39. from /usr/lib/libtracker-sparql-0.14.so.0
  40. (gdb) bt
  41. #0 0x00007ffff50aed40 in tracker_sparql_connection_query_async ()
  42. from /usr/lib/libtracker-sparql-0.14.so.0
  43. #1 0x00000000004344e0 in boxes_media_manager_list_installer_medias_co (
  44. _data_=0x253c130) at media-manager.c:737
  45. #2 0x000000000044df6a in boxes_wizard_source_add_media_entries_co (
  46. _data_=0x253b0b0) at wizard-source.c:664
  47. #3 0x000000000044f126 in boxes_wizard_source_construct (
  48. object_type=<optimized out>, media_manager=<optimized out>)
  49. at wizard-source.c:542
  50. #4 0x0000000000452db5 in boxes_wizard_constructor (type=<optimized out>,
  51. n_construct_properties=<optimized out>,
  52. construct_properties=<optimized out>) at wizard.c:2803
  53. #5 0x00007ffff4b19be2 in g_object_newv ()
  54. from /usr/lib/x86_64-linux-gnu/libgobject-2.0.so.0
  55. #6 0x00007ffff4b1a1cc in g_object_new ()
  56. from /usr/lib/x86_64-linux-gnu/libgobject-2.0.so.0
  57. #7 0x0000000000451d9f in boxes_wizard_construct (object_type=<optimized out>,
  58. app=0x14ed0e0) at wizard.c:635
  59. #8 0x000000000041e23e in boxes_app_setup_ui (self=0x14ed0e0) at app.c:2618
  60. #9 __lambda106_ (app=<optimized out>, self=0x14ed0e0) at app.c:1034
  61. #10 ___lambda106__g_application_startup (_sender=<optimized out>,
  62. ---Type <return> to continue, or q <return> to quit---
  63. self=0x14ed0e0) at app.c:1046
  64. #11 0x00007ffff4b12c82 in g_closure_invoke ()
  65. from /usr/lib/x86_64-linux-gnu/libgobject-2.0.so.0
  66. #12 0x00007ffff4b23fbd in ?? ()
  67. from /usr/lib/x86_64-linux-gnu/libgobject-2.0.so.0
  68. #13 0x00007ffff4b2c079 in g_signal_emit_valist ()
  69. from /usr/lib/x86_64-linux-gnu/libgobject-2.0.so.0
  70. #14 0x00007ffff4b2c222 in g_signal_emit ()
  71. from /usr/lib/x86_64-linux-gnu/libgobject-2.0.so.0
  72. #15 0x00007ffff4de953b in g_application_register ()
  73. from /usr/lib/x86_64-linux-gnu/libgio-2.0.so.0
  74. #16 0x00007ffff4de9835 in ?? () from /usr/lib/x86_64-linux-gnu/libgio-2.0.so.0
  75. #17 0x00007ffff4de9ad8 in g_application_run ()
  76. from /usr/lib/x86_64-linux-gnu/libgio-2.0.so.0
  77. #18 0x0000000000436020 in _vala_main (args=0x7fffffffe248, args_length1=1)
  78. at main.c:493
  79. #19 0x00007ffff425576d in __libc_start_main ()
  80. from /lib/x86_64-linux-gnu/libc.so.6
  81. #20 0x000000000041a919 in _start ()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement