Comment #20 on issue 1612 by takao.fujiwara1: ibus input not working
http://code.google.com/p/ibus/issues/detail?id=1612

#1 0x00007ffff60a543c in g_object_unref (_object=0x725760) at gobject.c:2916 #2 0x000000000041be7d in panel_real_state_changed (base=0x6be040) at panel.c:2905

OK, the problem is still the line #2905 in panel.c and ibus_bus_get_global_engine returns an object.

(gdb) list
3959    in gtype.c

I meant the list in panel_real_state_changed.
(gdb) frame 2
(gdb) list

After you build the test program a with '-g' and libibus-1.0.so.5 with '-g', can you try to get the stack trace again?
I guess ibus-ui-gtk3 sets a global engine and causes SEGV.

% /usr/libexec/ibus-ui-gtk3
SEGV
% gdb ./a
(gdb) run
(gdb) where

my glib version is 2.34.3.

OK, I will look at g_type_check_instance_is_a later but I guess it does not help to fix your problem.

--
You received this message because this project is configured to send all issue notifications to this address.
You may adjust your notification preferences at:
https://code.google.com/hosting/settings

--
--
You received this message because you are subscribed to the Google
Groups "ibus-devel" group.
iBus project web page: http://code.google.com/p/ibus/
iBus dev group: http://groups.google.com/group/ibus-devel?hl=en
--- You received this message because you are subscribed to the Google Groups "ibus-devel" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.


回复