Bug 355823 - Amarok crashes when I start it
Summary: Amarok crashes when I start it
Status: RESOLVED WORKSFORME
Alias: None
Product: phonon-backend-gstreamer
Classification: Frameworks and Libraries
Component: general (show other bugs)
Version: unspecified
Platform: openSUSE Linux
: NOR crash
Target Milestone: ---
Assignee: Daniel Vrátil
URL:
Keywords: triaged
Depends on:
Blocks:
 
Reported: 2015-11-24 07:27 UTC by huangshun
Modified: 2018-10-27 02:49 UTC (History)
4 users (show)

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 huangshun 2015-11-24 07:27:50 UTC
Amarok crashes when I start it 

I installed Multimedia codec from this site:
http://opensuse-community.org/

Probably relavent to the crash

The crash can be reproduced every time.

Reproducible: Always

Steps to Reproduce:
1. Install Multimedia codec from this site: http://opensuse-community.org/
2. Start Amarok

Actual Results:  
Amarok crashes and cannot start

Expected Results:  
Amarok starts

Application: amarok (2.8.0)
KDE Platform Version: 4.14.10
Qt Version: 4.8.6
Operating System: Linux 4.1.12-1-default x86_64
Distribution: "openSUSE Leap 42.1 (x86_64)"

-- Backtrace:
Application: Amarok (amarok), signal: Segmentation fault
Using host libthread_db library "/lib64/libthread_db.so.1".
[Current thread is 1 (Thread 0x7f544d446800 (LWP 1885))]

Thread 2 (Thread 0x7f542e5c0700 (LWP 1896)):
#0  0x00007f544a0e6ced in read () at /lib64/libc.so.6
#1  0x00007f543d183df1 in pa_read () at /usr/lib64/pulseaudio/libpulsecommon-7.0.so
#2  0x00007f5442f36b5e in pa_mainloop_prepare () at /usr/lib64/libpulse.so.0
#3  0x00007f5442f37572 in pa_mainloop_iterate () at /usr/lib64/libpulse.so.0
#4  0x00007f5442f37630 in pa_mainloop_run () at /usr/lib64/libpulse.so.0
#5  0x00007f5442f45783 in  () at /usr/lib64/libpulse.so.0
#6  0x00007f543d1b0f98 in  () at /usr/lib64/pulseaudio/libpulsecommon-7.0.so
#7  0x00007f5448d010a4 in start_thread () at /lib64/libpthread.so.0
#8  0x00007f544a0f304d in clone () at /lib64/libc.so.6

