Bug 368729

Summary: Segfault when launching krunner
Product: [Plasma] krunner Reporter: Adam <adamboche>
Component: generalAssignee: Kai Uwe Broulik <kde>
Status: RESOLVED NOT A BUG    
Severity: crash CC: vit.gorbunov
Priority: NOR    
Version: 5.6.5   
Target Milestone: ---   
Platform: Ubuntu   
OS: Linux   
Latest Commit: Version Fixed In:

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.