From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 2073 invoked by alias); 9 Nov 2005 15:54:45 -0000 Mailing-List: contact gdb-help@sourceware.org; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sourceware.org Received: (qmail 1529 invoked by uid 22791); 9 Nov 2005 15:54:41 -0000 Received: from mailgate.hob.de (HELO mailgate.hob.de) (62.91.19.101) by sourceware.org (qpsmtpd/0.30-dev) with ESMTP; Wed, 09 Nov 2005 15:54:41 +0000 Received: from localhost (localhost.localdomain [127.0.0.1]) by mailgate.hob.de (Postfix) with ESMTP id 42A9F1C83C; Wed, 9 Nov 2005 16:54:39 +0100 (CET) Received: from mailgate.hob.de ([127.0.0.1]) by localhost (mailgate.hob.de [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 29666-10; Wed, 9 Nov 2005 16:54:39 +0100 (CET) Received: from imap.hob.de (mail2.hob.de [172.25.1.102]) by mailgate.hob.de (Postfix) with ESMTP id 15EFA1C838; Wed, 9 Nov 2005 16:54:39 +0100 (CET) Received: from hob.de (walterrd-1.hob.de [172.22.30.68]) by imap.hob.de (Postfix on SuSE eMail Server 2.0) with ESMTP id B1AC12B7B; Wed, 9 Nov 2005 16:54:38 +0100 (CET) Message-ID: <4372192E.AB1EA453@hob.de> Date: Wed, 09 Nov 2005 15:54:00 -0000 From: Richard Walter MIME-Version: 1.0 To: Daniel Jacobowitz Cc: "gdb@sourceware.org" Subject: Re: gdb crashes with Solaris 10 x86 References: <43720B09.F7372E04@hob.de> <20051109145931.GA21940@nevyn.them.org> <4372118F.211EB4AB@hob.de> <20051109152408.GA22465@nevyn.them.org> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-SW-Source: 2005-11/txt/msg00205.txt.bz2 The program has a configuration file in xml format. -bash-3.00$ gdb programname (gdb) run configfile.xml --program outputs-- Segmentation Fault (core dumped) -bash-3.00$ If you need a transcript of the session i have to talk to the developer, that he comments out his own program trace output. Daniel Jacobowitz schrieb: > > On Wed, Nov 09, 2005 at 04:11:11PM +0100, Richard Walter wrote: > > There are two platforms where the problem occurs, a sunfire with 2 AMD > > processors and a virtual machine on vmware. > > The OS is Solaris 10 X86 03/05 > > > > When the segmentation fault happens the gdb ends and i get a shell > > prompt. > > > > I don't know. You didn't say what platform this is (SPARC Solaris? > > > AMD64? What version?) or what GDB is doing when it crashes. > > You've told us what your program is doing when _it_ crashes, but we > aren't trying to debug your program here; we're trying to debug GDB. > Please give us some information about what you were doing in GDB. > Preferably paste a session transcript right up to the crash. > > -- > Daniel Jacobowitz > CodeSourcery, LLC