[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#482057: [compiz] compiz crashes when window are closed



Paolo Sala wrote:
> Brice Goglin scrisse in data 20/05/2008 17:07:
>> You need to catch a backtrace with gdb (make sure you do not run gdb
>> from a window wirthin compiz, ssh would be better). We cannot do
>> anything without it.
>>   
> Can you please be more exhaustive? Have you a link how can I produce a
> backtrace using gdb?
>
> Thank you very much
>
> Piviul

Assuming you want to debug compiz on machine A, start compiz there. Then
take machine B, log on machine A using ssh and run
    gdb -p $(pidof compiz.real) (or whatever is needed to attach to
compiz.real)
Then try to reproduce the Compiz crash on machine A. When Compiz
crashes, go back to machine B, and enter "bt full" in gdb, and send us
the whole output.

Brice




Reply to: