> nntpcach@fozzy<438>: gdb -c core ../sbin/nntpcached > [...] > #0 make_vm_proc (state=nc_none, client=8, name=0x3cdf0 "update") > at nntpcache.c:496 > 496 Stats->client_connects++; > > I get the same result, when I try to open a connection: > > Feb 4 16:24:07 fozzy nntpcached[24098]: nntpcache.c:399: starting client task > Feb 4 16:24:07 fozzy nntpcache-client[24105]: client task awakening > > New core, same code line. > > No, I don't have an old nntpcache.stats file. > > Any help would be appreciated. Firstly, what OS/architecture are you running on? In gdb, try "p Stats". My bet is that it is pointing off into the never-never. You also might want to try removing any old cache.mmap file. Cheers, Julian.