Elbert Pol wrote: > > $ gdb test-open.exe > > break rpl_open > > run > > break 116 > > continue > > nexti > > print statbuf > > nexti > > print statbuf > > nexti > > print statbuf > > nexti > > print statbuf > > nexti > > print statbuf > > nexti > > print statbuf > > nexti > > print statbuf > > > > (gdb) U:\m4-1.4.11.51-5116\tests\test-open.exe > The program is not running. > (gdb)
What is the outcome if you use exactly the sequence of gdb commands that I gave you (above)? The first line is meant as a shell command, the other lines are meant as gdb commands. Bruno