Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 113749 - kde-base/khotkeys-3.4.3 current user startup crash
Summary: kde-base/khotkeys-3.4.3 current user startup crash
Status: RESOLVED UPSTREAM
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] KDE (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo KDE team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-11-27 14:58 UTC by Chris White (RETIRED)
Modified: 2005-11-29 07:10 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
strace.log (strace.log,38.04 KB, text/plain)
2005-11-27 14:59 UTC, Chris White (RETIRED)
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Chris White (RETIRED) gentoo-dev 2005-11-27 14:58:43 UTC
khotkeys will crash for existing users, but not for new ones.  It simply erorrs 
out like such:

chris@main ~ $ khotkeys
ERROR: Communication problem with khotkeys, it probably crashed.
chris@main ~ $

That's.. it.  It relates to the following upstream bug:

http://bugs.kde.org/show_bug.cgi?id=108712

attaching an strace log just in case, as gdb output seems useless.
Comment 1 Chris White (RETIRED) gentoo-dev 2005-11-27 14:59:08 UTC
Created attachment 73697 [details]
strace.log
Comment 2 Marcus D. Hanwell (RETIRED) gentoo-dev 2005-11-28 05:39:29 UTC
I managed to reproduce this with a fresh user too on amd64. Can't get any 
useful debug info from it. 
Comment 3 Gregorio Guidi (RETIRED) gentoo-dev 2005-11-29 07:10:31 UTC
Probably this happens because khotkeys is already running as a kded module and  
the standalone instance refuses to start giving a spurious error.  
  
Try for instance:  
$ dcop kded khotkeys quit  
$ khotkeys  
$ killall khotkeys 
$ dcop kded kded loadModule khotkeys  
$ khotkeys  
ERROR: Communication problem with khotkeys, it probably crashed.  
  
This is a minor annoyance, we can safely leave it to upstream...