GNOME Bugzilla – Bug 326680
Blocking on gdb
Last modified: 2006-12-14 01:25:54 UTC
Any chance of adding some threading to keep the UI from freezing while it's gathering the gdb stuff?
Wops, it was so easy... I wonder why no one lookd at this :). Fixed on CVS: 2006-12-14 Fernando Herrera <fherrera@onirica.com> * src/gdb-buddy.c: (gdb_get_trace): set the GIOChannel as G_IO_FLAG_NONBLOCK. Now bug-buddy does not freeze anymore while reading gdb output!. Fix bug #326680