From owner-freebsd-questions Tue Oct 29 4: 6:59 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9C79737B401; Tue, 29 Oct 2002 04:06:57 -0800 (PST) Received: from probity.mcc.ac.uk (probity.mcc.ac.uk [130.88.200.94]) by mx1.FreeBSD.org (Postfix) with ESMTP id 53E2A43E42; Tue, 29 Oct 2002 04:06:56 -0800 (PST) (envelope-from jcm@freebsd-uk.eu.org) Received: from dogma.freebsd-uk.eu.org ([130.88.200.97]) by probity.mcc.ac.uk with esmtp (Exim 2.05 #7) id 186V8v-000PJv-00; Tue, 29 Oct 2002 12:06:46 +0000 Received: from dogma.freebsd-uk.eu.org (localhost [127.0.0.1]) by dogma.freebsd-uk.eu.org (8.12.3/8.11.1) with ESMTP id g9TC6jnc052038; Tue, 29 Oct 2002 12:06:45 GMT (envelope-from jcm@dogma.freebsd-uk.eu.org) Received: (from jcm@localhost) by dogma.freebsd-uk.eu.org (8.12.3/8.12.3/Submit) id g9TC6jkV052037; Tue, 29 Oct 2002 12:06:45 GMT Date: Tue, 29 Oct 2002 12:06:44 +0000 From: Jonathon McKitrick To: freebsd-ports@freebsd.org, freebsd-questions@freebsd.org Subject: Need help debugging Windowmaker coredump Message-ID: <20021029120644.GA52003@dogma.freebsd-uk.eu.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.4i X-Scanner: exiscan *186V8v-000PJv-00*UT4ARqxGsGs* (Manchester Computing, University of Manchester) Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hi all, I'm trying to figure out how to get more debugging info out of my core dump. Here's all I have so far: local:~> gdb -c wmaker.core GNU gdb 4.18 (FreeBSD) Copyright 1998 Free Software Foundation, Inc. GDB is free software, covered by the GNU General Public License, and you are welcome to change it and/or distribute copies of it under certain conditions. Type "show copying" to see the conditions. There is absolutely no warranty for GDB. Type "show warranty" for details. This GDB was configured as "i386-unknown-freebsd". Core was generated by `wmaker'. Program terminated with signal 11, Segmentation fault. #0 0x80967d6 in ?? () (gdb) where #0 0x80967d6 in ?? () #1 0x80706cb in ?? () #2 0x807f975 in ?? () #3 0x806c3d8 in ?? () #4 0x804d219 in ?? () (gdb) This obviously isn't much help. What do I need to include in the port build to get more debugging info so I can post a helpful core dump? NOTE: Please CC me, as I am not currently subscribed. Thanks. jm -- My other computer is your windows box. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message