[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
|
[news.eclipse.tools.cdt] Debugging issue with gdb
|
Hi,
I have encountered some debugging problems with gdb. While some projects
remain unaffected, some others throw an error message when a debugging
session is started. I get:
"Die Anweisung in 0x004fcf60 verweist auf Speicher in 0x00000004. Der
Vorgang read konnte nicht auf dem Speicher durchgeführt werden"
which means that some read access to a memory address failed. After that I
get:
"Error stopping at main. Reason: target request failed ... thread
terminated."
I guess that means that the binary to be debugged crashed and gdb has
nothing to debug anymore.
My program is running without problems when I do not use gdb. Also my prog
runs fine when "stop on startup at main" is disables and no breakpoint is
set.
I use
* Eclipse 3.2
* CDT 3.1.2
* MinGW 5.1.3
* GDB 5.2.1-1
on Windows 2k
regards
Christian Pontesegger