[plasmashell] [Bug 404240] plasmashell crashes on launch somewhere in KArchive

2019-02-15 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=404240 Nate Graham changed: What|Removed |Added Version Fixed In||5.56 -- You are receiving this mail because:

[plasmashell] [Bug 404240] plasmashell crashes on launch somewhere in KArchive

2019-02-15 Thread David Edmundson
https://bugs.kde.org/show_bug.cgi?id=404240 David Edmundson changed: What|Removed |Added Latest Commit||https://commits.kde.org/kar

[plasmashell] [Bug 404240] plasmashell crashes on launch somewhere in KArchive

2019-02-12 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=404240 --- Comment #6 from Nate Graham --- (This patch: https://phabricator.kde.org/file/data/gxo5dqxhfm2wfd6jrueu/PHID-FILE-ogzjhyu5mpuz6mmww22c/Masterwork_From_Distant_Lands) -- You are receiving this mail because: You are watching all bug changes.

[plasmashell] [Bug 404240] plasmashell crashes on launch somewhere in KArchive

2019-02-12 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=404240 --- Comment #5 from Nate Graham --- This turned out to have been caused by a packaging bug: after a Neon upgrade, libbz2-dev got uninstalled, so Plasma crashed trying to read my kpluginindex.json file that had previously been bzip2-compressed.

[plasmashell] [Bug 404240] plasmashell crashes on launch somewhere in KArchive

2019-02-12 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=404240 --- Comment #4 from Nate Graham --- With the attached kpluginindex.json file located in ~/.local/share/plasma/plasmoids, plasmashell reproducibly crashes with this backtrace. If I delete it and generate a new file using `kpackagetool5

[plasmashell] [Bug 404240] plasmashell crashes on launch somewhere in KArchive

2019-02-12 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=404240 --- Comment #3 from Nate Graham --- Backtrace with KArchive debug symbols: (gdb) bt #0 0x7fffeedf3316 in KFilterBase::device (this=0x0) at /home/dev/repos/karchive/src/kfilterbase.cpp:58 #1 0x7fffeedf2310 in KCompressionDevice::open

[plasmashell] [Bug 404240] plasmashell crashes on launch somewhere in KArchive

2019-02-12 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=404240 --- Comment #2 from Nate Graham --- Created attachment 118005 --> https://bugs.kde.org/attachment.cgi?id=118005=edit kpluginindex.json -- You are receiving this mail because: You are watching all bug changes.

[plasmashell] [Bug 404240] plasmashell crashes on launch somewhere in KArchive

2019-02-12 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=404240 --- Comment #1 from Nate Graham --- $ strace plasmashell |& grep kpluginindex.json access("/usr/lib/x86_64-linux-gnu/qt5/plugins/kpackage/packagestructure/kpluginindex.json", F_OK) = -1 ENOENT (No such file or directory)