From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 15292 invoked by alias); 24 Jul 2013 13:28:27 -0000 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 Received: (qmail 15271 invoked by uid 89); 24 Jul 2013 13:28:26 -0000 X-Spam-SWARE-Status: No, score=-1.2 required=5.0 tests=AWL,BAYES_50,FREEMAIL_FROM,KHOP_THREADED,RCVD_IN_DNSWL_LOW,RCVD_IN_HOSTKARMA_YE,RDNS_NONE,SPF_PASS autolearn=ham version=3.3.1 Received: from Unknown (HELO mail-oa0-f53.google.com) (209.85.219.53) by sourceware.org (qpsmtpd/0.84/v0.84-167-ge50287c) with ESMTP; Wed, 24 Jul 2013 13:28:25 +0000 Received: by mail-oa0-f53.google.com with SMTP id k14so950172oag.12 for ; Wed, 24 Jul 2013 06:28:18 -0700 (PDT) MIME-Version: 1.0 X-Received: by 10.60.140.168 with SMTP id rh8mr36374224oeb.17.1374672498454; Wed, 24 Jul 2013 06:28:18 -0700 (PDT) Received: by 10.182.21.169 with HTTP; Wed, 24 Jul 2013 06:28:18 -0700 (PDT) In-Reply-To: References: <20130724123924.GB4376@host2.jankratochvil.net> Date: Wed, 24 Jul 2013 13:28:00 -0000 Message-ID: Subject: Re: cannot find bounds of function error From: vijay nag To: Jan Kratochvil Cc: "gdb@sourceware.org" Content-Type: text/plain; charset=ISO-8859-1 X-SW-Source: 2013-07/txt/msg00082.txt.bz2 On Wed, Jul 24, 2013 at 6:19 PM, vijay nag wrote: > > > On Wednesday, July 24, 2013, Jan Kratochvil > wrote: >> On Wed, 24 Jul 2013 11:44:15 +0200, vijay nag wrote: >>> My latest gdb-7.5 barfs out "cannot find bounds of current function" >>> error when it encounters GNU_IFUNC while executing one line of code at >>> a time using "next" command >> >> Sorry I did not analyze exactly your case but ensure your glibc contains >> this >> patch fixing how GDB deals with gnu-ifuncs: >> >> commit f85fa27058eb7d4b56b8deaf885064cf8d730f68 >> Author: H.J. Lu >> Date: Thu Aug 9 16:04:37 2012 -0700 >> Avoid DWARF definition DIE on ifunc symbols >> >> Besides that there is already stable gdb-7.6 but I do not know about any >> specific change there for gnu-ifunc. >> >> >> Jan >> > Nice to hear from you again and I appreciate your quick turn-around. I shall > patch the changes to my glibc and check if that is just enough for the > gdb-7.5 to get going. > > Thanks I do see the patch in my glibc-2.17. What could be the issue here ?