[Bug 1082394] Re: krunner freezes

2012-11-25 Thread Harald Sitter
A kdebug log would be useful:

kdebugdialog -> activate all debugging

killall krunner; sleep3; krunner --nofork &> debug.log

wait for the issue, upload debug.log

** 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

-- 
kubuntu-bugs mailing list
kubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/kubuntu-bugs


[Bug 1082394] Re: krunner freezes

2012-11-26 Thread Manuel López-Ibáñez
It happened just after launching skype. krunner_ is the real krunner (I
am using a wrapper script to save the debug output as you indicated).
skype-desktop is:

[Desktop Entry]
Comment[en_US]=Skype Internet Telephony
Comment=Skype Internet Telephony
Exec=skype
GenericName[en_US]=
GenericName=
Icon=/usr/share/icons/skype.png
MimeType=
Name[en_US]=Skype
Name=Skype
Path=
StartupNotify=true
Terminal=false
TerminalOptions=
Type=Application
X-DBUS-ServiceName=
X-DBUS-StartupType=unique
X-KDE-SubstituteUID=false
X-KDE-Username=

** Attachment added: "kdebug log"
   
https://bugs.launchpad.net/ubuntu/+source/kde-workspace/+bug/1082394/+attachment/3443912/+files/krunner-debug.log

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

-- 
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

-- 
kubuntu-bugs mailing list
kubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/kubuntu-bugs


[Bug 1082394] Re: krunner freezes

2012-11-26 Thread Harald Sitter
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

-- 
kubuntu-bugs mailing list
kubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/kubuntu-bugs