Date: Sun, 26 May 1996 09:00:29 +0200 (IST) From: Eli Zaretskii To: "Vyacheslav O. Myskin" Cc: djgpp AT delorie DOT com Subject: Re: GDB problem In-Reply-To: <4o4ls1$320@sky.inp.nsk.su> Message-Id: Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII On Fri, 24 May 1996, Vyacheslav O. Myskin wrote: > The first time I run it with gdb 'run' command everything goes OK. But > if I exit gdb and try to launch it once more I get this: > --------- > Starting program c:/djgpp/test/hello > > Program received signal SIGSEGV, Segmentation fault. > in Please read Chapter 12 of the DJGPP FAQ list (available as v2/faq200b.zip from the same place you get DJGPP). It explains, among other info, that you cannot restart the debuggee without exiting GDB.