old code segfaulting



Hi all,

I'm trying to get some old code running, and I'm getting a weird
segfault. I'm hoping someone can tell me if this is an error inside
Tcl/Tk, or something in the actual X11 libraries. I'm running Centos
on Linux:

(gdb) #0 0x080ec220 in dlopen ()
#1 0x400a63ea in _XlcAddGB18030LocaleConverters () from
/usr/X11R6/lib/libX11.so.6
#2 0x400a6552 in _XlcDynamicLoad () from /usr/X11R6/lib/libX11.so.6
#3 0x400763f9 in _XOpenLC () from /usr/X11R6/lib/libX11.so.6
#4 0x40075a30 in XOpenIM () from /usr/X11R6/lib/libX11.so.6
#5 0x08055623 in OpenIM ()
#6 0x08054087 in GetScreen ()
#7 0x08053f05 in CreateTopLevelWindow ()
#8 0x08054578 in TkCreateMainWindow ()
#9 0x0805e851 in TkCreateFrame ()
#10 0x080559be in Tk_Init ()
#11 0x0804dd16 in AppInit (interp=0x80ffbd0) at gui.cc:407
#12 0x08053a43 in Tk_Main ()
#13 0x0804e140 in main (argc=1, argv=0xbfffe844) at gui.cc:485
#14 0x42015704 in __libc_start_main () from /lib/tls/libc.so.6

Does anyone recognize this error?

Thanks,
Phil Kirlin

.