From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 21760 invoked by alias); 19 Jun 2003 14:53:19 -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 21728 invoked from network); 19 Jun 2003 14:53:18 -0000 Received: from unknown (HELO touchme.toronto.redhat.com) (216.129.200.2) by sources.redhat.com with SMTP; 19 Jun 2003 14:53:18 -0000 Received: from redhat.com (toocool.toronto.redhat.com [172.16.14.72]) by touchme.toronto.redhat.com (Postfix) with ESMTP id 7D25F800030; Thu, 19 Jun 2003 10:53:18 -0400 (EDT) Message-ID: <3EF1CE5E.7050006@redhat.com> Date: Thu, 19 Jun 2003 14:53:00 -0000 From: "J. Johnston" Organization: Red Hat Inc. User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.0.1) Gecko/20020823 Netscape/7.0 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Kevin Buettner Cc: Zdenek Dvorak , gdb@sources.redhat.com Subject: Re: Gdb on ia64 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> <1030618001856.ZM676@localhost.localdomain> <20030618003601.GA30621@atrey.karlin.mff.cuni.cz> <1030619001307.ZM16246@localhost.localdomain> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-SW-Source: 2003-06/txt/msg00404.txt.bz2 Kevin Buettner wrote: > On Jun 18, 2:36am, Zdenek Dvorak wrote: > > >>>>>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? >> >>I have no clue -- I did not ask for one and I don't know anything about gdb >>internals so I don't know why it tries to put there one on its own. > > > Which OS are you trying this on? Can you provide us with a test case > for reproducing this problem? > > Kevin > FWIW, this bug has the same symptoms as the bug I recently fixed with a patch to dwarf2read.c: http://sources.redhat.com/ml/gdb-patches/2003-05/msg00074.html -- Jeff J.