David Welch a écrit dans le message ...
>  If the program runs correctly then it probably wasn't important.

Well, I would be so bad if every single step did not go in SIGSEGV, like
this :

(gdb) run
Starting program: /cygdrive/e/francois/thunks/simple.exe

Program received signal SIGSEGV, Segmentation fault.
0xbff76ede in _size_of_stack_reserve__ ()
(gdb) step
Single stepping until exit from function _size_of_stack_reserve__, which has
no line number information.

Program received signal SIGSEGV, Segmentation fault.
0x40125f in WinMain (hInst=0x400000, hPrev=0x0, lpCmd=0x8163eef4 "",
nShow=10) at simple.c:11
11              MessageBox (NULL, "Hello, Windows!", "Hello", MB_OK);
(gdb) step

Program received signal SIGSEGV, Segmentation fault.
0x40125f in WinMain (hInst=0x400000, hPrev=0x0, lpCmd=0x8163eef4 "",
nShow=10) at simple.c:11
11              MessageBox (NULL, "Hello, Windows!", "Hello", MB_OK);
(gdb) step

Program exited with code 037777777777.
(gdb)


My problem here is that this precludes the use of Insight...

__________________________________
François Robert
To mail me : reverse order of all characters in address


Reply via email to