Bug 197906 - crashed while trying to play an AVI file - DUPE 196096
Summary: crashed while trying to play an AVI file - DUPE 196096
Status: RESOLVED NOT A BUG
Alias: None
Product: dragonplayer
Classification: Applications
Component: general (show other bugs)
Version: unspecified
Platform: Unlisted Binaries Linux
: NOR crash
Target Milestone: ---
Assignee: Unassigned bugs mailing-list
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-06-26 00:49 UTC by Shawn Starr
Modified: 2012-06-02 17:30 UTC (History)
2 users (show)

See Also:
Latest Commit:
Version Fixed In:
Sentry Crash Report:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Shawn Starr 2009-06-26 00:49:44 UTC
Application that crashed: dragon
Version of the application: 2.0
KDE Version: 4.3.60 (KDE 4.3.60 (KDE 4.4 >= 20090624))
Qt Version: 4.5.1
Operating System: Linux 2.6.29.4-167.fc11.x86_64 x86_64
Distribution: "Fedora release 11 (Leonidas)"

What I was doing when the application crashed:
Duplicate of 196096 but i provides better stack trace I hope

 -- Backtrace:
Application: Dragon Player (dragon), signal: Segmentation fault
[Current thread is 1 (Thread 0x7fe9de8bc820 (LWP 8269))]

Thread 3 (Thread 0x7fe9d38f2910 (LWP 8272)):
#0  pthread_cond_timedwait@@GLIBC_2.3.2 () at ../nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_timedwait.S:220
#1  0x00007fe9df7ba5c1 in ?? () from /usr/lib64/libxine.so.1
#2  0x0000003d8660686a in start_thread (arg=<value optimized out>) at pthread_create.c:297
#3  0x0000003d85ede25d in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:112
#4  0x0000000000000000 in ?? ()

Thread 2 (Thread 0x7fe9d22bb910 (LWP 8273)):
#0  0x0000003d85ed6fa2 in select () from /lib64/libc.so.6
#1  0x00007fe9df7e2a85 in xine_usec_sleep () from /usr/lib64/libxine.so.1
#2  0x00007fe9df7c8289 in ?? () from /usr/lib64/libxine.so.1
#3  0x0000003d8660686a in start_thread (arg=<value optimized out>) at pthread_create.c:297
#4  0x0000003d85ede25d in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:112
#5  0x0000000000000000 in ?? ()

Thread 1 (Thread 0x7fe9de8bc820 (LWP 8269)):
[KCrash Handler]
#5  0x00007fe9dfcf96c6 in Phonon::VideoWidgetPrivate::setupBackendObject (this=0x1d36680) at /root/kdesupport/phonon/phonon/videowidget.cpp:170
#6  0x00007fe9dfcf8d2c in Phonon::VideoWidgetPrivate::createBackendObject (this=0x1d36680) at /root/kdesupport/phonon/phonon/videowidget.cpp:80
#7  0x00007fe9dfcf8aaf in Phonon::VideoWidget::VideoWidget(struct QWidget *) (this=0x1d361f0, parent=0x1d357b0) at /root/kdesupport/phonon/phonon/videowidget.cpp:48
#8  0x000000000041907b in Dragon::VideoWindow::VideoWindow(struct QWidget *) (this=0x1d357b0, parent=0x1d1a030) at /root/kdemultimedia/dragonplayer/src/app/videoWindow.cpp:106
#9  0x0000000000429d6c in Dragon::MainWindow::MainWindow (this=0x1d1a030, __in_chrg=<value optimized out>, __vtt_parm=<value optimized out>)
    at /root/kdemultimedia/dragonplayer/src/app/mainWindow.cpp:112
#10 0x0000000000427a40 in main (argc=2, argv=0x7fffe8d3d708) at /root/kdemultimedia/dragonplayer/src/app/main.cpp:56

Reported using DrKonqi
Comment 1 Raphael Kubo da Costa 2009-07-21 03:03:32 UTC
Are you sure this is a duplicate of bug 196069? It doesn't seem to have anything to do with this one.

Besides, can you always reproduce it?
Comment 2 Shawn Starr 2009-08-13 21:53:04 UTC
I haven't reproduced it yet, haven't tried since however.
Comment 3 Harald Sitter 2012-06-02 17:30:18 UTC
A crash in there can only happen when you have no Phonon backend or your backend is seriously defunct. In particular your backend is not able to create a VideoWidget, which should not ever happen unless something is seriously wrong.