Bug 378100 - Amarok crashes at launch
Summary: Amarok crashes at launch
Status: RESOLVED DOWNSTREAM
Alias: None
Product: amarok
Classification: Applications
Component: general (show other bugs)
Version: 2.8.0
Platform: Arch Linux Linux
: NOR crash
Target Milestone: 2.9
Assignee: Amarok Developers
URL:
Keywords: drkonqi
: 378196 (view as bug list)
Depends on:
Blocks:
 
Reported: 2017-03-26 11:39 UTC by Sean DU
Modified: 2017-03-29 23:52 UTC (History)
1 user (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 Sean DU 2017-03-26 11:39:24 UTC
Application: amarok (2.8.0)

Qt Version: 5.8.0
Frameworks Version: 5.32.0
Operating System: Linux 4.10.5-1-ARCH x86_64
Distribution (Platform): Archlinux Packages

-- Information about the crash:
I just logged into my KDE Plasma system and ran the Amarok application.
Application did not even start and crash reporting assistant appeared.

The crash can be reproduced every time.

-- Backtrace:
Application: Amarok (amarok), signal: Segmentation fault
Using host libthread_db library "/usr/lib/libthread_db.so.1".
[KCrash Handler]
#6  0x00007f14fdd1e306 in __strcmp_sse2 () at /usr/lib/libc.so.6
#7  0x00007f14ed60468d in lh_insert () at /usr/lib/libcrypto.so.1.0.0
#8  0x00007f14ed533a99 in OBJ_NAME_add () at /usr/lib/libcrypto.so.1.0.0
#9  0x00007f14d80c5ea5 in  () at /usr/lib/libssl.so.1.1
#10 0x00007f14fc906399 in __pthread_once_slow () at /usr/lib/libpthread.so.0
#11 0x00007f14d7dc9069 in CRYPTO_THREAD_run_once () at /usr/lib/libcrypto.so.1.1
#12 0x00007f14d80c608b in OPENSSL_init_ssl () at /usr/lib/libssl.so.1.1
#13 0x00007f14d876676d in  () at /usr/lib/libimobiledevice.so.6
#14 0x00007f14fc906399 in __pthread_once_slow () at /usr/lib/libpthread.so.0
#15 0x00007f150109434a in call_init.part () at /lib64/ld-linux-x86-64.so.2
#16 0x00007f150109445b in _dl_init () at /lib64/ld-linux-x86-64.so.2
#17 0x00007f1501098908 in dl_open_worker () at /lib64/ld-linux-x86-64.so.2
#18 0x00007f14fddc3c74 in _dl_catch_error () at /usr/lib/libc.so.6
#19 0x00007f15010980a9 in _dl_open () at /lib64/ld-linux-x86-64.so.2
#20 0x00007f14f7ef6f86 in  () at /usr/lib/libdl.so.2
#21 0x00007f14fddc3c74 in _dl_catch_error () at /usr/lib/libc.so.6
#22 0x00007f14f7ef7669 in  () at /usr/lib/libdl.so.2
#23 0x00007f14f7ef7022 in dlopen () at /usr/lib/libdl.so.2
#24 0x00007f14fe557e10 in  () at /usr/lib/libQtCore.so.4
#25 0x00007f14fe552025 in  () at /usr/lib/libQtCore.so.4
#26 0x00007f14fe5526bb in  () at /usr/lib/libQtCore.so.4
#27 0x00007f14ff8394b0 in KPluginLoader::load() () at /usr/lib/libkdecore.so.5
#28 0x00007f14ff839798 in KPluginLoader::factory() () at /usr/lib/libkdecore.so.5
#29 0x00007f1500c26338 in Plugins::PluginManager::createFactory(KPluginInfo const&) () at /usr/lib/libamaroklib.so.1
#30 0x00007f1500c27de3 in Plugins::PluginManager::createFactories(QString const&) () at /usr/lib/libamaroklib.so.1
#31 0x00007f1500c28952 in Plugins::PluginManager::init() () at /usr/lib/libamaroklib.so.1
#32 0x00007f1500c290d5 in Plugins::PluginManager::PluginManager(QObject*) () at /usr/lib/libamaroklib.so.1
#33 0x00007f1500c291d8 in Plugins::PluginManager::instance() () at /usr/lib/libamaroklib.so.1
#34 0x00007f1500c190d9 in MainWindow::MainWindow() () at /usr/lib/libamaroklib.so.1
#35 0x00007f1500bfde43 in App::continueInit() () at /usr/lib/libamaroklib.so.1
#36 0x00007f1500bff03c in App::App() () at /usr/lib/libamaroklib.so.1
#37 0x00000000004085c8 in  ()
#38 0x00007f14fdcbe511 in __libc_start_main () at /usr/lib/libc.so.6
#39 0x000000000040a20a in _start ()

Reported using DrKonqi
Comment 1 Myriam Schweingruber 2017-03-26 19:14:56 UTC
Sadly your backtrace doesn't have debugging symbols installed, on Arch you need to recompile Amarok and its dependencies with debugging enabled for that to work.

A very likely problem with Amarok not starting is a mismatch in Qt4 and Qt5 packages of Phonon and its backends. This is distribution related and should be reported to your distribution directly, as it has to be addressed by the packagers.
Comment 2 Christoph Feck 2017-03-29 23:51:53 UTC
This time, it is not related to Phonon/Qt, but to libssl/libcrypto updates in Arch.

Please report this to the bug tracker of your distribution.
Comment 3 Christoph Feck 2017-03-29 23:52:36 UTC
*** Bug 378196 has been marked as a duplicate of this bug. ***