From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 19803 invoked by alias); 10 Nov 2005 16:09:59 -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 19764 invoked by uid 22791); 10 Nov 2005 16:09:53 -0000 Received: from mailgate.hob.de (HELO mailgate.hob.de) (62.91.19.101) by sourceware.org (qpsmtpd/0.30-dev) with ESMTP; Thu, 10 Nov 2005 16:09:53 +0000 Received: from localhost (localhost.localdomain [127.0.0.1]) by mailgate.hob.de (Postfix) with ESMTP id E95851C82E; Thu, 10 Nov 2005 17:09:50 +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 14458-01; Thu, 10 Nov 2005 17:09:50 +0100 (CET) Received: from imap.hob.de (mail2.hob.de [172.25.1.102]) by mailgate.hob.de (Postfix) with ESMTP id B59EC1C829; Thu, 10 Nov 2005 17:09:50 +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 3C3602B83; Thu, 10 Nov 2005 17:09:50 +0100 (CET) Message-ID: <43736E3C.5F66B76D@hob.de> Date: Thu, 10 Nov 2005 16:09: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> <4372192E.AB1EA453@hob.de> <20051109163524.GA23981@nevyn.them.org> <4373076F.F4EA65D1@hob.de> <20051110134456.GB21648@nevyn.them.org> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-SW-Source: 2005-11/txt/msg00219.txt.bz2 I found the solution, the gdb doesn't crash anymore. I build the gcc-4.0.2 with the configure option --enable-debug. Now the gdb can load the symbol tables and will stay alive when my program crashes. best regards Richard Daniel Jacobowitz schrieb: > > On Thu, Nov 10, 2005 at 09:40:15AM +0100, Richard Walter wrote: > > I installed the snapshot and run the program with gdb as you can see in > > the output. I'm not familiar with debugging gdb itself, perhaps there > > are further commands to examine the problem. > > I've got no idea, sorry. > > -- > Daniel Jacobowitz > CodeSourcery, LLC