From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 11293 invoked by alias); 1 Aug 2005 18:47:46 -0000 Mailing-List: contact insight-help@sourceware.org; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: insight-owner@sourceware.org Received: (qmail 11279 invoked by uid 22791); 1 Aug 2005 18:47:43 -0000 Received: from mx1.redhat.com (HELO mx1.redhat.com) (66.187.233.31) by sourceware.org (qpsmtpd/0.30-dev) with ESMTP; Mon, 01 Aug 2005 18:47:43 +0000 Received: from int-mx1.corp.redhat.com (int-mx1.corp.redhat.com [172.16.52.254]) by mx1.redhat.com (8.12.11/8.12.11) with ESMTP id j71IlgxK016717 for ; Mon, 1 Aug 2005 14:47:42 -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 j71IlgV13642; Mon, 1 Aug 2005 14:47:42 -0400 Received: from localhost.localdomain (sebastian-int.corp.redhat.com [172.16.52.221]) by pobox.corp.redhat.com (8.12.8/8.12.8) with ESMTP id j71IlcsV009622; Mon, 1 Aug 2005 14:47:41 -0400 Subject: Re: step is not working From: Keith Seitz To: Jean Paulo Sandri Orengo Cc: "insight@sources.redhat.com" In-Reply-To: <42E93971.1090700@cpad.pucrs.br> References: <42E93971.1090700@cpad.pucrs.br> Content-Type: text/plain Date: Mon, 01 Aug 2005 18:47:00 -0000 Message-Id: <1122922057.5039.4.camel@lindt.uglyboxes.com> Mime-Version: 1.0 Content-Transfer-Encoding: 7bit X-SW-Source: 2005-q3/txt/msg00029.txt.bz2 On Thu, 2005-07-28 at 17:00 -0300, Jean Paulo Sandri Orengo wrote: > Hi, > > I've just installed insight on my linux and tested it. > It worked fine when I run the application. But a problem occur every > time I want to > execute the code step by step. When I visualize the code in "ASSEMBLY", > it works pretty > good, but if I visualize the code in "SOURCE" the program don't run > well. When I press the > button "step" it stays on the same line and don't make any progress!!! > If I put a > breakpoint (in other line) and press the button "continue" it works well. > What is happening with the step button? > > PS: using the "console window" the error messages printed are: First thing to try is using command-line only gdb to make sure it works. The errors you are seeing seems to indicate that there are some serious problems with your configuration: > Error while mapping shared library sections: > /lib/tls/libc.so.6: No such file or directory. > Error while mapping shared library sections: > /lib/ld-linux.so.2: No such file or directory > > (step) > > Error: Warning: > Cannot insert breakpoint -89. > Error accessing memory address 0x28640: Input/output error. Try using gdb (i.e., without the GUI) and see if that works. If it does, we'll work on figuring out what's up with your setup. Keith