Not my week, I swear...buffindexed+makehistory ...

The Hermit Hacker scrappy at hub.org
Fri Sep 10 16:30:15 UTC 1999


Segmentation Faults...

New build from todays sources...works fine under Solaris, fails under
FreeBSD *sigh*

gdb debug info:

#0  0x8049a20 in FlushOverTmpFile () at makehistory.c:191
191         if (fflush(OverTmpFile) == EOF || ferror(OverTmpFile) || fclose(OverTmpFile) == EOF) {
(gdb) list
186         QIOSTATE *qp;
187         int count;
188         char *line, *p, *q;
189         time_t arrived;
190
191         if (fflush(OverTmpFile) == EOF || ferror(OverTmpFile) || fclose(OverTmpFile) == EOF) {
192             (void)fprintf(stderr, "Can't close OverTmp file, %s\n", strerror(errno));
193             exit(1);
194         }
195

Don't know if that helps, but hopefully will get the ball rolling...am still
investigating at this end...


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