Skip to content

Instantly share code, notes, and snippets.

@tsutsui
Created April 9, 2014 18:40
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tsutsui/10301446 to your computer and use it in GitHub Desktop.
Save tsutsui/10301446 to your computer and use it in GitHub Desktop.
ibus-ui-gtk3 backtrace when using ibus-mozc on NetBSD/i386 6.1.3 + pkgsrc-2014Q1
% gdb /usr/pkg/libexec/ibus-ui-gtk3 ibus-ui-gtk3.core
GNU gdb (GDB) 7.3.1
Copyright (C) 2011 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law. Type "show copying"
and "show warranty" for details.
This GDB was configured as "i486--netbsdelf".
For bug reporting instructions, please see:
<http://www.gnu.org/software/gdb/bugs/>...
Reading symbols from /usr/pkg/libexec/ibus-ui-gtk3...(no debugging symbols found)...done.
[New process 1]
[New process 4]
[New process 3]
[New process 2]
Core was generated by `ibus-ui-gtk3'.
Program terminated with signal 5, Trace/breakpoint trap.
#0 0xbaf5b9b3 in g_logv () from /usr/pkg/lib/libglib-2.0.so.0
(gdb) bt
#0 0xbaf5b9b3 in g_logv () from /usr/pkg/lib/libglib-2.0.so.0
#1 0xbaf5ba6e in g_log () from /usr/pkg/lib/libglib-2.0.so.0
#2 0xbb6a195f in _gdk_x11_display_error_event ()
from /usr/pkg/lib/libgdk-3.so.0
#3 0xbb6aa553 in gdk_x_error () from /usr/pkg/lib/libgdk-3.so.0
#4 0xbb298bca in _XError () from /usr/X11R7/lib/libX11.so.7
#5 0xbb26f150 in ?? () from /usr/X11R7/lib/libX11.so.7
#6 0xbb26f192 in ?? () from /usr/X11R7/lib/libX11.so.7
#7 0xbb26fbd4 in _XReply () from /usr/X11R7/lib/libX11.so.7
#8 0xbb22373b in ?? () from /usr/X11R7/lib/libXi.so.7
#9 0xbb22398b in XIGrabKeycode () from /usr/X11R7/lib/libXi.so.7
#10 0x08053c55 in ?? ()
#11 0x080562c5 in ?? ()
#12 0x08057d92 in ?? ()
#13 0xbb0fcdee in emit_signal_instance_in_idle_cb ()
from /usr/pkg/lib/libgio-2.0.so.0
#14 0xbaf5120e in g_idle_dispatch () from /usr/pkg/lib/libglib-2.0.so.0
#15 0xbaf54774 in g_main_context_dispatch () from /usr/pkg/lib/libglib-2.0.so.0
#16 0xbaf54a94 in g_main_context_iterate.clone.5 ()
from /usr/pkg/lib/libglib-2.0.so.0
#17 0xbaf54f29 in g_main_loop_run () from /usr/pkg/lib/libglib-2.0.so.0
#18 0xbb92db23 in gtk_main () from /usr/pkg/lib/libgtk-3.so.0
#19 0x0804e941 in ?? ()
#20 0x0804f25b in ?? ()
---Type <return> to continue, or q <return> to quit---
#21 0x0804f28f in ?? ()
#22 0x0804e545 in ?? ()
#23 0x0804e418 in ?? ()
Backtrace stopped: Not enough registers or memory available to unwind further
(gdb)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment