Bug#261308: totem-xine: totem crashes upon startup
Chris Hanson
Chris Hanson <cph@zurich.csail.mit.edu>, 261308@bugs.debian.org
Mon, 26 Jul 2004 22:10:18 -0400
Date: Sun, 25 Jul 2004 11:54:10 +0200
From: Sebastien Bacher <seb128@debian.org>
On sam, 2004-07-24 at 21:11 -0400, Chris Hanson wrote:
> Package: totem-xine
> Version: 0.99.15.1-1
> Severity: grave
>=20
> Please let me know if there is any information I can provide.
Hello,
Yes. We need a backtrace of the crash. Please run it with gdb:
$ gdb totem
$ run
... crashs
$ bt
OK, here it is:
(gdb) r
Starting program: /usr/bin/totem
[Thread debugging using libthread_db enabled]
[New Thread 1088756736 (LWP 16564)]
[New Thread 1105095600 (LWP 16567)]
[New Thread 1117903792 (LWP 16568)]
[New Thread 1130539952 (LWP 16569)]
[New Thread 1143028656 (LWP 16570)]
[New Thread 1153305520 (LWP 16571)]
[Thread 1153305520 (LWP 16571) exited]
[Thread 1143028656 (LWP 16570) exited]
[Thread 1130539952 (LWP 16569) exited]
[Thread 1117903792 (LWP 16568) exited]
[New Thread 1117903792 (LWP 16572)]
Program received signal SIGSEGV, Segmentation fault.
[Switching to Thread 1088756736 (LWP 16564)]
0x421d336c in Arts::StartupManager::startup () from /usr/lib/libmcop.so.1
(gdb) bt
#0 0x421d336c in Arts::StartupManager::startup () from /usr/lib/libmcop.so=
.1
#1 0x421b9024 in Arts::Dispatcher::Dispatcher () from /usr/lib/libmcop.so.1
#2 0x41f8dc75 in arts_backend_init () from /usr/lib/libartscbackend.so.0
#3 0x41e0b756 in arts_init () from /usr/lib/libartsc.so.0
#4 0x41df7b6f in ?? ()
from /usr/lib/xine/plugins/1.0.0/xineplug_ao_out_arts.so
(gdb)