Path: utzoo!attcan!utgpu!jarvis.csri.toronto.edu!mailrus!csd4.milw.wisc.edu!lll-winken!uunet!auspex!guy From: guy@auspex.auspex.com (Guy Harris) Newsgroups: comp.unix.questions Subject: Re: What to do with core dumps? Message-ID: <1856@auspex.auspex.com> Date: 28 Jun 89 18:41:01 GMT References: <4016@silver.bacs.indiana.edu> <147@cerc.wvu.wvnet.edu.edu> <25588@agate.BERKELEY.EDU> <4644@ficc.uu.net> Reply-To: guy@auspex.auspex.com (Guy Harris) Organization: Auspex Systems, Santa Clara Lines: 8 >How to do it? Well, in V7 it was easy... a.out and core formats were almost >identical. Nonsense. In V7 as distributed by AT&T, core files consisted of the U area of the process, followed by the data and stack segments; it did not include an a.out header, nor did it include the text of the program, unless the program was not built with shared text or split I&D space (i.e. the program was built without any text).