On Fri, Jul 12, 2002 at 06:52:14PM -0600, Roberto Mello wrote: > > Tried compiling Tcl with the following configure flags: > ./configure $(ENABLE_GCC) --enable-symbols --disable-shared --enable-threads >--disable-langinfo > > zippy:~$ gdb /usr/lib/aolserver/bin/nsd > GNU gdb 2002-04-01-cvs > ... > This GDB was configured as "i386-linux"... > (gdb) run -u www-data -g www-data -ft /etc/aolserver/gt.tcl > Starting program: /usr/lib/aolserver/bin/nsd8x -u www-data -g www-data -ft >/etc/aolserver/gt.tcl > [New Thread 1024 (LWP 20515)] > [New Thread 2049 (LWP 20518)] > [New Thread 1026 (LWP 20519)] > [12/Jul/2002:18:47:54][20515.1024][-main-] Notice: nsd.tcl: starting to read config >file... > [12/Jul/2002:18:47:54][20515.1024][-main-] Warning: nsd.tcl: nsssl not loaded >because key/cert files do not exist. > [12/Jul/2002:18:47:54][20515.1024][-main-] Notice: nsd.tcl: finished reading config >file. > [12/Jul/2002:18:47:54][20515.1024][-main-] Notice: nsmain: AOLserver/3.3.1+ad13 >starting > [12/Jul/2002:18:47:54][20515.1024][-main-] Notice: nsmain: security info: uid=33, >euid=33, gid=33, egid=33 > [12/Jul/2002:18:47:54][20515.1024][-main-] Notice: nsmain: max files: FD_SETSIZE = >1024, rl_cur = 1024, rl_max = 1024 > [New Thread 2051 (LWP 20520)] > > Program received signal SIGSEGV, Segmentation fault. > [Switching to Thread 1024 (LWP 20515)] > 0x400c4bdd in free () from /lib/libc.so.6 > (gdb) bt > #0 0x400c4bdd in free () from /lib/libc.so.6 > #1 0x400c4aa3 in free () from /lib/libc.so.6 > #2 0x0813c36c in ns_free (ptr=0x817ab88) at memory.c:141 > #3 0x080871ec in NsTclInit () at tclinit.c:570 > #4 0x08079e1c in Ns_Main (argc=7, argv=0xbffff804, initProc=0x807705c <ServerInit>) >at nsmain.c:632 > #5 0x0807704c in main (argc=7, argv=0xbffff804) at main.c:64
It's been over a month and apparently there's no interest in seeing AOLserver run with Tcl 8.4 besides from my part. Is there anything special I'd need to do to have Tcl 8.4 work with AOLserver? I just tried with the latest Tcl from CVS and still get the same sefgault. -Roberto -- +----| http://fslc.usu.edu/ USU Free Software & GNU/Linux Club |------+ Roberto Mello - Computer Science, USU - http://www.brasileiro.net/ http://www.sdl.usu.edu/ - Space Dynamics Lab, Developer printf("to C or not to C...that is the question/n");
