Bug 368729 - Segfault when launching krunner
Summary: Segfault when launching krunner
Status: RESOLVED NOT A BUG
Alias: None
Product: krunner
Classification: Plasma
Component: general (show other bugs)
Version: 5.6.5
Platform: Ubuntu Linux
: NOR crash
Target Milestone: ---
Assignee: Kai Uwe Broulik
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-09-13 07:04 UTC by Adam
Modified: 2018-05-04 10:30 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 Adam 2016-09-13 07:04:02 UTC
ubuntu 16.04, 
kde plasma 5.6.5, 
kde frameworks 5.23.0, 
qt 5.5.1

This is a pretty new installation. I'm using some other themes and stuff, but really not much changed. Boot, open terminal, run krunner. It segfaults.

Reproducible: Always

Steps to Reproduce:
$ krunner # nothing happened here
$ krunner
KCrash: crashing... crashRecursionCounter = 2
KCrash: Application Name = krunner path = /usr/bin pid = 4925
KCrash: Arguments: /usr/bin/krunner 
Segmentation fault (core dumped)
$ killall -9 krunner
$ krunner
"file:///usr/share/plasma/look-and-feel/org.kde.breeze.desktop/contents/runcommand/RunCommand.qml" 
 "Error loading QML file.\n126: Type Milou.ResultsView unavailable\n79: Type ResultDelegate unavailable\n144: Cannot assign to non-existent property \"separatorVisible\"\n"


Actual Results:  
Segfault

Expected Results:  
Run krunner
Comment 1 Vitaliy Gorbunov 2016-09-22 14:42:49 UTC
I have the same after upgrading from kubuntu-ppa/backports.
I've submitted it also to launchpad - https://bugs.launchpad.net/kubuntu-ppa/+bug/1626590.
Perhaps it's bug in packaging.
Comment 2 Vitaliy Gorbunov 2016-09-22 15:01:31 UTC
Turns out it wasn't a bug.
I've ran sudo apt full-upgrade and it's fixed now.
The problem was that I used sudo apt upgrade instead and it didn't upgrade few packages.