From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 31549 invoked by alias); 18 Jun 2003 00:19:04 -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 31533 invoked from network); 18 Jun 2003 00:19:04 -0000 Received: from unknown (HELO mx1.redhat.com) (66.187.233.31) by sources.redhat.com with SMTP; 18 Jun 2003 00:19:04 -0000 Received: from int-mx1.corp.redhat.com (int-mx1.corp.redhat.com [172.16.52.254]) by mx1.redhat.com (8.11.6/8.11.6) with ESMTP id h5I0J4H18965 for ; Tue, 17 Jun 2003 20:19:04 -0400 Received: from pobox.corp.redhat.com (pobox.corp.redhat.com [172.16.52.156]) by int-mx1.corp.redhat.com (8.11.6/8.11.6) with ESMTP id h5I0J3I27428; Tue, 17 Jun 2003 20:19:03 -0400 Received: from localhost.localdomain (vpn50-21.rdu.redhat.com [172.16.50.21]) by pobox.corp.redhat.com (8.11.6/8.11.6) with ESMTP id h5I0J3o05824; Tue, 17 Jun 2003 20:19:03 -0400 Received: (from kev@localhost) by localhost.localdomain (8.11.6/8.11.6) id h5I0IvJ00677; Tue, 17 Jun 2003 17:18:57 -0700 Date: Wed, 18 Jun 2003 00:19:00 -0000 From: Kevin Buettner Message-Id: <1030618001856.ZM676@localhost.localdomain> In-Reply-To: Zdenek Dvorak "Re: Gdb on ia64" (Jun 14, 2:34pm) 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> To: Zdenek Dvorak Subject: Re: Gdb on ia64 Cc: gdb@sources.redhat.com MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-SW-Source: 2003-06/txt/msg00365.txt.bz2 On Jun 14, 2:34pm, Zdenek Dvorak wrote: > > > > > 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. Do you know why GDB was trying to put a breakpoint there? BTW, the fact that the address ends in 8 is the reason for the "Can't insert breakpoint..." message. It should end in either 0, 1, or 2. Kevin