Guest User

nm_applet_crash_wayland

a guest
Feb 2nd, 2013
111
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.93 KB | None | 0 0
  1. GNU gdb (GDB) 7.5-ubuntu
  2. Copyright (C) 2012 Free Software Foundation, Inc.
  3. License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
  4. This is free software: you are free to change and redistribute it.
  5. There is NO WARRANTY, to the extent permitted by law. Type "show copying"
  6. and "show warranty" for details.
  7. This GDB was configured as "i686-linux-gnu".
  8. For bug reporting instructions, please see:
  9. <http://www.gnu.org/software/gdb/bugs/>...
  10. Reading symbols from /opt/bin/nm-applet...(no debugging symbols found)...done.
  11. Starting program: /opt/bin/nm-applet
  12. [Thread debugging using libthread_db enabled]
  13. Using host libthread_db library "/lib/i386-linux-gnu/libthread_db.so.1".
  14.  
  15. Program received signal SIGSEGV, Segmentation fault.
  16. 0xb7125e21 in XInternAtom () from /opt/lib/i386-linux-gnu/libX11.so.6
  17. #0 0xb7125e21 in XInternAtom () from /opt/lib/i386-linux-gnu/libX11.so.6
  18. No symbol table info available.
  19. #1 0xb7e0fc50 in gtk_tray_icon_constructed (object=0x81df0f8) at gtktrayicon-x11.c:234
  20. icon = 0x81df0f8
  21. screen = <optimized out>
  22. root_window = <optimized out>
  23. display = <optimized out>
  24. xdisplay = 0x80aecf0
  25. buffer = "_NET_SYSTEM_TRAY_S0\000\364bf\267\004\000\000\000\000\360^\267\240\320T\267(@\t\bP\000\000\000\001\000\000\000\277\354J\267\370\360\035\b\206\320T\267\000`f\267o\312T\267\240gf\267\364bf\267\230\213\030\b9\374J\267(\r\n\b\204\207d\267\000\360^\267\000\360^\267\000\360^\267\370\360\035\b\364bf\267\220\315T\267(\r\n\b6\301N\267\000\360^\267o\312T\267\000\361\035\bv\315T\267\000`f\267\350yb\267\364bf\267\004\000\000\000\000\360^\267\000\360^\267\000\360^\267\370\360\035\b\364bf\267\220\315T\267(\r\n\b9\000\000\000\000\000\000\000\230\213\030\b\240gf\267v\315T\267\000`f\267^wb\267\364bf\267\071\000\000\000\230\213\030\b\355\206b\267`e\034\b\204\207d\267\003\000\000\000\000\360^\267Le\034\b\000\000\000\000\000\361\035\b"
  26. #2 0xb762a722 in g_object_newv () from /opt/lib/i386-linux-gnu/libgobject-2.0.so.0
  27. No symbol table info available.
  28. #3 0xb762aaca in g_object_new_valist () from /opt/lib/i386-linux-gnu/libgobject-2.0.so.0
  29. No symbol table info available.
  30. #4 0xb762ad10 in g_object_new () from /opt/lib/i386-linux-gnu/libgobject-2.0.so.0
  31. No symbol table info available.
  32. #5 0xb7e103f6 in _gtk_tray_icon_new (name=name@entry=0x0) at gtktrayicon-x11.c:1075
  33. No locals.
  34. #6 0xb7cf7792 in gtk_status_icon_init (status_icon=0x813e390) at gtkstatusicon.c:844
  35. priv = 0x813e3a0
  36. #7 0xb76479e4 in g_type_create_instance () from /opt/lib/i386-linux-gnu/libgobject-2.0.so.0
  37. No symbol table info available.
  38. #8 0xb7628a91 in ?? () from /opt/lib/i386-linux-gnu/libgobject-2.0.so.0
  39. No symbol table info available.
  40. #9 0xb7cf7f60 in gtk_status_icon_constructor (type=134994048, n_construct_properties=0, construct_params=0x0)
  41. at gtkstatusicon.c:969
  42. object = <optimized out>
  43. status_icon = <optimized out>
  44. priv = <optimized out>
  45. #10 0xb762a799 in g_object_newv () from /opt/lib/i386-linux-gnu/libgobject-2.0.so.0
  46. No symbol table info available.
  47. #11 0xb762ad38 in g_object_new () from /opt/lib/i386-linux-gnu/libgobject-2.0.so.0
  48. No symbol table info available.
  49. #12 0xb7cf7fb4 in gtk_status_icon_new () at gtkstatusicon.c:1170
  50. No locals.
  51. #13 0x08057fa5 in ?? ()
  52. No symbol table info available.
  53. #14 0xb762a28d in g_object_newv () from /opt/lib/i386-linux-gnu/libgobject-2.0.so.0
  54. No symbol table info available.
  55. #15 0xb762aaca in g_object_new_valist () from /opt/lib/i386-linux-gnu/libgobject-2.0.so.0
  56. No symbol table info available.
  57. #16 0xb762ad10 in g_object_new () from /opt/lib/i386-linux-gnu/libgobject-2.0.so.0
  58. No symbol table info available.
  59. #17 0x0805d808 in nm_applet_new ()
  60. No symbol table info available.
  61. #18 0x0805530a in main ()
  62. No symbol table info available.
  63. (gdb) ^C(gdb)
  64. (gdb)
  65. (gdb)
  66. (gdb)
  67. (gdb) quit
  68. A debugging session is active.
  69.  
  70. Inferior 1 [process 14172] will be killed.
  71.  
  72. Quit anyway? (y or n) EOF [assumed Y]
Advertisement
Add Comment
Please, Sign In to add comment