Subject: Re: Problems with gdb and threads
To: Thomas Klausner <wiz@NetBSD.org>
From: Nathan J. Williams <nathanw@wasabisystems.com>
List: current-users
Date: 06/23/2005 13:10:20
Thomas Klausner <wiz@NetBSD.org> writes:

> I tried running amarokapp (from pkgsrc/audio/amarok) in gdb on
> 3.99.6/i386 to track down a problem (see
> http://bugs.kde.org/show_bug.cgi?id=107992 ) but it gets a "generic
> error" and doesn't continue:

Try reverting rev 1.15 of src/gnu/dist/gdb/gdb/nbsd-thread.c. I think
it's the source of this error; it fid what it was supposed to do with
core dumps and when attachign to a running program, but broke starting
threaded programs under GDB.

        - Nathan