FS#46781 - Amarok 2.8 crashes every time on startup

Attached to Project: Community Packages
Opened by msrd0 (msrd0) - Sunday, 18 October 2015, 19:29 GMT
Last edited by Doug Newgard (Scimmia) - Sunday, 18 October 2015, 19:54 GMT
Task Type Bug Report
Category Packages
Status Closed
Assigned To No-one
Architecture x86_64
Severity High
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 1
Private No

Details

Description:
Everytime I start amarok it crashes and DrKonqi (KDE's bug reporter) openes and shows me and not usefull stacktrace.

I tried the official amarok package, the amarok-git package and an self-built git clone. All produce the same error. I build the last one with debugging symbols, and here is the output of gdb:

$ gdb amarok
GNU gdb (GDB) 7.10
Copyright (C) 2015 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law. Type "show copying"
and "show warranty" for details.
This GDB was configured as "x86_64-unknown-linux-gnu".
Type "show configuration" for configuration details.
For bug reporting instructions, please see:
<http://www.gnu.org/software/gdb/bugs/>.
Find the GDB manual and other documentation resources online at:
<http://www.gnu.org/software/gdb/documentation/>.
For help, type "help".
Type "apropos word" to search for commands related to "word"...
Reading symbols from amarok...done.
(gdb) run --nofork -d --nocrashhandler
Starting program: /usr/bin/amarok --nofork -d --nocrashhandler
[Thread debugging using libthread_db enabled]
Using host libthread_db library "/usr/lib/libthread_db.so.1".
QDBusConnection: session D-Bus connection created before QCoreApplication. Application may misbehave.
amarok: BEGIN: App::App()
amarok: BEGIN: void App::continueInit()
amarok: BEGIN: EngineController::EngineController()
amarok: END__: EngineController::EngineController() [Took: 0.001s]
amarok: BEGIN: void EngineController::initializePhonon()

Program received signal SIGSEGV, Segmentation fault.
0x00007ffff317a7e0 in __lll_unlock_elision () from /usr/lib/libpthread.so.0
(gdb) bt
#0 0x00007ffff317a7e0 in __lll_unlock_elision () from /usr/lib/libpthread.so.0
#1 0x00007fffcaf5542c in ?? () from /usr/lib/libEGL_nvidia.so.0
#2 0x00007fffcaee4732 in ?? () from /usr/lib/libEGL_nvidia.so.0
#3 0x00007fffffffcb50 in ?? ()
#4 0x00007fffcaf69fa1 in ?? () from /usr/lib/libEGL_nvidia.so.0
#5 0x00007fffffffcb50 in ?? ()
#6 0x00007ffff7def3b6 in _dl_close_worker () from /lib64/ld-linux-x86-64.so.2
Backtrace stopped: previous frame inner to this frame (corrupt stack?)
(gdb) bt full
#0 0x00007ffff317a7e0 in __lll_unlock_elision () from /usr/lib/libpthread.so.0
No symbol table info available.
#1 0x00007fffcaf5542c in ?? () from /usr/lib/libEGL_nvidia.so.0
No symbol table info available.
#2 0x00007fffcaee4732 in ?? () from /usr/lib/libEGL_nvidia.so.0
No symbol table info available.
#3 0x00007fffffffcb50 in ?? ()
No symbol table info available.
#4 0x00007fffcaf69fa1 in ?? () from /usr/lib/libEGL_nvidia.so.0
No symbol table info available.
#5 0x00007fffffffcb50 in ?? ()
No symbol table info available.
#6 0x00007ffff7def3b6 in _dl_close_worker () from /lib64/ld-linux-x86-64.so.2
No symbol table info available.
Backtrace stopped: previous frame inner to this frame (corrupt stack?)
(gdb) q
A debugging session is active.

Inferior 1 [process 11103] will be killed.

Quit anyway? (y or n) y

Additional info:
* package version(s)
- amarok 2.8
(it was working with the previous version)
* config and/or log files etc.
I tried deleting all amarok config files I found but it didn't help.

Steps to reproduce:
- Start amarok
This task depends upon

Closed by  Doug Newgard (Scimmia)
Sunday, 18 October 2015, 19:54 GMT
Reason for closing:  Duplicate
Additional comments about closing:   FS#46064 

Loading...