current CVS still core dumping ...

The Hermit Hacker scrappy at hub.org
Sat Feb 10 04:12:37 UTC 2001



Anyone have any ideas/pointers on this?  Suggestions on how to further
debug?

#0  0x80650d9 in NGfind (Name=0xa1d7800 "alt.binaries.games.unreal") at ng.c:293
293             if (c == ngp[0]->Name[0] && EQ(Name, ngp[0]->Name))
(gdb) where
#0  0x80650d9 in NGfind (Name=0xa1d7800 "alt.binaries.games.unreal") at ng.c:293
#1  0x8052d68 in ARTpost (cp=0x80cba60) at art.c:2372
#2  0x805edad in NCpostit (cp=0x80cba60) at nc.c:194
#3  0x8060d15 in NCproc (cp=0x80cba60) at nc.c:972
#4  0x8061784 in NCreader (cp=0x80cba60) at nc.c:1174
#5  0x805a681 in CHANreadloop () at chan.c:1081
#6  0x805e6d7 in main (ac=0, av=0xbfbffd60) at innd.c:637
#7  0x804d467 in _start ()
(gdb) list
288
289         /* SUPPRESS 6 *//* Over/underflow from plus expression */
290         NGH_HASH(Name, p, j);
291         htp = NGH_BUCKET(j);
292         for (c = *Name, ngp = htp->Groups, i = htp->Used; --i >= 0; ngp++)
293             if (c == ngp[0]->Name[0] && EQ(Name, ngp[0]->Name))
294                 return ngp[0];
295         return NULL;
296     }
297



Marc G. Fournier                   ICQ#7615664               IRC Nick: Scrappy
Systems Administrator @ hub.org
primary: scrappy at hub.org           secondary: scrappy@{freebsd|postgresql}.org



More information about the inn-workers mailing list