From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 3589 invoked by alias); 14 Jun 2003 14:00:25 -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 3580 invoked from network); 14 Jun 2003 14:00:24 -0000 Received: from unknown (HELO smtp-out.comcast.net) (24.153.64.109) by sources.redhat.com with SMTP; 14 Jun 2003 14:00:24 -0000 Received: from lucon.org (12-234-88-5.client.attbi.com [12.234.88.5]) by mtaout05.icomcast.net (iPlanet Messaging Server 5.2 HotFix 1.16 (built May 14 2003)) with ESMTP id <0HGH00KRR5JDAX@mtaout05.icomcast.net> for gdb@sources.redhat.com; Sat, 14 Jun 2003 09:59:38 -0400 (EDT) Received: by lucon.org (Postfix, from userid 1000) id 909692C4E7; Sat, 14 Jun 2003 13:59:37 +0000 (UTC) Date: Sat, 14 Jun 2003 14:00:00 -0000 From: "H. J. Lu" Subject: Re: Gdb on ia64 In-reply-to: <20030614123458.GA21636@atrey.karlin.mff.cuni.cz> To: Zdenek Dvorak Cc: Kevin Buettner , gdb@sources.redhat.com Message-id: <20030614135937.GC931@lucon.org> MIME-version: 1.0 Content-type: text/plain; charset=us-ascii Content-transfer-encoding: 7BIT Content-disposition: inline User-Agent: Mutt/1.4.1i References: <20030613110439.GA8854@atrey.karlin.mff.cuni.cz> <1030613153411.ZM2203@localhost.localdomain> <20030613180640.GC7441@atrey.karlin.mff.cuni.cz> <1030613184257.ZM6892@localhost.localdomain> <20030614123458.GA21636@atrey.karlin.mff.cuni.cz> X-SW-Source: 2003-06/txt/msg00276.txt.bz2 On Sat, Jun 14, 2003 at 02:34:58PM +0200, Zdenek Dvorak wrote: > Hello, > > > > > > when I try to run a program in gdb on ia64, it claims that > > > > > > > > > > "Can't insert breakpoint for slot numbers greater than 2." > > > > > > > > > > What should I do? > > > > > > > > Provide us with more details. > > > > > > all right, I just hoped it is some well known issue. > > > I tried to use gdb on 4 processor Itanium 2 machine. > > > When trying to run any program from it, it responds with > > > the above message. I have tried gdb 5.2.1 and current > > > cvs version, both behave the same way. > > > > Could you tell us the address which is giving gdb problems along with > > a disassembly of code near that address? (Basically, I need to see > > the three instructions in the bundle.) > > Address: 20000000003b4c18 > No function contains this address and the memory is not accessible. > FYI, please make sure you use the latest binutils if you use Linux/ia64. The mainline binutils and the Linux binutils 2.14.90.0.4 should be ok. H.J.