Uwe Hermann wrote: > Hm, sorry, still not able to reproduce here with Miro 1.2.3-1. I > also started kinput2-canna in an xterm, then miro in another > xterm, same effect, I can press any buttons or SHIFT keys I like, > no hangs, no crashes.
After reading through the backtrace and reading 'xim' in it, I tried a few things and found that in addition to XMODIFIERS, I also have GTK_IM_MODULE and GTK2_IM_MODULE set (both to "xim"). If I keep those, but unset XMODIFIERS, miro still hangs on keypress. If I keep XMODIFIERS, but unset GTK2_IM_MODULE, then it no longer freezes. Still a bug though. :) So this seems to be some locking race related to the gtk2 code handling input method modules. So, maybe you can reproduce the bug with 'GTK2_IM_MODULE=xim'. HTH, -- Tobias PGP: http://9ac7e0bc.uguu.de このメールは十割再利用されたビットで作られています。 -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

