From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 14129 invoked by alias); 2 Sep 2003 05:19:01 -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 14118 invoked from network); 2 Sep 2003 05:19:00 -0000 Received: from unknown (HELO mailout2.samsung.com) (203.254.224.25) by sources.redhat.com with SMTP; 2 Sep 2003 05:19:00 -0000 Received: from custom-daemon.mailout2.samsung.com by mailout2.samsung.com (iPlanet Messaging Server 5.2 HotFix 1.17 (built Jun 23 2003)) id <0HKK00805MRMZ2@mailout2.samsung.com> for gdb@sources.redhat.com; Tue, 02 Sep 2003 14:18:58 +0900 (KST) Received: from ep_mmp1 (localhost [127.0.0.1]) by mailout2.samsung.com (iPlanet Messaging Server 5.2 HotFix 1.17 (built Jun 23 2003)) with ESMTP id <0HKK00MHRMRJGP@mailout2.samsung.com> for gdb@sources.redhat.com; Tue, 02 Sep 2003 14:18:55 +0900 (KST) Received: from [107.108.3.145] by mmp1.samsung.com (iPlanet Messaging Server 5.2 HotFix 1.17 (built Jun 23 2003)) with ESMTPA id <0HKK000PBMRH8V@mmp1.samsung.com> for gdb@sources.redhat.com; Tue, 02 Sep 2003 14:18:55 +0900 (KST) Date: Tue, 02 Sep 2003 05:19:00 -0000 From: Balarama Krishna Subject: Re: pthread_create, Program received signal ?, Unknown signal In-reply-to: <20030901162616.GB7465@nevyn.them.org> To: Daniel Jacobowitz Cc: gdb@sources.redhat.com Message-id: <1062479555.1343.150.camel@Lotus> Organization: MIME-version: 1.0 Content-type: text/plain Content-transfer-encoding: 7BIT References: <1062421948.1343.136.camel@Lotus> <20030901162616.GB7465@nevyn.them.org> X-SW-Source: 2003-09/txt/msg00007.txt.bz2 > On Mon, Sep 01, 2003 at 06:42:29PM +0530, Balarama Krishna wrote: > > Hi, > > > > I am trying to debug a multi-threaded application on arm-linux target > > from i386-linux host using GDB-5.3. > > You seem to be using glibc 2.3.x. Am I right? > > If so, try CVS gdb instead. A change in the definition of SIGRTMIN > causes this symptom. Yes, I am using glibc 2.3.1 I got confused about which version I need to take from CVS. By saying CVS gdb, do you mean gdb from the current branch on CVS? Thanks and Regards, Balaram.