On Sat, 2008-09-13 at 11:00 -0400, Eduardo Matus wrote: > Hi, I can't get the stack trace... would you tell me how to do it?
you should read: http://live.gnome.org/GettingTraces in short: run your python program under gdb with: $ G_DEBUG=fatal-warnings gdb --args python your-app.py as soon as the application terminates with the error, you can use: (gdb) bt to obtain the stack trace. open a bug in bugzilla (product: Clutter, component: Python) and attach a file containing the stack trace as printed out by gdb. ciao, Emmanuele. -- Emmanuele Bassi, Intel Open Source Technology Center -- To unsubscribe send a mail to [EMAIL PROTECTED]
