Bug#256304: totem: fails to start

Sebastien Bacher Sebastien Bacher <seb128@debian.org>, 256304@bugs.debian.org
Sat, 26 Jun 2004 12:12:44 +0200


Le sam, 26/06/2004 =E0 02:16 +0200, Nicolas =C9vrard a =E9crit :
> Hello,
>=20
> I can not start totem this is as simple as that.
> I've set the debug value to true but there is no debug information.
> I've attached the output of running strace totem.
>=20
> Tell me if there is anything I can do to help you crash this bug.

Hi,

Could you provide a backtrace ? If bug-buddy is installed you probably
have a button to report the problem, in the details of one of the screen
you have the backtrace.

Other way to get it, using gdb:
$ gdb totem
(gdb) thread apply all bt
(gdb) run
..
crash
(gdb) bt


Thanks,

Sebastien Bacher