From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 4133 invoked by alias); 3 Nov 2005 08:33:23 -0000 Mailing-List: contact gdb-help@sourceware.org; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sourceware.org Received: (qmail 4122 invoked by uid 22791); 3 Nov 2005 08:33:19 -0000 Received: from elbarto.betaversion.net (HELO elbarto.betaversion.net) (82.165.28.81) by sourceware.org (qpsmtpd/0.30-dev) with ESMTP; Thu, 03 Nov 2005 08:33:19 +0000 Received: by elbarto.betaversion.net (Postfix, from userid 8) id D4AA0A36CA; Thu, 3 Nov 2005 09:33:15 +0100 (CET) Received: from localhost (localhost [127.0.0.1]) by elbarto.betaversion.net (Postfix) with ESMTP id 0204EA36D4; Thu, 3 Nov 2005 09:33:08 +0100 (CET) Received: from elbarto.betaversion.net ([127.0.0.1]) by localhost (elbarto.betaversion.net [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 13602-10; Thu, 3 Nov 2005 09:33:06 +0100 (CET) Received: from elbarto.betaversion.net (localhost [127.0.0.1]) by elbarto.betaversion.net (Postfix) with ESMTP id 57FF8A36CA; Thu, 3 Nov 2005 09:33:06 +0100 (CET) Received: from p54A7D878.dip.t-dialin.net (p54A7D878.dip.t-dialin.net [84.167.216.120]) by admin.betaversion.net (Horde) with HTTP for ; Thu, 03 Nov 2005 09:33:06 +0100 Message-ID: <20051103093306.qyr5bz57icqo04ck@admin.betaversion.net> Date: Thu, 03 Nov 2005 08:33:00 -0000 From: Frank Meerkoetter To: Daniel Jacobowitz Cc: gdb@sourceware.org Subject: Re: multithreaded programs on arm-linux References: <20051101191051.01may9ecmkmsc4wk@admin.betaversion.net> <20051101182213.GA388@nevyn.them.org> <20051102090018.va9dq0zxu4eocc0o@admin.betaversion.net> <20051102134615.0uzlh7ogng4kc44o@admin.betaversion.net> <20051102134303.GA26674@nevyn.them.org> <20051102143909.GA27932@nevyn.them.org> <20051102165558.mg4g0d5htl8ockco@admin.betaversion.net> <20051102164925.GA31801@nevyn.them.org> In-Reply-To: <20051102164925.GA31801@nevyn.them.org> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format="flowed" Content-Disposition: inline Content-Transfer-Encoding: 7bit User-Agent: Internet Messaging Program (IMP) H3 (4.0) X-Remote-Browser: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.12) Gecko/20050920 Firefox/1.0.7 SUSE/1.0.7-0.1 X-SW-Source: 2005-11/txt/msg00055.txt.bz2 Quoting Daniel Jacobowitz : > On Wed, Nov 02, 2005 at 04:55:58PM +0100, Frank Meerkoetter wrote: >> Quoting Daniel Jacobowitz : >> >> >On Wed, Nov 02, 2005 at 03:33:17PM +0100, Andreas Schwab wrote: >> >>Daniel Jacobowitz writes: >> >> >> >>> While this is true, a LinuxThreads library won't require >> >>> nptl_version... >> >> >> >>I was assuming NPTL, because AFAIK LinuxThreads does not have the symbol >> >>stripping problem (the dynamic symbol table of the library should be good >> >>enough). >> > >> >Oh. Huh - I didn't realize that. >> >> Does anyone have an idea left how i could end up with >> a thread enabled gdb? >> >> What steps could i try to narrow down the problem? > > How about answering whether you are using NPTL or LinuxThreads first? Sorry, that was a misunderstanding on my side. I'm running LinuxThreads. # uname -a Linux (none) 2.4.19-rmk7-omap1 #97 Wed Sep 21 15:59:38 CEST 2005 armv4l unknown # /lib/libc.so.6 GNU C Library stable release version 2.2.5, by Roland McGrath et al. Copyright (C) 1992-2001, 2002 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. Compiled by GNU CC version 2.95.3 20010315 (release). Compiled on a Linux 2.4.19 system on 2003-10-30. Available extensions: GNU libio by Per Bothner crypt add-on version 2.1 by Michael Glad and others linuxthreads-0.9 by Xavier Leroy BIND-8.2.3-T5B libthread_db work sponsored by Alpha Processor Inc NIS(YP)/NIS+ NSS modules 0.19 by Thorsten Kukuk Regards, Frank