Summary: | Plasma crashes after login | ||
---|---|---|---|
Product: | [Plasma] plasmashell | Reporter: | interfaSys <website-kde> |
Component: | general | Assignee: | David Edmundson <kde> |
Status: | RESOLVED NOT A BUG | ||
Severity: | crash | CC: | bhush94, blitzkriegbop, plasma-bugs |
Priority: | NOR | Keywords: | drkonqi |
Version: | 5.5.4 | ||
Target Milestone: | 1.0 | ||
Platform: | Ubuntu | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
interfaSys
2016-03-27 17:01:10 UTC
Same here. Linux version 4.4.5-1-ARCH (builduser@tobias) (gcc version 5.3.0 (GCC) ) #1 SMP PREEMPT Thu Mar 10 07:38:19 CET 2016 KDE 4.14.18 Qt version 5.6.0 plasmashell 5.6.0 amd catalyst-test 15.12-3 Some additional info. This is on an old netbook and has been broken like this since an (accidental) upgrade from the previous version of Kubuntu to the dev branch before it reached beta2. OK, so this is crashing in something unrelated to Plasma. Qt tries to load all the Qt plugins: #27 0xb68f44f4 in QQmlImportDatabase::importDynamicPlugin (this=0xa24851c, filePath=..., uri=..., typeNamespace=..., vmaj=0, errors=0xa936bac0) at qml/qqmlimport.cpp:1973 That calls the library init function #11 0x9fa630dd in gnutls_global_init () from /usr/lib/i386-linux-gnu/libgnutls-deb0.so.28 which eventually crashes. #7 0xae1b9f98 in nettle_yarrow256_update () I have literally no idea what libnettle is, but your system is broken - possibly one library being ABI incompatiable with another. Try reinstalling any Qt tls plugins, as well as libgnutls and libnettle. Then talk to your distro |