I am running freebsd 3.4 and nntpcache 2.4.0b3. I was trying to setup newshound but it get seg faulting. I traced the problem down to the check function. Simply by adding if (FDNAME) before each fclose solved the problem. Must have been trying to close an un-open filedescriptor. James Golovich On Tue, 4 Apr 2000, Peter Maas wrote: > When ever I run newshound it seg's on me > Here is the debug info... > > [root@jlr newshound]# ./newshound -c > Segmentation fault (core dumped) > [root@jlr newshound]# gdb newshound core > GNU gdb 19991116 > This GDB was configured as "i586-mandrake-linux"... > Core was generated by `./newshound -c'. > Program terminated with signal 11, Segmentation fault. > Reading symbols from /lib/libcrypt.so.1...done. > Reading symbols from /lib/libresolv.so.2...done. > Reading symbols from /lib/libnsl.so.1...done. > Reading symbols from /lib/libc.so.6...done. > Reading symbols from /lib/ld-linux.so.2...done. > #0 strcpy (dest=0xbffff998 "", src=0x0) at ../sysdeps/generic/strcpy.c:37 > 37 ../sysdeps/generic/strcpy.c: No such file or directory. > (gdb) bt > #0 strcpy (dest=0xbffff998 "", src=0x0) at ../sysdeps/generic/strcpy.c:37 > #1 0x804ab56 in sortit () at sort.c:73 > #2 0x804a1ea in main (argc=2, argv=0xbffffa84) at newshound.c:447 > > Here is my maching config > nntpcache-2.4.0b3 > Mandrake 7.0 > Kernel 2.3.99-pre3 > glibc6 > i686 >