Bug 263080 - dolphin crash on close after playing a mp3 file from the "Information" panel
Summary: dolphin crash on close after playing a mp3 file from the "Information" panel
Status: RESOLVED DUPLICATE of bug 240001
Alias: None
Product: dolphin
Classification: Applications
Component: general (show other bugs)
Version: 16.12.2
Platform: Mandriva RPMs Linux
: NOR crash
Target Milestone: ---
Assignee: Peter Penz
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-01-13 22:51 UTC by Giovanni Mariani
Modified: 2011-01-29 04:27 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Giovanni Mariani 2011-01-13 22:51:07 UTC
Application: dolphin (1.5)
KDE Platform Version: 4.5.5 (KDE 4.5.5)
Qt Version: 4.7.1
Operating System: Linux 2.6.36.2-desktop-nrj.69mib x86_64
Distribution: "Mandriva Linux 2010.1"

-- Information about the crash:
Steps to reliably reproduce the crash:
1. run doplhin
2. select a mp3 file
3. switch to the Information panel and click on the little "play" button on it
4. when the playing ended, close dolphin (ctrl+q / alt-f-q /close button on the main window)
5. watch the crash handler

The crash can be reproduced every time.

-- Backtrace:
Application: Dolphin (kdeinit4), signal: Segmentation fault
[Current thread is 1 (Thread 0x7f385400e720 (LWP 15719))]

Thread 2 (Thread 0x7f37f9844710 (LWP 15838)):
#0  0x00007f385291c0bc in pthread_cond_wait@@GLIBC_2.3.2 () from /lib64/libpthread.so.0
#1  0x00007f38378fea12 in ?? () from /usr/lib64/libvlccore.so.4
#2  0x00007f3852917a5d in start_thread () from /lib64/libpthread.so.0
#3  0x00007f38516a915d in clone () from /lib64/libc.so.6
#4  0x0000000000000000 in ?? ()

Thread 1 (Thread 0x7f385400e720 (LWP 15719)):
[KCrash Handler]
#6  0x00007f3852919f60 in pthread_mutex_lock () from /lib64/libpthread.so.0
#7  0x00007f38534eedd7 in XrmDestroyDatabase () from /usr/lib64/libX11.so.6
#8  0x00007f38534d963d in _XFreeDisplayStructure () from /usr/lib64/libX11.so.6
#9  0x00007f38534c4b5f in XCloseDisplay () from /usr/lib64/libX11.so.6
#10 0x00007f3851e7b6b5 in qt_cleanup () at kernel/qapplication_x11.cpp:2666
#11 0x00007f3851e093cc in QApplication::~QApplication (this=0x7fffc65740d0, __in_chrg=<value optimized out>) at kernel/qapplication.cpp:1163
#12 0x00007f384446d907 in kdemain (argc=<value optimized out>, argv=<value optimized out>) at /usr/src/debug/kdebase-4.5.5/apps/dolphin/src/main.cpp:100
#13 0x00000000004075c7 in _start ()

Possible duplicates by query: bug 147793.

Reported using DrKonqi
Comment 1 Giovanni Mariani 2011-01-13 22:58:47 UTC
It happens also by viewing some video file in the Information panel.
Comment 2 Giovanni Mariani 2011-01-18 14:58:01 UTC
I tried to change the phonon backend and noticed that the crash only happens when the phonon-vlc backend is selected.
Changing it to gstreamer or xine backend made the crash go away.
Comment 3 Christoph Feck 2011-01-29 04:27:33 UTC

*** This bug has been marked as a duplicate of bug 240001 ***