On Sun, Apr 16, 2006 at 06:48:55PM +0200, Enrico Forestieri wrote: > On Sun, Apr 16, 2006 at 05:44:03PM +0200, Abdelrazak Younes wrote: > > > Enrico Forestieri a écrit : > > > On Sun, Apr 16, 2006 at 10:41:15AM +0200, Juergen Spitzmueller wrote: > > > > > >> Abdelrazak Younes wrote: > > >>>> Now the most severe bug is the crash on moving entries up/down. > > >>> It should not be difficult, it used to work at one point but not > > >>> anymore. I can't fix it because it make gdb crash under windows. But if > > >>> you can post a backtrace of the crash, I might have some idea. > > > > > > Abdel, > > > > > > if you are using the cygwin gdb and are getting segfaults at start, > > > then they are false alarms. After a couple of "cont" you should get > > > it work. > > > > Nope, I am using mingw gdb. I should maybe use cygwin gdb but does it > > work OK with mingw executable? > > Sorry, I don't know.
I tested it with a program compiled using -mno-cygwin and it worked! I would also suggest you using ddd as comfortable GUI interface to gdb. You also need installing X11 for using ddd, though. HTH -- Enrico
