bug-gdb
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

crash in gdb when using step the command


From: Jaap de Wolff
Subject: crash in gdb when using step the command
Date: Tue, 7 Jan 2003 11:57:55 +0100

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

Attachment: Makefile.zip
Description: Binary data


reply via email to

[Prev in Thread] Current Thread [Next in Thread]