From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 11515 invoked by alias); 2 Nov 2007 17:11:23 -0000 Received: (qmail 11503 invoked by uid 22791); 2 Nov 2007 17:11:22 -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; Fri, 02 Nov 2007 17:11:20 +0000 Received: from nan.false.org (localhost [127.0.0.1]) by nan.false.org (Postfix) with ESMTP id 7E9AA9834A; Fri, 2 Nov 2007 17:11:18 +0000 (GMT) Received: from caradoc.them.org (22.svnf5.xdsl.nauticom.net [209.195.183.55]) by nan.false.org (Postfix) with ESMTP id 4821A98103; Fri, 2 Nov 2007 17:11:18 +0000 (GMT) Received: from drow by caradoc.them.org with local (Exim 4.68) (envelope-from ) id 1Io03B-0000Tx-CW; Fri, 02 Nov 2007 13:11:17 -0400 Date: Fri, 02 Nov 2007 17:11:00 -0000 From: Daniel Jacobowitz To: pankaj chauhan Cc: gdb@sourceware.org Subject: Re: Not able to debug treads using gdb 6.6 on ARM11 + linux 2.6.11 kernel Message-ID: <20071102171117.GA1824@caradoc.them.org> Mail-Followup-To: pankaj chauhan , gdb@sourceware.org References: <20230.22537.qm@web94115.mail.in2.yahoo.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20230.22537.qm@web94115.mail.in2.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/msg00017.txt.bz2 On Fri, Nov 02, 2007 at 10:35:39PM +0530, pankaj chauhan wrote: > > I do'nt understand why a new thread (PID: 356) is created, and why this unknown error is comming. please explain what may be wong here. Let me know if any more information is required. It's the main thread of your process. Try attaching to that instead. -- Daniel Jacobowitz CodeSourcery