Subject: Re: Tracking down a core?
To: segv <segv@netctl.net>
From: matthew sporleder <msporleder@gmail.com>
List: netbsd-users
Date: 05/16/2005 13:49:01
If you use the screensaver functionality of xlockmore, it should come
back ever after a crash if you leave it alone for 20 minutes, or
whatever.

find / -name "*core*"  is how I would look for it.  :)

Also, if you think it's crashing on a bad pixmap, I think you can run
xlockmore in a window mode and test out individual screensavers it
uses to see if one generates the crash, or just stick with one that
you know will work (like screen blank- save electricity).

On 5/16/05, segv <segv@netctl.net> wrote:
> How about running it under ktruss:
>=20
> ktruss -t A xclock 2>&1 | tee ~/xclock.ktruss
>=20


--=20
_Matt