[Bug 212112] Kmenuedit KDE Menu Editor extremely slow

Will Stephenson wstephenson at kde.org
Mon Nov 23 21:09:50 GMT 2009


https://bugs.kde.org/show_bug.cgi?id=212112





--- Comment #6 from Will Stephenson <wstephenson kde org>  2009-11-23 22:08:16 ---
Ok, the call kmenuedit is making to khotkeys (a kded module) is making kded4
hang or crash.  Could either of you get me a backtrace of kded4?

1) install debuginfo packages for kdelibs, kdebase, kdebase-workspace,
kdebase-runtime (depending on your distro's packaging)
2) attach gdb to the running kded4 process before starting kmenuedit (gdb -p
`pidof kded4`) and make kded4 continue ('cont' at the gdb command line)
3) start kmenuedit 
4) get back into gdb, interrupt kded4, (ctrl-c) and get a backtrace of where
kded4 is hung ('backtrace' at the gdb command line)?

There's a chance kded4 is crashing at step 3) in which case you won't need to
interrupt it.  Once you've saved the backtrace you can kill kded4 with 'kill'
or 'detach' from kded4 then 'quit' out of gdb.  Apologies if you already passed
GDB101...

-- 
Configure bugmail: https://bugs.kde.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the Unassigned-bugs mailing list