[Bug 1082394] Re: krunner freezes

Harald Sitter apachelogger at kubuntu.org
Mon Nov 26 10:24:31 UTC 2012


Thank you. The log seems inconspicuous enough so it seems most likely
that one of the runners gets stuck so we'll need some additional data.

First please make sure that kde-workspace-dbg is installed.

Make krunner freeze and in a terminal do:

pidof krunner

note the number that spits out, then run

sudo gdb

this will open a debug prompt in which you enter

attach $THE_NUMBER_OF_THE_FIRST_COMMAND

wait a bit until the debugger is done loading (it's done when the prompt
re-appears), then run:

thread apply all bt

this will print debug information for all running threads of krunner,
you might have to hit return a couple of times to get all data listed.
once all data is listed (i.e. prompt is active again) simply copy the
output after the command and attach it to this bug report.

##

finally a couple of questions
- Once krunner is frozen, does it start working on its own again? If so, how long does it take approximately?
- Which plugins are loaded in krunner? (can be inspected via the wrench icon left of the input field)
- Does deactivating all plugins except for 'Applications' and 'Command Line' prevent the freezing? (possibly needs a restart to apply)
- When the freeze appears which kded modules are loaded (kcmshell4 kded)? Also please try to stop all services in the bottom list and see if doing so unfreezes krunner again.


** Changed in: kde-workspace (Ubuntu)
       Status: New => Incomplete

-- 
You received this bug notification because you are a member of Kubuntu
Bugs, which is subscribed to kde-workspace in Ubuntu.
https://bugs.launchpad.net/bugs/1082394

Title:
  krunner freezes

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/kde-workspace/+bug/1082394/+subscriptions




More information about the kubuntu-bugs mailing list