crash in gdb when using step the command
Jaap de Wolff <[email protected]>
| Newsgroups | gmane.comp.gdb.bugs.general |
|---|---|
| Message-ID | <51734B4BA43FD311960A00105A2DF7CE184C37@SOFTAMED> |
GNU gdb 5.1.1 (mingw experimental)
This GDB was configured as "mingw32".
using WINNT 4.0 with service pack 6.
with the attached source and makefile,
using the GCC 3.2 (mingw special 20020817-1) compiler
gdb crashes when using the following commands:
(gdb) file project1.exe
Reading symbols from project1.exe...done.
(gdb) list
1 int main()
2 {
3 return 0;
4 }
5
6
(gdb) break 2
Breakpoint 1 at 0x401340: file main.cpp, line 2.
(gdb) run
Starting program: E:\MyWork\VC\Test\test\Error1/project1.exe
"C:/WINNT/system32/KERNEL32.dll": error reading line numbers
Breakpoint 1, main () at main.cpp:2
2 {
(gdb) step
At this point a message box appears with the message:
application error:
The instruction at 0x004d7845 referenced memory at "0x635f7085". The memory
could not be "read".
---
Jaap de Wolff
_______________________________________________
Bug-gdb mailing list
[email protected]
http://mail.gnu.org/mailman/listinfo/bug-gdb
Makefile.zip
(application/octet-stream, 1.4 KB) - not displayed