Advertisement
zefilipe

gdb cairo-dock

Jul 15th, 2013
62
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.54 KB | None | 0 0
  1. [jfilipe@ci-jfilipe ~]$ gdb /usr/bin/cairo-dock
  2. GNU gdb (GDB) Fedora (7.5.1-38.fc18)
  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 "i686-redhat-linux-gnu".
  9. For bug reporting instructions, please see:
  10. <http://www.gnu.org/software/gdb/bugs/>...
  11. Reading symbols from /usr/bin/cairo-dock...(no debugging symbols found)...done.
  12. (gdb) run
  13. Starting program: /usr/bin/cairo-dock
  14. [Thread debugging using libthread_db enabled]
  15. Using host libthread_db library "/lib/libthread_db.so.1".
  16. warning : (/home/jfilipe/testes/cairo-dock-core/src/gldit/cairo-dock-opengl.c:cairo_dock_initialize_opengl_backend:202)
  17. couldn't find an appropriate visual, trying to get one without Stencil buffer
  18. (it may cause some little deterioration in the rendering) ...
  19.  
  20. ============================================================================
  21. Cairo-Dock version : 3.2.99.alpha2
  22. Compiled date : Jul 10 2013 15:27:23
  23. Built with GTK : 3.6
  24. Running with OpenGL: 1
  25. ============================================================================
  26.  
  27. [New Thread 0xb6598b40 (LWP 1788)]
  28. Detaching after fork from child process 1802.
  29. Detaching after fork from child process 1803.
  30. warning: cannot close "/usr/lib/gio/modules/libgiofam.so": Invalid operation
  31. warning: cannot close "/lib/libfam.so.0": Invalid operation
  32. [New Thread 0xb2c44b40 (LWP 1806)]
  33. Fontconfig warning: "/etc/fonts/conf.d/50-user.conf", line 9: reading configurations from ~/.fonts.conf is deprecated.
  34. cairo_dock_register_class_full: assertion `pKeyFile != NULL' failed
  35. cairo_dock_create_surface_from_image_simple: assertion `cImageFile != NULL' failed
  36. GldiShortkey '<Control>F12' failed!
  37. warning : (/home/jfilipe/testes/cairo-dock-core/src/gldit/cairo-dock-keybinder.c:init_object:417)
  38. Couldn't bind '<Control>F12' (Log out: Show the log-out menu)
  39. This shortkey is probably already used by another applet or another application
  40. [New Thread 0x76538b40 (LWP 1820)]
  41. cairo_dock_set_image_on_icon (/usr/share/cairo-dock/plug-ins/dustbin/themes/default/trashcan_empty.svg)
  42. cairo_dock_set_image_on_icon (/home/jfilipe/.config/cairo-dock/third-party/WindowsKiller/icon)
  43. [New Thread 0x75bffb40 (LWP 1828)]
  44. [Thread 0x76538b40 (LWP 1820) exited]
  45. Detaching after fork from child process 1829.
  46. [Thread 0x75bffb40 (LWP 1828) exited]
  47. [Thread 0xb2c44b40 (LWP 1806) exited]
  48. warning : (/home/jfilipe/testes/cairo-dock-core/src/gldit/cairo-dock-surface-factory.c:cairo_dock_create_surface_from_image:439)
  49. This file (/home/m7p/.icons/andrea/scalable/places/folder-grey.svg) doesn't exist or is not readable.
  50. [New Thread 0x75bffb40 (LWP 1832)]
  51. start !
  52. cairo_dock_set_image_on_icon (/usr/share/cairo-dock/plug-ins/dustbin/themes/default/trashcan_full.svg)
  53. [New Thread 0xb2c44b40 (LWP 1838)]
  54. [New Thread 0x76538b40 (LWP 1839)]
  55. [New Thread 0x7520fb40 (LWP 1840)]
  56. [Thread 0x76538b40 (LWP 1839) exited]
  57. _cd_find_volume_name_from_drive_name: assertion `pDrive != NULL' failed
  58. [Thread 0x7520fb40 (LWP 1840) exited]
  59. _check_mouse_outside (0, 1000, 1)
  60. -> (774, 165)
  61. [Thread 0x75bffb40 (LWP 1832) exited]
  62. warning : (/home/jfilipe/testes/cairo-dock-plug-ins/kde-integration/src/applet-vfs.c:_vfs_backend_mount_callback:949)
  63. gnome-integration : Operation not supported
  64. _check_mouse_outside (0, 1000, 1)
  65. -> (446, -98)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement