Hello.

I have the same issue, crash on start. As for me it is related to mariadb embedded, when I`m trying to do as in original report (move /usr/lib/x86_64-linux-gnu/qt5/plugins/amarok_collection-mysqlcollection.so) it starts and no library available. So, I`ve created database in standalone mariadb instance and configured amarok to use it. Now, I have mysqlcollection plugin back and everything works fine. For me it looks like it is looking for 'mysql' database, which is not created.

openat(AT_FDCWD, "/home/syehorov/.local/share/amarok/mysqle/mysql/table_stats.frm", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory) --- SIGSEGV {si_signo=SIGSEGV, si_code=SEGV_MAPERR, si_addr=0x7ffdedeb0000} --- rt_sigaction(SIGALRM, {sa_handler=SIG_DFL, sa_mask=[ALRM], sa_flags=SA_RESTORER|SA_RESTART, sa_restorer=0x7fdcc5c58580}, {sa_handler=SIG_DFL, sa_mask=[], sa_flags=0}, 8) = 0
alarm(3)                                = 0
rt_sigaction(SIGTERM, {sa_handler=0x7fdcc81e6ab0, sa_mask=[TERM], sa_flags=SA_RESTORER|SA_RESTART, sa_restorer=0x7fdcc5c58580}, {sa_handler=0x7fdcc64ce240, sa_mask=[TERM], sa_flags=SA_RESTORER|SA_RESTART, sa_re
storer=0x7fdcc5c58580}, 8) = 0
getpid()                                = 88750
write(2, "KCrash: crashing... crashRecursi"..., 46KCrash: crashing... crashRecursionCounter = 2
) = 46
write(2, "KCrash: Application Name = amaro"..., 62KCrash: Application Name = amarok path = /usr/bin pid = 88750
) = 62
write(2, "KCrash: Arguments: ", 19KCrash: Arguments: )     = 19
write(2, "/usr/bin/amarok ", 16/usr/bin/amarok )        = 16
write(2, "--debug ", 8--debug )                 = 8
write(2, "\n", 1
)                       = 1
prlimit64(0, RLIMIT_NOFILE, NULL, {rlim_cur=1073741816, rlim_max=1073741816}) = 0


Reply via email to