From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 15388 invoked by alias); 2 Dec 2002 16:41:15 -0000 Mailing-List: contact insight-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: insight-owner@sources.redhat.com Received: (qmail 15366 invoked from network); 2 Dec 2002 16:41:14 -0000 Received: from unknown (HELO mx1.redhat.com) (66.187.233.31) by sources.redhat.com with SMTP; 2 Dec 2002 16:41:14 -0000 Received: from int-mx1.corp.redhat.com (int-mx1.corp.redhat.com [172.16.52.254]) by mx1.redhat.com (8.11.6/8.11.6) with ESMTP id gB2GGMP08403 for ; Mon, 2 Dec 2002 11:16:22 -0500 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 gB2GfDD25787; Mon, 2 Dec 2002 11:41:13 -0500 Received: from valrhona.uglyboxes.com (IDENT:EIo6mYefieGhdT860aUleMxyrxzg3r6P@vpn50-30.rdu.redhat.com [172.16.50.30]) by pobox.corp.redhat.com (8.11.6/8.11.6) with ESMTP id gB2GfBC01158; Mon, 2 Dec 2002 11:41:12 -0500 Date: Mon, 02 Dec 2002 08:41:00 -0000 From: Keith Seitz X-X-Sender: keiths@valrhona.uglyboxes.com To: Ian Gilmour cc: "'insight@sources.redhat.com'" Subject: Re: insight & ddd In-Reply-To: <334D05460466D311A5E8009027AC788603880952@hhmail1.hh.ffei.co.uk> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-SW-Source: 2002-q4/txt/msg00137.txt.bz2 On Fri, 29 Nov 2002, Ian Gilmour wrote: You're either running Insight or DDD -- you cannot run both at the same time. Insight, like DDD, is just a GUI on top of GDB. If you're seeing a crash in the command line, you'll need to ask over on gdb@sources.redhat.com. > void cyg_assert_fail(char *, char *, cyg_uint32, char *); > Segmentation fault You'll need a backtrace to know for sure where things are going astray, but I would recommend narrowing the testcase down a little. It looks like "rbreak" is the culprit. Does command-line GDB behave the same way? (That's the Insight version of GDB with the "-nw" flag.) The gdb folks will want to know. (Also include info from 'gdb -v'.) Keith