From: Araki K. <j00...@ip...> - 2002-02-02 12:07:10
|
Hi, Thanks for your report and sorry for my late reply. Subject: [Mlterm-dev-en] 2.2.0 segfault From: Noah Levitt <nl...@co...> Message-ID: <200...@co...> Date: Fri, 1 Feb 2002 17:40:08 -0500 > $ uname -a > SunOS stealth 5.8 Generic_108528-05 sun4u sparc > > Configured with no options (except --prefix=$HOME/local) > > It segfaults immediately after I start: > > Program received signal SIGSEGV, Segmentation fault. > 0xff3c56d4 in ?? () > (gdb) bt > #0 0xff3c56d4 in ?? () > #1 0xff3cdf8c in ?? () > #2 0xff3ce1b8 in ?? () > #3 0xff3ce2e8 in ?? () > #4 0xff3ce41c in ?? () > #5 0xff1fce78 in _XsunRegisterIMInstantiateCallback () > from /usr/openwin/lib/libX11.so.4 > #6 0xff1deba4 in XRegisterIMInstantiateCallback () > from /usr/openwin/lib/libX11.so.4 > #7 0x28388 in ml_xim_init (display=0x5c8e0) at ml_xim.c:325 > #8 0x18eec in ml_window_manager_init (win_man=0xffbef308, > disp_name=0x37008 "") at ml_window_manager.c:48 > #9 0x30518 in ml_term_manager_init (term_man=0xffbef308, argc=1, > argv=0xffbef628) at ml_term_manager.c:793 > #10 0x2b384 in main (argc=1, argv=0xffbef624) at main.c:35 > > This happens even if I start with --openim=false --xim=false I have no idea why this happens , sorry. Would you show me your XMODIFIERS and LC_CTYPE environmental variables ? And if you use an attached patch , mlterm starts normally ? # Perhaps all the versions of mlterm have the same problems ? -- kiken j00...@ip... Index: ml_xim.c =================================================================== RCS file: /home/ken/cvsroot/mlterm/src/ml_xim.c,v retrieving revision 1.65 diff -u -r1.65 ml_xim.c --- ml_xim.c 2002/01/11 15:49:22 1.65 +++ ml_xim.c 2002/02/02 11:52:24 @@ -322,8 +322,10 @@ } } +#if 0 XRegisterIMInstantiateCallback( xim_display , NULL , NULL , NULL , xim_server_instantiated , NULL) ; +#endif return 1 ; } |