Hi,

On Mon, Mar 07, 2005, Félix wrote:
> 
> Running totem --sync returns the same error:
>           (Note to programmers: normally, X errors are reported 
> asynchronously;
>            that is, you will receive the error a while after causing it.
>            To debug your program, run it with the --sync command line
>            option to change this behavior. You can then get a meaningful
>            backtrace from your debugger if you break on the gdk_x_error() 
> function.)

 Thanks for the run, could you please do as the Note suggests and do:
    % gdb totem
    (gdb) set args --sync
    (gdb) break gdk_x_error
    (gdb) run

 preferably with a totem built with debugging symbols.

 The full instructions are at:
    <http://wiki.debian.net/?HowToGetABacktrace>

 Thanks!

-- 
Loïc Minier <[EMAIL PROTECTED]>
"Neutral President: I have no strong feelings one way or the other."

Reply via email to