Mail Archives: djgpp/2002/01/10/10:37:04
> Date: Thu, 10 Jan 2002 06:22:19 -0800 (PST)
> From: ROLAND <roland_asmann AT yahoo DOT com>
>
> > Then post the full text of the message here, and
> > someone will help
> > you with the debugger.
>
> Well, here it is...
>
> The instruction at "0x0f00115e" referenced memory at
> "0xffffffff". The memory could not be "read".
Hmm... 0x0f00115e doesn't look like an address in a DJGPP program.
Can you load the program into GDB, like this:
gdb foo.exe
and then type "disassmble 0x0f00115e", and see whether GDB finds that
address in the program?
> I also tried debugging with GDB, but something went
> wrong there... I've never worked with GDB before, so
> it could be my fault, but when the program crashed,
> GDB crashed too!
If the bug in the debuggee is hard enough, it could conceivably crash
the debugger as well, especially when the debuggee hooks hardware
interrupts. It's not unheard of.
- Raw text -