Xref: utzoo news.admin:3831 news.software.b:1725 Path: utzoo!yunexus!geac!syntron!jtsv16!uunet!auspex!guy From: guy@auspex.UUCP (Guy Harris) Newsgroups: news.admin,news.software.b Subject: Re: bugfix for inews (control messages cause coredump) Message-ID: <368@auspex.UUCP> Date: 31 Oct 88 20:52:41 GMT Article-I.D.: auspex.368 References: <5686@fluke.COM> <5695@fluke.COM> <6266@claris.com> <25756@tut.cis.ohio-state.edu> <330@auspex.UUCP> <258@eda.com> Reply-To: guy@auspex.UUCP (Guy Harris) Organization: Auspex Systems, Santa Clara Lines: 12 >Umh, a 'Sun' 680x0 is not surprising, but a Sun 386? > >Or did they implement 'no location 0' option as default. They implemented "no location 0" as default. From COFF(5): When an a.out file is loaded into memory for execution, three logical segments are set up: the text segment, the data segment (initialized data followed by uninitialized, the latter actually being initialized to all 0's), and a stack. The text segment starts at location 0x1000 by default.