From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 31825 invoked by alias); 14 Nov 2007 13:25:52 -0000 Received: (qmail 31811 invoked by uid 22791); 14 Nov 2007 13:25:51 -0000 X-Spam-Check-By: sourceware.org Received: from NaN.false.org (HELO nan.false.org) (208.75.86.248) by sourceware.org (qpsmtpd/0.31) with ESMTP; Wed, 14 Nov 2007 13:25:47 +0000 Received: from nan.false.org (localhost [127.0.0.1]) by nan.false.org (Postfix) with ESMTP id F3B299835F; Wed, 14 Nov 2007 13:25:45 +0000 (GMT) Received: from caradoc.them.org (22.svnf5.xdsl.nauticom.net [209.195.183.55]) by nan.false.org (Postfix) with ESMTP id D554E980A7; Wed, 14 Nov 2007 13:25:45 +0000 (GMT) Received: from drow by caradoc.them.org with local (Exim 4.68) (envelope-from ) id 1IsIFV-00026S-57; Wed, 14 Nov 2007 08:25:45 -0500 Date: Wed, 14 Nov 2007 13:25:00 -0000 From: Daniel Jacobowitz To: "Oleg V. Zhylin" Cc: gdb@sourceware.org Subject: Re: threads/2292: GDB process stops when debugging threaded program Message-ID: <20071114132545.GA7892@caradoc.them.org> Mail-Followup-To: "Oleg V. Zhylin" , gdb@sourceware.org References: <208695.69636.qm@web56605.mail.re3.yahoo.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <208695.69636.qm@web56605.mail.re3.yahoo.com> User-Agent: Mutt/1.5.15 (2007-04-09) X-IsSubscribed: yes Mailing-List: contact gdb-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sourceware.org X-SW-Source: 2007-11/txt/msg00137.txt.bz2 On Wed, Nov 14, 2007 at 03:33:20AM -0800, Oleg V. Zhylin wrote: > Hi, > > As this issue came up again, I've checked with DDD folks, since DDD > steps through threads successfully. DDD does use gdb as debugging > engine, so clearly it does some configuraiton. We didn't figure out > what exactly DDD does, but the effect of it is that gdb locates > /lib/libthread_db.so.1. Thus it looks like my problem can be > re-formulated > > How to make gdb locate libpthread_db library? Take a look at the messages from the first message you posted about the bug. GDB already was finding libthread_db.so.1. If it can't, it will let you know loudly. -- Daniel Jacobowitz CodeSourcery