Subject: Re: WM core
To: Juergen Tritthardt <juergent@mpimf-heidelberg.mpg.de>
From: Jeremy C. Reed <reed@reedmedia.net>
List: netbsd-users
Date: 03/28/2002 12:10:34
On Thu, 28 Mar 2002, Juergen Tritthardt wrote:
> The gzip core dump is still 150k big so I didn't attach it. I will
> send it to anyone who's interested to help me.
Is your WindowMaker built with debugging symbols? I guess if using a
package it is stripped unless you have DEBUG_FLAGS defined.
Anyways, to look at a core dump, use gdb like:
gdb program core
gdb `which wmaker` /path/to/wmaker.core
Then type "bt" to show a few details.
Jeremy C. Reed
http://www.reedmedia.net/