Re: Help with debuging Xserver / Goes in an infinite loop
From: Colin Walters <walters verbum org>
To: Development discussions related to Fedora <fedora-devel-list redhat com>
Subject: Re: Help with debuging Xserver / Goes in an infinite loop
Date: Mon, 5 Oct 2009 16:18:06 +0000
On Mon, Oct 5, 2009 at 4:06 PM, Adam Jackson <ajax redhat com> wrote:
Before typing in cont, of course. "cont" continues execution from where
you're currently stopped. "bt" shows a backtrace of where you're
currently stopped.
If you're not planning to actively debug and just want a stack, i'd use: gstack $(pidof Xorg)