Path: utzoo!yunexus!ists!mike From: mike@ists (Mike Clarkson) Newsgroups: comp.unix.xenix Subject: Re: core dumps Message-ID: <188@ists> Date: 22 Apr 88 18:40:02 GMT Article-I.D.: ists.188 Posted: Fri Apr 22 14:40:02 1988 References: <4782@ozdaltx.UUCP> Organization: Institute for Space and Terrestrial Science Lines: 27 In article <4782@ozdaltx.UUCP>, root@ozdaltx.UUCP (Scotty) writes: > Is anyone else running news on SCO XENIX running into > 'Memory Fault - Core dump' on certain article headers where > the Newsgroup line is extreamly long? (Ie. > 128 chars?). Yes, this is happening to me too. I can't seem to find where this is happening. The field in hbuf for the newsgroups line is usually set to LBUFLEN which is 1024, struct hbuf { char from[BUFLEN]; /* From: */ char path[PATHLEN]; /* Path: */ char nbuf[LBUFLEN]; /* Newsgroups: */ ... but somewhere this must be getting jammed into something of BUFLEN in size, which is 128 on small address space systems. Can anyone find where this is happening? -- Mike Clarkson mike@ists.UUCP Institute for Space and Terrestrial Science York University, North York, Ontario, CANADA M3J 1P3 (416) 736-5611