After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 767568 - hangs in _XReply before displaying main window
hangs in _XReply before displaying main window
Status: RESOLVED DUPLICATE of bug 761338
Product: bijiben
Classification: Applications
Component: general
3.20.x
Other Linux
: Normal major
: ---
Assigned To: Bijiben maintainer(s)
Bijiben maintainer(s)
Depends on:
Blocks:
 
 
Reported: 2016-06-12 17:34 UTC by Sam Morris
Modified: 2017-12-25 01:11 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Sam Morris 2016-06-12 17:34:22 UTC
When I launch bigiben it often never displays the main window. It prints the following to the console:

sending the mass change
Unable to load location /home/sam/.local/share/bijiben/.Trash: Error opening directory '/home/sam/.local/share/bijiben/.Trash': No such file or directory    

gdb shows it's stuck with the following trace:

  • #0 _XReply
    at ../../src/xcb_io.c line 596
  • #1 _XkbHandleGetMapReply
    at ../../../src/xkb/XKBGetMap.c line 562
  • #2 XkbGetUpdatedMap
    at ../../../src/xkb/XKBGetMap.c line 584
  • #3 XkbGetMap
    at ../../../src/xkb/XKBGetMap.c line 603
  • #4 get_xkb
    at /build/gtk+3.0-UYMeaD/gtk+3.0-3.20.6/./gdk/x11/gdkkeys-x11.c line 212
  • #5 update_direction
    at /build/gtk+3.0-UYMeaD/gtk+3.0-3.20.6/./gdk/x11/gdkkeys-x11.c line 580
  • #6 _gdk_x11_keymap_state_changed
    at /build/gtk+3.0-UYMeaD/gtk+3.0-3.20.6/./gdk/x11/gdkkeys-x11.c line 650
  • #7 gdk_x11_display_translate_event
    at /build/gtk+3.0-UYMeaD/gtk+3.0-3.20.6/./gdk/x11/gdkdisplay-x11.c line 1064
  • #8 _gdk_x11_event_translator_translate
    at /build/gtk+3.0-UYMeaD/gtk+3.0-3.20.6/./gdk/x11/gdkeventtranslator.c line 51
  • #9 gdk_event_source_translate_event
    at /build/gtk+3.0-UYMeaD/gtk+3.0-3.20.6/./gdk/x11/gdkeventsource.c line 243
  • #10 _gdk_x11_display_queue_events
    at /build/gtk+3.0-UYMeaD/gtk+3.0-3.20.6/./gdk/x11/gdkeventsource.c line 341
  • #11 gdk_display_get_event
    at /build/gtk+3.0-UYMeaD/gtk+3.0-3.20.6/./gdk/gdkdisplay.c line 396
  • #12 gdk_event_source_dispatch
    at /build/gtk+3.0-UYMeaD/gtk+3.0-3.20.6/./gdk/x11/gdkeventsource.c line 363
  • #13 g_main_context_dispatch
    from /lib/x86_64-linux-gnu/libglib-2.0.so.0
  • #14 ??
    from /lib/x86_64-linux-gnu/libglib-2.0.so.0
  • #15 g_main_context_iteration
    from /lib/x86_64-linux-gnu/libglib-2.0.so.0
  • #16 g_application_run
    from /usr/lib/x86_64-linux-gnu/libgio-2.0.so.0
  • #17 main
    at bjb-main.c line 37

Comment 1 Mohammed Sadiq 2017-12-25 01:11:54 UTC

*** This bug has been marked as a duplicate of bug 761338 ***