On Sat, May 15, 2004 at 07:40:41AM -0400, Thomas Dickey wrote: > On Fri, May 14, 2004 at 04:50:05PM +0200, Michael Gernoth wrote: > > Package: xterm > > Version: 4.3.0.dfsg.1-1 > > Severity: normal > > > > When the X-Resource XTerm*openIm ist set to false, starting xterm > > results in a long time where nothing happens, and finally it crashes > > with a segfault. > > I can see it hang, but not crash (still a bug).
I can give you this backtrace from gdb: (gdb) run Starting program: /usr/X11R6/bin/xterm (no debugging symbols found)............ Program received signal SIGSEGV, Segmentation fault. 0x4026e4e1 in _XlcSetConverter () from /usr/X11R6/lib/libX11.so.6 (gdb) bt #0 0x4026e4e1 in _XlcSetConverter () from /usr/X11R6/lib/libX11.so.6 #1 0x4026e9cb in _XlcConvert () from /usr/X11R6/lib/libX11.so.6 #2 0x4027627c in _Xlcmbstoutf8 () from /usr/X11R6/lib/libX11.so.6 #3 0x40276305 in _Xmbstoutf8 () from /usr/X11R6/lib/libX11.so.6 #4 0x4067fa30 in _XimLcctstoutf8 () from /usr/X11R6/lib/X11/locale/lib/common/ximcp.so.2 #5 0x4067fee3 in _XimParseStringFile () from /usr/X11R6/lib/X11/locale/lib/common/ximcp.so.2 #6 0x4067e4da in _XimLocalSetIMValues () from /usr/X11R6/lib/X11/locale/lib/common/ximcp.so.2 #7 0x4067e5a9 in _XimLocalOpenIM () from /usr/X11R6/lib/X11/locale/lib/common/ximcp.so.2 #8 0x4067d90f in _XimOpenIM () from /usr/X11R6/lib/X11/locale/lib/common/ximcp.so.2 #9 0x4027be28 in _XlcDynamicLoad () from /usr/X11R6/lib/libX11.so.6 #10 0x4067d0ff in _XimRegisterIMInstantiateCallback () from /usr/X11R6/lib/X11/locale/lib/common/ximcp.so.2 #11 0x4027bf56 in _XlcDynamicLoad () from /usr/X11R6/lib/libX11.so.6 #12 0x4024c37a in XRegisterIMInstantiateCallback () from /usr/X11R6/lib/libX11.so.6 #13 0x080577bf in ?? () #14 0x080904e8 in ?? () #15 0x00000000 in ?? () #16 0x00000000 in ?? () #17 0x00000000 in ?? () #18 0x08056f80 in ?? () #19 0x00000000 in ?? () #20 0xbf805878 in ?? () #21 0x4067d143 in _XimRegisterIMInstantiateCallback () from /usr/X11R6/lib/X11/locale/lib/common/ximcp.so.2 Previous frame identical to this frame (corrupt stack?) Regards, Michael

