https://bugzilla.redhat.com/show_bug.cgi?id=1370994
Bug ID: 1370994 Summary: [abrt] ibus: XkbUseExtension(): ibus-ui-gtk3 killed by SIGSEGV Product: Fedora Version: 24 Component: ibus Assignee: tfujiwar@redhat.com Reporter: noobusinghacks@gmail.com QA Contact: extras-qa@fedoraproject.org CC: i18n-bugs@lists.fedoraproject.org, shawn.p.huang@gmail.com, smaitra@redhat.com, tfujiwar@redhat.com
Description of problem: may be related to other bugs
Version-Release number of selected component: ibus-1.5.13-3.fc24
Additional info: reporter: libreport-2.7.2 backtrace_rating: 4 cmdline: /usr/libexec/ibus-ui-gtk3 crash_function: XkbUseExtension executable: /usr/libexec/ibus-ui-gtk3 global_pid: 18432 kernel: 4.6.7-300.fc24.i686 pkg_fingerprint: 73BD E983 81B4 6521 pkg_vendor: Fedora Project runlevel: N 5 type: CCpp uid: 1000
Truncated backtrace: Thread no. 1 (10 frames) #0 XkbUseExtension at XKBUse.c:652 #1 _XkbLoadDpy at XKBBind.c:513 #2 XKeysymToKeycode at XKBBind.c:157 #3 keybinding_manager_bind at keybindingmanager.c:210 #4 panel_keybinding_manager_bind at panel.c:1334 #5 panel_bind_switch_shortcut at panel.c:1398 #6 panel_construct at panel.c:714 #7 panel_new at panel.c:740 #8 application_bus_name_acquired_cb at application.c:220 #9 _application_bus_name_acquired_cb_gd_bus_signal_callback at application.c:166
Potential duplicate: bug 1249327
https://bugzilla.redhat.com/show_bug.cgi?id=1370994
fujiwara tfujiwar@redhat.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |CLOSED Resolution|--- |DUPLICATE Last Closed| |2016-08-31 01:03:34
--- Comment #14 from fujiwara tfujiwar@redhat.com --- (In reply to robert fairbrother from comment #1)
Created attachment 1195169 [details] File: backtrace
#0 XkbUseExtension (dpy=dpy@entry=0x81fc6068, major_rtrn=major_rtrn@entry=0x0, minor_rtrn=minor_rtrn@entry=0x0) at XKBUse.c:652 652 dpy->free_funcs->xkb = _XkbFreeInfo;
Seems your dpy->free_funcs == NULL and your app does not call XOpenDisplay(3) and I think you use Wayland insead of X11.
ibus-ui-gtk3 should not be called in GNOME Wayland because GNOME Wayland shows its icon instead of ibus-ui-gtk3.
You should update imsettings package.
*** This bug has been marked as a duplicate of bug 1350101 ***
i18n-bugs@lists.fedoraproject.org