From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 31663 invoked by alias); 5 May 2008 16:05:15 -0000 Received: (qmail 31652 invoked by uid 22791); 5 May 2008 16:05:12 -0000 X-Spam-Check-By: sourceware.org Received: from yw-out-1718.google.com (HELO yw-out-1718.google.com) (74.125.46.155) by sourceware.org (qpsmtpd/0.31) with ESMTP; Mon, 05 May 2008 16:04:55 +0000 Received: by yw-out-1718.google.com with SMTP id 6so762644ywa.80 for ; Mon, 05 May 2008 09:04:32 -0700 (PDT) Received: by 10.142.178.13 with SMTP id a13mr2575783wff.51.1210003471342; Mon, 05 May 2008 09:04:31 -0700 (PDT) Received: by 10.142.126.20 with HTTP; Mon, 5 May 2008 09:04:31 -0700 (PDT) Message-ID: Date: Mon, 05 May 2008 16:05:00 -0000 From: "Kefei Lu" To: insight@sources.redhat.com Subject: Re: [Problem] I can't do "next" in insight! In-Reply-To: <481F2A9C.3010205@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <481E4FA4.7080304@redhat.com> <481F2A9C.3010205@redhat.com> Mailing-List: contact insight-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: insight-owner@sourceware.org X-SW-Source: 2008-q2/txt/msg00051.txt.bz2 Thanks for the help! I've tried in console mode and the log file is post as following. I'll also post this mail at gdb's mailing list. Just feel strange why insight suddenly broke and why my gdb 6.6 is still working. What I've done? :( ======================== klu@klu-lab:~/work/blahut/examples$ insight --i=console ucBsc.out GNU gdb 6.5 Copyright (C) 2006 Free Software Foundation, Inc. GDB is free software, covered by the GNU General Public License, and you are welcome to change it and/or distribute copies of it under certain conditions. Type "show copying" to see the conditions. There is absolutely no warranty for GDB. Type "show warranty" for details. This GDB was configured as "i486-linux-gnu"...Using host libthread_db library "/lib/tls/i686/cmov/libthread_db.so.1". (gdb) b main Breakpoint 1 at 0x8048bce: file examples/ucBsc.c, line 12. (gdb) r Starting program: /home/klu/work/blahut/examples/ucBsc.out warning: Unable to find dynamic linker breakpoint function. GDB will be unable to debug shared library initializers and track explicitly loaded dynamic code. Error while mapping shared library sections: /lib/tls/i686/cmov/libm.so.6: No such file or directory. Error while mapping shared library sections: /usr/lib/libgsl.so.0: No such file or directory. Error while mapping shared library sections: /usr/lib/libgslcblas.so.0: No such file or directory. Error while mapping shared library sections: /lib/tls/i686/cmov/libc.so.6: No such file or directory. Error while mapping shared library sections: /lib/ld-linux.so.2: No such file or directory. Breakpoint 1, main (argc=1, argv=0xbfbcbab4) at examples/ucBsc.c:12 warning: Source file is more recent than executable. 12 if (argc > 2) { (gdb) n On Mon, May 5, 2008 at 11:41 AM, Keith Seitz wrote: > Kefei Lu wrote: > > > > But how can I invoke and test that version of gdb without invoking > > insight to check the problem? > > > > You can invoke insight with the command line option "--i=console". That > should get you back to "normal" gdb. > > Keith > -- Sincerely, Kefei Lu ------------------------ Kefei Lu, Ph.D. candidate Dept. of Electrical and Computer Engineering Univ. of Miami, U.S.A.