Gonéri Le Bouder wrote: > Today I got a segfaut of gdm because of gcin. This is the line I got in > /var/log/syslog: > Sep 11 16:37:06 linda kernel: [ 342.582462] gdmgreeter[5256]: segfault at 10 > ip b6f8bec1 sp bfa24990 error 4 in libgcin-im-client.so.1.0.2[b6f8a000+3000]
Hi, This is fixed in upstream release (currently 1.4.3.pre6). [1] Upsream author think it is a bug of GTK+ or GDM, which still call keypress filter after handle was closed. There is a simple work around: 1. edit /usr/lib/gtk-2.0/2.10.0/immodule-files.d/gcin.immodules 2. change the "*" to "" The file was generated by dh_gtkmodules when building the package. It can be edited freely. (Of course you have to know what you are doing when editing it.) If this should be fixed in Lenny, I will do more test and upload a new one to mentors. :-) Kind regards Wen-Yen Chuang (caleb) [1] http://hyperrate.com/topic-view-thread.php?tid=5549#5549
--- usr/lib/gtk-2.0/2.10.0/immodule-files.d/gcin.immodules.orig +++ usr/lib/gtk-2.0/2.10.0/immodule-files.d/gcin.immodules @@ -1,4 +1,4 @@ # automatically generated by dh_gtkmodules, do not edit "/usr/lib/gtk-2.0/2.10.0/immodules/im-gcin.so" -"gcin" "gcin Input Method" "gcin" "/usr/share/locale" "*" +"gcin" "gcin Input Method" "gcin" "/usr/share/locale" ""

