From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 18032 invoked by alias); 14 Sep 2003 23:48:11 -0000 Mailing-List: contact gdb-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sources.redhat.com Received: (qmail 18025 invoked from network); 14 Sep 2003 23:48:08 -0000 Received: from unknown (HELO localhost.redhat.com) (65.49.0.121) by sources.redhat.com with SMTP; 14 Sep 2003 23:48:08 -0000 Received: from redhat.com (localhost [127.0.0.1]) by localhost.redhat.com (Postfix) with ESMTP id 152192B89; Sun, 14 Sep 2003 19:47:56 -0400 (EDT) Message-ID: <3F64FE2B.8070209@redhat.com> Date: Sun, 14 Sep 2003 23:48:00 -0000 From: Andrew Cagney User-Agent: Mozilla/5.0 (X11; U; NetBSD macppc; en-US; rv:1.0.2) Gecko/20030820 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Andreas Westin Cc: Daniel Jacobowitz , gdb@sources.redhat.com Subject: Re: thread debugging problem References: <3F60AC48.6050406@student.luth.se> <16224.44905.976029.587340@localhost.redhat.com> <1063350901.3f617275e4926@webmail.student.luth.se> <20030912143019.GA24071@nevyn.them.org> <1063378178.3f61dd0261ba9@webmail.student.luth.se> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-SW-Source: 2003-09/txt/msg00190.txt.bz2 >> > >> > Trustix is small firewall/gateway dist, http://www.trustix.net/ >> > >> > A sample gdb session, I do not see any message about libthread_db > >> though. >> >> Does trustix even ship /lib/libthread_db.so.1? If not, thread >> debugging won't work. > > > Yes, i have libthread_db_so.1 in /lib But GDB isn't loading it :-( If it was (with a current [native] GDB) you would see a message indicating it had been loaded. Suggest checking that your gdb includes thread-db.o:thread_db_load, set a breakpoint on that and see what happens. Andrew