Thread 1 (Thread 0x7f544d446800 (LWP 1885)):
[KCrash Handler]
#6  0x00007f542e800d57 in  () at /usr/lib64/kde4/plugins/phonon_backend/phonon_gstreamer.so
#7  0x00007f542e800f52 in  () at /usr/lib64/kde4/plugins/phonon_backend/phonon_gstreamer.so
#8  0x00007f542e800707 in  () at /usr/lib64/kde4/plugins/phonon_backend/phonon_gstreamer.so
#9  0x00007f542e801362 in  () at /usr/lib64/kde4/plugins/phonon_backend/phonon_gstreamer.so
#10 0x00007f542e7f79e3 in  () at /usr/lib64/kde4/plugins/phonon_backend/phonon_gstreamer.so
#11 0x00007f5449b381de in  () at /usr/lib64/libphonon.so.4
#12 0x00007f5449b38895 in Phonon::Path::reconnect(Phonon::MediaNode*, Phonon::MediaNode*) () at /usr/lib64/libphonon.so.4
#13 0x00007f5449b3914d in Phonon::createPath(Phonon::MediaNode*, Phonon::MediaNode*) () at /usr/lib64/libphonon.so.4
#14 0x00007f544ce21b30 in EngineController::initializePhonon() () at /usr/lib64/libamaroklib.so.1
#15 0x00007f544ce281e5 in  () at /usr/lib64/libamaroklib.so.1
#16 0x00007f544a8c2228 in QMetaMethod::invoke(QObject*, Qt::ConnectionType, QGenericReturnArgument, QGenericArgument, QGenericArgument, QGenericArgument, QGenericArgument, QGenericArgument, QGenericArgument, QGenericArgument, QGenericArgument, QGenericArgument, QGenericArgument) const () at /usr/lib64/libQtCore.so.4
#17 0x00007f544a8c4702 in QMetaObject::invokeMethod(QObject*, char const*, Qt::ConnectionType, QGenericReturnArgument, QGenericArgument, QGenericArgument, QGenericArgument, QGenericArgument, QGenericArgument, QGenericArgument, QGenericArgument, QGenericArgument, QGenericArgument, QGenericArgument) () at /usr/lib64/libQtCore.so.4
#18 0x00007f544cee7cad in  () at /usr/lib64/libamaroklib.so.1
#19 0x00007f544cee7d11 in  () at /usr/lib64/libamaroklib.so.1
#20 0x00007f544ce1aadd in App::continueInit() () at /usr/lib64/libamaroklib.so.1
#21 0x00007f544ce1bc36 in App::App() () at /usr/lib64/libamaroklib.so.1
#22 0x0000000000407fa7 in  ()
#23 0x00007f544a02fb05 in __libc_start_main () at /lib64/libc.so.6
#24 0x00000000004080d2 in _start ()
Comment 1 Myriam Schweingruber 2015-11-24 13:20:43 UTC
There obviously is a problem with your Phonon backend, please check your installation and make sure you have no mixup of gstreamer 0.1 and gstreamer 1.x libraries, or a mixup between Qt4 and Qt5 parts.

FWIW: you need to install debugging symbols for Amarok, Phonon, phonon-backend-gstreamer and provide a new backtrace, yours is missing debugging symbols. Please see also https://techbase.kde.org/Development/Tutorials/Debugging/How_to_create_useful_crash_reports
Comment 2 huangshun 2015-11-30 09:47:29 UTC
(In reply to Myriam Schweingruber from comment #1)
> There obviously is a problem with your Phonon backend, please check your
> installation and make sure you have no mixup of gstreamer 0.1 and gstreamer
> 1.x libraries, or a mixup between Qt4 and Qt5 parts.
> 
> FWIW: you need to install debugging symbols for Amarok, Phonon,
> phonon-backend-gstreamer and provide a new backtrace, yours is missing
> debugging symbols. Please see also
> https://techbase.kde.org/Development/Tutorials/Debugging/
> How_to_create_useful_crash_reports

Thanks for the tip. I will recheck and regenerate a backtrace.
Comment 3 Andrew Crouthamel 2018-09-25 21:50:12 UTC
Dear Bug Submitter,

This bug has been in NEEDSINFO status with no change for at least 15 days. Please provide the requested information as soon as possible and set the bug status as REPORTED. Due to regular bug tracker maintenance, if the bug is still in NEEDSINFO status with no change in 30 days, the bug will be closed as RESOLVED > WORKSFORME due to lack of needed information.

For more information about our bug triaging procedures please read the wiki located here: https://community.kde.org/Guidelines_and_HOWTOs/Bug_triaging

If you have already provided the requested information, please set the bug status as REPORTED so that the KDE team knows that the bug is ready to be confirmed.

Thank you for helping us make KDE software even better for everyone!
Comment 4 Andrew Crouthamel 2018-10-27 02:49:01 UTC
Dear Bug Submitter,

This bug has been in NEEDSINFO status with no change for at least 30 days. The bug is now closed as RESOLVED > WORKSFORME due to lack of needed information.

For more information about our bug triaging procedures please read the wiki located here: https://community.kde.org/Guidelines_and_HOWTOs/Bug_triaging

Thank you for helping us make KDE software even better for everyone!