[AOLSERVER] nsd crash

2009-01-26 Thread Bernhard van Woerden
I'm managing to get AOLserver 4.5 on FreeBSD 7.0 amd64 to crash every few days. I've upgraded from 4.0.10 on i386 which ran great for years. GDB gives #0 0x000800df3fec in thr_kill () from /lib/libc.so.7 [New Thread 0x80380c290 (LWP 100737)] [New Thread 0x804560120 (LWP 100728)] [New Thread

Re: [AOLSERVER] nsd crash

2009-01-26 Thread Juan José del Río - Simple Option
Hello Bernhard, I recommend you doing two things: 1) get the latest CVS version of AOLServer, do not use the one in ports, since it uses to be very outdated. 2) Compile AOLServer with debugging, since it indeed would help a lot. 3) If have some time, upgrade to FreeBSD 7.1, since I am sure

Re: [AOLSERVER] nsd crash

2009-01-26 Thread Bernhard van Woerden
Thanks Juan, It was indeed built from the port. I'll try what you suggest and see if I can track down something repeatable. I'll also try monit or deamon tools to supervise meantime. Kind regards Bernhard 2009/1/26 Juan José del Río - Simple Option juanj...@simpleoption.com Hello Bernhard, I

Re: [AOLSERVER] nsd crash

2009-01-26 Thread Tom Jackson
You might try adding -nostartfiles to the makefile. Specifically, after doing a correct configure, edit your include/ns.mak file: CFLAGS_EXTRA= -fPIC -pipe -nostartfiles It might work, or not. I keep needing to add this on newer linux kernels. You also need to build tcl so that threads