Re: File dialog locks up on Windows 2k
Arnaud Charlet <[email protected]> Tue, 28 Sep 2004 01:17:16 +0200
| Newsgroups | gmane.comp.ide.gps.devel |
|---|---|
| Message-ID | <[email protected]> |
> I tried connecting to a hung instance today with gdb, but it did not > reveal much to me. It said that I had five threads, each of which only > had _libkernel32_a_iname() in the backtrace. Actually each thread had > variety of depths of that function. Somehow I don't think that the > default gdb 5.2.1 in MinGW is much help. You could instead run GPS directly from the debugger, instead of trying to attach afterwards. Arno