xfce 4.2 unstable?

Anthony Ivanoff anthony.ivanoff at gmail.com
Tue Apr 19 22:23:32 CEST 2005


On 20/04/05, Linux Master Jedi <linuxmasterjedi at free.fr> wrote:
> Sorry, i'm a linux newbie, i don't know how you run gdb and backtrace.

You either run 

=> gdb xfce4-panel

Wait for the crash, and type "bt" in gdb's command prompt, or if the
panel has been already started, you attach gdb to it. First, you get
to know its process id:

=> ps -A | grep xfce4-panel
 1415 tty1     00:02:26 xfce4-panel

And then attach gdb to it:

=> gdb xfce4-panel 1415



More information about the Xfce mailing list