From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 12010 invoked from network); 12 Aug 2002 05:48:07 -0000 Received: from sunsite.dk (130.225.247.90) by ns1.primenet.com.au with SMTP; 12 Aug 2002 05:48:07 -0000 Received: (qmail 26374 invoked by alias); 12 Aug 2002 05:47:56 -0000 Mailing-List: contact zsh-users-help@sunsite.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 5230 Received: (qmail 26361 invoked from network); 12 Aug 2002 05:47:55 -0000 From: "Bart Schaefer" Message-Id: <1020812054727.ZM28582@candle.brasslantern.com> Date: Mon, 12 Aug 2002 05:47:27 +0000 In-Reply-To: Comments: In reply to "Valery Kobrin" "need to read (to debug) zsh.core" (Aug 11, 9:11pm) References: X-Mailer: Z-Mail (5.0.0 30July97) To: "Valery Kobrin" , zsh-users@sunsite.dk Subject: Re: need to read (to debug) zsh.core MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii On Aug 11, 9:11pm, Valery Kobrin wrote: } } I need to debug zsh crashes, which leave zsh.core, but gdb and dbx } don't understand it. I hope there is some way to use zsh.core, } otherwise - what for it would be dumped. Let me, please, what way } it is. The core files should be readable by gdb or dbx. However, by default zsh is compiled using optimization and with debugging symbols stripped, so there won't be very much useful information in the core file unless you built zsh with "configure --enable-zsh-debug". What does `file zsh.core` say? -- Bart Schaefer Brass Lantern Enterprises http://www.well.com/user/barts http://www.brasslantern.com Zsh: http://www.zsh.org | PHPerl Project: http://phperl.sourceforge.net