Date: Tue, 13 Jan 1998 10:47:00 +0200 (IST) From: Eli Zaretskii To: Cesar Scarpini Rabak cc: Peter Palotas , djgpp AT delorie DOT com Subject: Re: Call traceback. In-Reply-To: <1.5.4.32.19980112223452.006aec28@dce03.ipt.br> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Precedence: bulk On Mon, 12 Jan 1998, Cesar Scarpini Rabak wrote: > DJGPP programs generate a core file? DJGPP doesn't support generation of core files. Adding code which will dump a memory image to a disk file is easy, but core files aren't useful unless they can be fed to a debugger, and as I understand, this latter part is not easy at all. I haven't actually tried doing it, but Charles Sandmann said here once that interpreting the core image from a running DJGPP program is hard. I understand that this is due to the way memory is allocated by the DPMI host (it's non-contigous and the way it is divided into chunks might be different for every invocation).