From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 5220 invoked by alias); 12 Oct 2005 18:29:28 -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 5199 invoked by uid 22791); 12 Oct 2005 18:29:26 -0000 Received: from virtual.colorado.edu (HELO virtual.colorado.edu) (128.138.223.223) by sourceware.org (qpsmtpd/0.30-dev) with ESMTP; Wed, 12 Oct 2005 18:29:26 +0000 Received: from virtual.colorado.edu (localhost.localdomain [127.0.0.1]) by virtual.colorado.edu (8.13.4/8.13.4) with ESMTP id j9CITORj009369 for ; Wed, 12 Oct 2005 12:29:24 -0600 Received: from localhost (localhost [[UNIX: localhost]]) by virtual.colorado.edu (8.13.4/8.13.4/Submit) id j9CITOvj009368 for gdb@sourceware.org; Wed, 12 Oct 2005 12:29:24 -0600 From: Brad Aisa To: gdb@sourceware.org Subject: Re: GDB fails from Kdbg Date: Wed, 12 Oct 2005 18:29:00 -0000 User-Agent: KMail/1.8 References: <200510121105.16110.baisa@colorado.edu> <20051012174112.GA26260@nevyn.them.org> In-Reply-To: <20051012174112.GA26260@nevyn.them.org> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200510121229.24119.baisa@colorado.edu> X-SW-Source: 2005-10/txt/msg00077.txt.bz2 Can someone add my test program (clipview) to the PR 2019? I can email it directly to someone.... The program works when debugged from the command line as follows: gdb clipview r Here is the instructions someone was given from the kdbg people who were trying to debug this, which I followed -- this is basically the commands issued by Kdbg, as copied from a log of launching with Kdbg: gdb set editing off set confirm off set print static-members off set print asm-demangle on define kdbg__alllocals info locals info args end set prompt (kdbg) file "clipview" set args info breakpoints info line main At the "info line main" point I got: Segmentation fault On Wednesday 12 October 2005 11:41 am, Daniel Jacobowitz wrote: > On Wed, Oct 12, 2005 at 11:05:16AM -0600, Brad Aisa wrote: > > Hi Everyone, > > > > I tried on two different occasions to enter this bug on the gdb > > bug entry page, and both times the process failed -- I submitted, > > but no PR was generated. So I'm posting the details here. > > As I told you, it was filed but the outgoing mail was lost. It's > PR 2019. The mail problem has been fixed. However, the PR has > absolutely no information useful for anyone to reproduce anything. > Neither does this message. Presumably "the kdbg folks" know > something more specific about what the bug is; why don't you > include _that_ information? > > How about when loading your executable directly into GDB? Does > that work? -- Brad Aisa Professional Research Assistant Department of Psychology University of Colorado - Boulder