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

Your ldd seems no problem.
I guess you need to recompile ibus as done other applications.

Your stack shows g_type_check_instance_is_a has a problem but it's not enough.

#1 0x00007ffff60ef436 in g_object_unref () from /usr/lib64/libgobject-2.0.so.0
#2  0x000000000040ffdf in ?? ()

#5 0x00007ffff6103855 in g_signal_emit_by_name () from /usr/lib64/libgobject-2.0.so.0
#6  0x00000000004114f7 in ?? ()

I need to know what is unref and who calls g_signal_emit_by_name.

If you build ibus, ibus needs to be built with CFLAGS='-g'

# cd ibus-1.5.1
# make clean
# env CFLAGS="-g" ./configure --prefix=/usr
# make


--
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.


回复