inn2.3, newnews command
unilerik at green.rnd.uni-c.dk
unilerik at green.rnd.uni-c.dk
Wed Jan 12 08:22:50 UTC 2000
On Tue, 11 Jan 2000 unilerik at green.rnd.uni-c.dk wrote:
> On Tue, 11 Jan 2000, Matthias Urlichs wrote:
>
> > Hi,
> >
> > unilerik at green.rnd.uni-c.dk:
> > > newnews * 000111 000000
> > > Connection closed by foreign host.
> > >
> > Segmentation fault due to memory overrun.
> >
> > > Any suggestions ?
> >
> > prcs: Producing diffs from base.484 to test.22(w).
> > Index: base.484/nnrpd/commands.c
> > --- base.484/nnrpd/commands.c Mon, 20 Dec 1999 08:11:29 +0100 smurf (net_news_inn/b/43_commands.c 1.24.1.10 664)
> > +++ test.22(w)/nnrpd/commands.c Wed, 05 Jan 2000 12:55:54 +0100 smurf (net_news_inn/b/43_commands.c 1.24.1.10 664)
> (net_news_inn/b/43_commands.c 1.24.1.10 664)
> > @@ -656,7 +656,7 @@
> > grouplist = NEW(GROUPDATA, 1000);
> > listsize = 1000;
> > }
> > - if (listsize < numgroups) {
> > + if (listsize <= numgroups) {
> > listsize += 1000;
> > grouplist = RENEW(grouplist, GROUPDATA, listsize);
> > }
>
> It doesn't help - still the same.
hi,
I've installed latest (inn-2000-01-11_03-01) on my AIX-box (4.2.1/CNFS)
and the newnews command seems to work just fine here.
The AIX-box is going to be the production-server so for now I'll stop
experimenting with the newnews command on my linux-box.
/Erik
+-------------------+---------------------------------+
| UNI-C | E-Mail: Erik.Mouritzen at uni-c.dk |
| DTU, Building 304 | Phone: +45 3587 8889 |
| DK2800 Lyngby | Fax: +45 3587 8990 |
+-------------------+---------------------------------+
| Danish Computing Centre for Research and Education |
+-----------------------------------------------------+
More information about the inn-workers
mailing list