Advertisement
Guest User

Untitled

a guest
Sep 5th, 2012
26
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.30 KB | None | 0 0
  1. [11:52:47] ryan:~ $ gdb gnome-settings-daemon
  2. GNU gdb (Ubuntu/Linaro 7.4-2012.04-0ubuntu2) 7.4-2012.04
  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-settings-daemon...(no debugging symbols found)...done.
  12. (gdb) run
  13. Starting program: /usr/bin/gnome-settings-daemon
  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 0x7ffff048e700 (LWP 17421)]
  17. [New Thread 0x7fffefc8d700 (LWP 17422)]
  18. [New Thread 0x7fffe7fff700 (LWP 17423)]
  19.  
  20. (gnome-settings-daemon:17418): power-plugin-WARNING **: Unable to start power manager: RANDR extension is not present
  21.  
  22. (gnome-settings-daemon:17418): color-plugin-WARNING **: Unable to start color manager: RANDR extension is not present
  23. [New Thread 0x7fffec8a4700 (LWP 17424)]
  24.  
  25. (gnome-settings-daemon:17418): xrandr-plugin-WARNING **: Unable to start xrandr manager: RANDR extension is not present
  26. [1346871174,000,xklavier.c:xkl_engine_start_listen/] The backend does not require manual layout management - but it is provided by the application
  27. [Thread 0x7fffe7fff700 (LWP 17423) exited]
  28.  
  29. Program received signal SIGSEGV, Segmentation fault.
  30. 0x00007ffff77bcf40 in gnome_rr_screen_refresh () from /usr/lib/libgnome-desktop-3.so.2
  31. (gdb) bt
  32. #0 0x00007ffff77bcf40 in gnome_rr_screen_refresh () from /usr/lib/libgnome-desktop-3.so.2
  33. #1 0x00007fffe75f8d09 in ?? () from /usr/lib/gnome-settings-daemon-3.0/libxrandr.so
  34. #2 0x00007ffff6e883eb in ?? () from /usr/lib/x86_64-linux-gnu/libgio-2.0.so.0
  35. #3 0x00007ffff68d1d53 in g_main_context_dispatch () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
  36. #4 0x00007ffff68d20a0 in ?? () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
  37. #5 0x00007ffff68d249a in g_main_loop_run () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
  38. #6 0x00007ffff729742d in gtk_main () from /usr/lib/x86_64-linux-gnu/libgtk-3.so.0
  39. #7 0x0000000000403801 in main ()
  40. (gdb)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement