inn-CURRENT-20020821 dumping core at hash.c:81
Joe St Sauver
JOE at OREGON.UOREGON.EDU
Wed Aug 21 19:09:43 UTC 2002
After upgrading to inn-CURRENT-20020821 on a redhat 2.4.19 linux box,
recreating my history files and zeroing my tradoverviews, innd is crashing
with a core file at startup... gdb'ing the core file obtained by running
inndstart -d manually, I'm seeing:
# gdb -c core /usr/local/news/bin/innd
[snip]
Core was generated by `/usr/local/news/bin/innd -p 4 -d'.
Program terminated with signal 11, Segmentation fault.
[snip]
#0 0x08094988 in HashMessageID (
MessageID=0x906aee6 "<ear89.18109$hf.582530 at twister.kc.rr.com>")
---Type <return> to continue, or q <return> to quit---
at hash.c:81
81 *q = tolower(*q);
(gdb) where
#0 0x08094988 in HashMessageID (
MessageID=0x906aee6 "<ear89.18109$hf.582530 at twister.kc.rr.com>")
at hash.c:81
#1 0x0808d0df in HIScheck (h=0x8159f88,
key=0x906aee6 "<ear89.18109$hf.582530 at twister.kc.rr.com>") at his.c:229
#2 0x0806dc7f in NCcheck (cp=0x402476d4) at nc.c:1354
#3 0x0806cc9d in NCproc (cp=0x402476d4) at nc.c:846
#4 0x0806959d in CHANreadloop () at chan.c:1126
#5 0x0806b59c in main (ac=3, av=0xbffffe74) at innd.c:661
#6 0x400ab507 in __libc_start_main (main=0x806a930 <main>, argc=3,
ubp_av=0xbffffe74, init=0x805ef10 <_init>, fini=0x811cac0 <_fini>,
rtld_fini=0x4000dc14 <_dl_fini>, stack_end=0xbffffe6c)
at ../sysdeps/generic/libc-start.c:129
I'd built with:
./configure \
--with-perl \
--with-python=no \
--with-tcl=no \
--enable-tagged-hash=no \
--enable-largefiles \
--with-syslog-facility=LOG_NEWS \
--with-sendmail=/usr/sbin/sendmail \
--with-berkeleydb=no
Regards,
Joe
More information about the inn-workers
mailing list