core dumping in lastest CVS ... better gdb report ...

The Hermit Hacker scrappy at hub.org
Fri Feb 9 13:11:57 UTC 2001



Core file is still available, just tell me what else you need ...

news.hub.org> gdb ~/bin/innd `find /news/spool -name innd.core -print`
GNU gdb 4.18
Copyright 1998 Free Software Foundation, Inc.
GDB is free software, covered by the GNU General Public License, and you are
welcome to change it and/or distribute copies of it under certain conditions.
Type "show copying" to see the conditions.
There is absolutely no warranty for GDB.  Type "show warranty" for details.
This GDB was configured as "i386-unknown-freebsd"...
Core was generated by `innd'.
Program terminated with signal 11, Segmentation fault.
Reading symbols from /news/admin/lib/libstorage.so.2...done.
Reading symbols from /news/admin/lib/libinn.so.2...done.
Reading symbols from /usr/local/lib/libdb3.so...done.
Reading symbols from /usr/lib/libperl.so.3...done.
Reading symbols from /usr/lib/libm.so.2...done.
Reading symbols from /usr/lib/libc.so.4...done.
Reading symbols from /usr/lib/libcrypt.so.2...done.
Reading symbols from /usr/lib/libutil.so.3...done.
Reading symbols from /usr/libexec/ld-elf.so.1...done.
#0  0x80650d9 in NGfind (Name=0xe3de300 "alt.fan.furry") at ng.c:293
293             if (c == ngp[0]->Name[0] && EQ(Name, ngp[0]->Name))
(gdb)
(gdb) where
#0  0x80650d9 in NGfind (Name=0xe3de300 "alt.fan.furry") at ng.c:293
#1  0x8052d68 in ARTpost (cp=0x80bef60) at art.c:2372
#2  0x805edad in NCpostit (cp=0x80bef60) at nc.c:194
#3  0x8060d15 in NCproc (cp=0x80bef60) at nc.c:972
#4  0x8061784 in NCreader (cp=0x80bef60) 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)
(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
(gdb)



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