From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 19082 invoked by alias); 27 Aug 2004 02:57:02 -0000 Mailing-List: contact gdb-patches-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sources.redhat.com Received: (qmail 19071 invoked from network); 27 Aug 2004 02:57:02 -0000 Received: from unknown (HELO mx1.redhat.com) (66.187.233.31) by sourceware.org with SMTP; 27 Aug 2004 02:57:02 -0000 Received: from int-mx2.corp.redhat.com (int-mx2.corp.redhat.com [172.16.27.26]) by mx1.redhat.com (8.12.10/8.12.10) with ESMTP id i7R2ufS0030328 for ; Thu, 26 Aug 2004 22:56:51 -0400 Received: from potter.sfbay.redhat.com (potter.sfbay.redhat.com [172.16.27.15]) by int-mx2.corp.redhat.com (8.11.6/8.11.6) with ESMTP id i7R2ue725695; Thu, 26 Aug 2004 22:56:40 -0400 Received: from redhat.com (dhcp-172-16-25-160.sfbay.redhat.com [172.16.25.160]) by potter.sfbay.redhat.com (8.11.6/8.11.6) with ESMTP id i7R2udV04985; Thu, 26 Aug 2004 19:56:39 -0700 Message-ID: <412EA2E7.3030608@redhat.com> Date: Fri, 27 Aug 2004 02:57:00 -0000 From: Michael Snyder Organization: Red Hat, Inc. User-Agent: Mozilla/5.0 (X11; U; Linux i686; es-ES; rv:1.4.2) Gecko/20040301 MIME-Version: 1.0 To: Andrew Cagney CC: Andrew Cagney , gdb-patches@sources.redhat.com Subject: Re: [rfa/gdb.threads] Test static thread program References: <4118D96F.3080106@redhat.com> <411ABAD7.6020005@redhat.com> <411AC61E.1080700@gnu.org> In-Reply-To: <411AC61E.1080700@gnu.org> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-SW-Source: 2004-08/txt/msg00721.txt.bz2 Andrew Cagney wrote: >> I really really appreciate the contribution of a static thread test. >> I'd like to know what specific failure mode(s) you're looking for. > > > GDB's thread debugging does not work on GNU/Linux when the program is > linked statically. Well yes, I guessed that much. Can you be more specific? >> Any chance you could test it on Solaris? > > > Nope. That worries me, since it sounds like you've only tested on linux. Solaris has static/dynamic linking and thread debugging too. Are there no solaris machines available to you?