Bug 191368 - crashed on startup of application
Summary: crashed on startup of application
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: Dragon Player Mailing List
URL:
Keywords:
: 196098 (view as bug list)
Depends on:
Blocks:
 
Reported: 2009-05-02 19:21 UTC by Alexander Opitz
Modified: 2014-01-08 10:41 UTC (History)
7 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 Alexander Opitz 2009-05-02 19:21:13 UTC
Title: crashed on startup of application

What I was doing when the application crashed:
crashs since yesterday SVN compile

 -- Application and System information:
Application that crashed: dragon
Version of the application: 2.0
KDE Version: 4.2.71 (KDE 4.2.71 (KDE 4.3 >= 20090428))
Qt Version: 4.5.0
Operating System: Linux 2.6.30-2-generic x86_64
Distribution: Ubuntu karmic (development branch)

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

Thread 3 (Thread 0x7f79e1616950 (LWP 27185)):
#0  0x00007f79f317b56d in pthread_cond_timedwait@@GLIBC_2.3.2 () from /lib/libpthread.so.0
#1  0x00007f79f4714f91 in ?? () from /usr/lib/libxine.so.1
#2  0x00007f79f31773ba in start_thread () from /lib/libpthread.so.0
#3  0x00007f79f1a600bd in clone () from /lib/libc.so.6
#4  0x0000000000000000 in ?? ()

Thread 2 (Thread 0x7f79e01d9950 (LWP 27186)):
#0  0x00007f79f1a58832 in select () from /lib/libc.so.6
#1  0x00007f79f473e0a4 in xine_usec_sleep () from /usr/lib/libxine.so.1
#2  0x00007f79f4722deb in ?? () from /usr/lib/libxine.so.1
#3  0x00007f79f31773ba in start_thread () from /lib/libpthread.so.0
#4  0x00007f79f1a600bd in clone () from /lib/libc.so.6
#5  0x0000000000000000 in ?? ()

Thread 1 (Thread 0x7f79f5e95760 (LWP 27184)):
[KCrash Handler]
#5  0x00007f79f4c3022a in Phonon::VideoWidgetPrivate::setupBackendObject (this=0xf79c40) at /home/kde-devel/kde/src/kdesupport/phonon/phonon/videowidget.cpp:170
#6  0x00007f79f4c30c0a in Phonon::VideoWidgetPrivate::createBackendObject (this=0xf79c40) at /home/kde-devel/kde/src/kdesupport/phonon/phonon/videowidget.cpp:80
#7  0x00007f79f4c30e21 in VideoWidget (this=0xed1840, parent=0xec5430) at /home/kde-devel/kde/src/kdesupport/phonon/phonon/videowidget.cpp:48
#8  0x000000000041aaec in VideoWindow (this=0xec5430, parent=0xf13a40) at /home/kde-devel/kde/src/KDE/kdemultimedia/dragonplayer/src/app/videoWindow.cpp:103
#9  0x000000000042c17c in MainWindow (this=0xf13a40) at /home/kde-devel/kde/src/KDE/kdemultimedia/dragonplayer/src/app/mainWindow.cpp:114
#10 0x0000000000429e79 in main (argc=1, argv=0x7ffffded3be8) at /home/kde-devel/kde/src/KDE/kdemultimedia/dragonplayer/src/app/main.cpp:56
Comment 1 Raphael Kubo da Costa 2009-05-26 05:12:47 UTC
Can you confirm if this is still valid for a recent trunk? If so, what file were you trying to play? Does it always happen only to this file?
Comment 2 Juan Carlos Cornejo 2009-05-28 04:34:48 UTC
Hi,

I am also experiencing crashes as soon as dragon player starts up. This is even before I attempt to have it play any file. The crash output is similar to the one Alexander reports.


I am using the SVN trunk, the latest revision I compiled is 973644. I have always experienced this crash.

Thanks,
Juan Carlos
Comment 3 Raphael Kubo da Costa 2009-05-28 04:42:45 UTC
By "always" do you mean you've never been able to run Dragon?
Comment 4 Juan Carlos Cornejo 2009-05-28 05:35:57 UTC
Right, I have never been able to run this version of Dragon without crashing.

I can still successfully run the one from KDE 4.2.3, but not one after KDE 4.3.0 beta 1 and on.

Thanks for looking into this.
Comment 5 Alexander Opitz 2009-06-11 22:11:22 UTC
It still happens to me, I removed the config file but nothing changed.

To note; Running the dragonplayer from kubuntu karmic (4.2.90) works.
Comment 6 Dario Andres 2009-06-12 00:13:52 UTC
*** Bug 196098 has been marked as a duplicate of this bug. ***
Comment 7 Dario Andres 2009-06-12 00:14:46 UTC
Reporter from bug 196098 is experiencing this on 4.2.91
Adding Phonon maintainer.
Comment 8 Aaron Nixon 2009-06-24 01:00:03 UTC
Just FYI line 170 is pINTERFACE_CALL(setAspectRatio(aspectRatio));

0xb7f0e64c in Phonon::VideoWidgetPrivate::setupBackendObject (this=0x90b2d70) at /root/kdesvn/svn/source/kdesupport/phonon/phonon/videowidget.cpp:170

aspectRatio is Phonon::VideoWidget::AspectRatioAuto
Comment 9 cedric 2009-08-13 11:11:37 UTC
I get the same crash since some days ago (I compile kde and phonon from svn trunk)
the crash occur in every application that uses a Phonon::VideoWidget : dragon player, the video plugin in Amarok and digikam so far.
Comment 10 cedric 2009-08-16 18:15:55 UTC
the crash occur because phonon from my local build loads phonon_xine.so from my system installation from /usr/lib/qt4/plugins/phonon_backend/ instead of /opt/kde4/lib/kde4/plugins/phonon_backend/
renaming /usr/lib/qt4/plugins/phonon_backend/ fixes the crash.

the problem is in KdePlatformPlugin::createBackend()
Comment 11 Dario Andres 2009-08-16 18:17:26 UTC
@cedric: indeed you had a conflicting Phonon from Qt and KDE.
Comment 12 Martin Sandsmark 2009-11-29 03:41:16 UTC
Does it still crash?

And make sure that you don't have conflicting Phonons installed.
Comment 13 Alexander Opitz 2014-01-08 10:41:12 UTC
This issue is very old and I don't have crashs at the moment, so closing this issue as invalid.