Bug 173645 - Digikam crashes after startdialog
Summary: Digikam crashes after startdialog
Status: RESOLVED FIXED
Alias: None
Product: digikam
Classification: Applications
Component: Preview-Image (show other bugs)
Version: unspecified
Platform: Ubuntu Linux
: NOR crash
Target Milestone: ---
Assignee: Digikam Developers
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-10-27 00:20 UTC by Michael
Modified: 2017-07-20 13:34 UTC (History)
1 user (show)

See Also:
Latest Commit:
Version Fixed In: 5.7.0


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Michael 2008-10-27 00:20:52 UTC
Version:           0.10 beta5 (using KDE 4.1.2)
OS:                Linux
Installed from:    Ubuntu Packages

Anwendung: digiKam (digikam), Signal SIGSEGV
[Thread debugging using libthread_db enabled]
[New Thread 0x7f1270a7c6f0 (LWP 20360)]
[New Thread 0x423c1950 (LWP 20368)]
[New Thread 0x413bf950 (LWP 20367)]
[New Thread 0x41bc0950 (LWP 20366)]
[New Thread 0x40b76950 (LWP 20361)]
[KCrash handler]
#5  0x00007f12656ed690 in strlen () from /lib/libc.so.6
#6  0x00007f12656b644e in vfprintf () from /lib/libc.so.6
#7  0x00007f1265767d18 in __vsnprintf_chk () from /lib/libc.so.6
#8  0x00007f1256172fad in ?? () from /usr/lib/libxine.so.1
#9  0x00007f12561559f4 in xine_log () from /usr/lib/libxine.so.1
#10 0x00007f1256160ecc in ?? () from /usr/lib/libxine.so.1
#11 0x00007f12563d4fc2 in ?? () from /usr/lib/kde4/phonon_xine.so
#12 0x00007f12563d85dc in KPluginFactory::createInstance<Phonon::Xine::Backend, QObject> () from /usr/lib/kde4/phonon_xine.so
#13 0x00007f126c099695 in KPluginFactory::create ()
   from /usr/lib/libkdecore.so.5
#14 0x00007f125c14f5b9 in ?? ()
   from /usr/lib/kde4/plugins/phonon_platform/kde.so
#15 0x00007f125c150f0d in ?? ()
   from /usr/lib/kde4/plugins/phonon_platform/kde.so
#16 0x00007f126fc5d4c8 in ?? () from /usr/lib/libphonon.so.4
#17 0x00007f126fc5e407 in Phonon::Factory::backend ()
   from /usr/lib/libphonon.so.4
#18 0x00007f126fc59cf2 in ?? () from /usr/lib/libphonon.so.4
#19 0x00007f126fc5a25d in ?? () from /usr/lib/libphonon.so.4
#20 0x00007f126fc546b0 in ?? () from /usr/lib/libphonon.so.4
#21 0x00007f126fc55341 in Phonon::AudioOutput::AudioOutput ()
   from /usr/lib/libphonon.so.4
#22 0x00007f126fc63956 in Phonon::VideoPlayer::VideoPlayer ()
   from /usr/lib/libphonon.so.4
#23 0x000000000062510b in MediaPlayerView (this=0x1c5ac90, 
    parent=<value optimized out>)
    at /src/digikam-0.10.0-beta5/digikam/mediaplayerview.cpp:113
#24 0x00000000005d4166 in AlbumWidgetStack (this=0x1af5420, 
    parent=<value optimized out>)
    at /src/digikam-0.10.0-beta5/digikam/albumwidgetstack.cpp:115
#25 0x00000000005fb671 in DigikamView (this=0x1a7b9f0, 
    parent=<value optimized out>)
    at /src/digikam-0.10.0-beta5/digikam/digikamview.cpp:199
#26 0x00000000005ef8f4 in Digikam::DigikamApp::setupView (this=0x18a06c0)
    at /src/digikam-0.10.0-beta5/digikam/digikamapp.cpp:387
#27 0x00000000005f1a6a in DigikamApp (this=0x18a06c0)
    at /src/digikam-0.10.0-beta5/digikam/digikamapp.cpp:190
#28 0x0000000000622f28 in main (argc=<value optimized out>, 
    argv=0x7fff78ac64a8) at /src/digikam-0.10.0-beta5/digikam/main.cpp:160
#0  0x00007f1265713621 in nanosleep () from /lib/libc.so.6
Comment 1 caulier.gilles 2008-10-27 06:17:35 UTC
Look :

#8  0x00007f1256172fad in ?? () from /usr/lib/libxine.so.1
#9  0x00007f12561559f4 in xine_log () from /usr/lib/libxine.so.1
#10 0x00007f1256160ecc in ?? () from /usr/lib/libxine.so.1
#11 0x00007f12563d4fc2 in ?? () from /usr/lib/kde4/phonon_xine.so
#12 0x00007f12563d85dc in KPluginFactory::createInstance<Phonon::Xine::Backend,
QObject> () from /usr/lib/kde4/phonon_xine.so
#13 0x00007f126c099695 in KPluginFactory::create ()
  from /usr/lib/libkdecore.so.5

The crash appears in Xine library used by KDE4 phonon interface. This is not digiKam.

Try to update phono and/or Xine component in your system.

Gilles Caulier
Comment 2 caulier.gilles 2008-10-28 07:35:06 UTC
Accordingly with this new entry:

http://bugs.kde.org/show_bug.cgi?id=173691

I close this file as invalid.

Gilles Caulier

Comment 3 caulier.gilles 2017-07-20 13:34:03 UTC
It crash in Phonon. This KDE component is used to render video. Since 5.2.0, we
switch to QtAV/ffmpeg framework. So this problem will never appear again.