Mail Archives: djgpp/1996/05/26/02:09:44
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.
> <hex number> in <function name>
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.
- Raw text -