Re: Strange freezes when using gdb (rxvt/mintty but not dos box)

2009-02-23 Thread Dave Korn
Roland Schwingel wrote: > While this is a solution for this little test app it is not a solution > for me in real life. I can't turn my native apps > into cygwin apps. No, true. The solution in real life is that if you want to debug non-Cygwin win32 apps, you just *have* to run GDB in a DOS-st

Re: Strange freezes when using gdb (rxvt/mintty but not dos box)

2009-02-23 Thread Roland Schwingel
Hi Corinna, Dave and Christopher... First thanks all for your replies cygwin-ow...@cygwin.com wrote on 20.02.2009 19:05:15: > On Feb 20 12:45, Christopher Faylor wrote: > > On Fri, Feb 20, 2009 at 06:26:17PM +0100, Corinna Vinschen wrote: > > >On Feb 20 12:13, Christopher Faylor wrote: > > >

Re: Strange freezes when using gdb (rxvt/mintty but not dos box)

2009-02-20 Thread Corinna Vinschen
On Feb 20 12:45, Christopher Faylor wrote: > On Fri, Feb 20, 2009 at 06:26:17PM +0100, Corinna Vinschen wrote: > >On Feb 20 12:13, Christopher Faylor wrote: > >> On Fri, Feb 20, 2009 at 04:45:00PM +, Dave Korn wrote: > >> >Roland Schwingel wrote: > >> >>gdb freezes upon execution of the inferio

Re: Strange freezes when using gdb (rxvt/mintty but not dos box)

2009-02-20 Thread Christopher Faylor
On Fri, Feb 20, 2009 at 06:26:17PM +0100, Corinna Vinschen wrote: >On Feb 20 12:13, Christopher Faylor wrote: >> On Fri, Feb 20, 2009 at 04:45:00PM +, Dave Korn wrote: >> >Roland Schwingel wrote: >> >>gdb freezes upon execution of the inferior process when used from >> >>within mintty/rxvt, but

Re: Strange freezes when using gdb (rxvt/mintty but not dos box)

2009-02-20 Thread Corinna Vinschen
On Feb 20 12:13, Christopher Faylor wrote: > On Fri, Feb 20, 2009 at 04:45:00PM +, Dave Korn wrote: > >Roland Schwingel wrote: > >>gdb freezes upon execution of the inferior process when used from > >>within mintty/rxvt, but does not freeze when gdb is invoked from a > >>(conventional) bash ins

Re: Strange freezes when using gdb (rxvt/mintty but not dos box)

2009-02-20 Thread Christopher Faylor
On Fri, Feb 20, 2009 at 04:45:00PM +, Dave Korn wrote: >Roland Schwingel wrote: >>gdb freezes upon execution of the inferior process when used from >>within mintty/rxvt, but does not freeze when gdb is invoked from a >>(conventional) bash inside of a windows DOS box. > >>The application I want

Re: Strange freezes when using gdb (rxvt/mintty but not dos box)

2009-02-20 Thread Dave Korn
Roland Schwingel wrote: > gdb freezes upon execution of the inferior process when used from within > mintty/rxvt, but does not freeze when gdb > is invoked from a (conventional) bash inside of a windows DOS box. > The application I want to debug is compiled for mingw. You're trying to use a Cy