This is the mail archive of the
insight@sourceware.org
mailing list for the Insight project.
Re: Problem Debugging wxWidgets Applications
- From: Keith Seitz <keiths at redhat dot com>
- To: Kip Warner <kip at thevertigo dot com>
- Cc: insight at sourceware dot org
- Date: Tue, 24 Apr 2007 15:19:25 -0700
- Subject: Re: Problem Debugging wxWidgets Applications
- References: <1177452271.6434.13.camel@kip-laptop>
Kip Warner wrote:
"Cannot initialize thread debugging library: generic error"
That's a message from the bowels of gdb. My guess would be that
insight/gdb was compiled with an incompatible thread library or
something along those lines.
Your best bet is to reproduce this using the gdb built alongside insight
(or "insight --nw"/"insight --i=console"). Then cut & paste the whole
thing into an email to the gdb list (gdb at sourceware dot org).
There is much more expertise on that list than here.
Keith