xfce 4.2 unstable?

Linux Master Jedi linuxmasterjedi at free.fr
Fri Apr 22 08:38:40 CEST 2005


Hello

I did what Anthony told me

gdb xfce4-panel core*
and bt

what i have to do next ?

Anthony Ivanoff a écrit :
> 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