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
Makefile.zip
Description: Binary data
_______________________________________________ Bug-gdb mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/bug-gdb
