Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 29 Oct 2002 12:06:44 +0000
From:      Jonathon McKitrick <jcm@FreeBSD-uk.eu.org>
To:        freebsd-ports@freebsd.org, freebsd-questions@freebsd.org
Subject:   Need help debugging Windowmaker coredump
Message-ID:  <20021029120644.GA52003@dogma.freebsd-uk.eu.org>

next in thread | raw e-mail | index | archive | help

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-ports" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20021029120644.GA52003>