Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 1291 - Kcpuload crashes on startup
Summary: Kcpuload crashes on startup
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] KDE (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Dan Armak (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-03-21 22:31 UTC by Kevin
Modified: 2003-02-04 19:42 UTC (History)
1 user (show)

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Kevin 2002-03-21 22:31:41 UTC
emerged kcpuload-1.90-r2.ebuild, compiled successfully, but dumps on 
startup.

bash-2.05a$ kcpuload &
[2] 8655
bash-2.05a$ KCrash: crashing.... crashRecursionCounter = 2
KCrash: Application Name = kcpuload path = <unknown> pid = 8655
QMutex::~QMutex: destroy failure: Device or resource busy

I'm not sure what device it's looking for.  Stacktrace follows:

(no debugging symbols found)...(no debugging symbols found)...
(no debugging symbols found)...(no debugging symbols found)...
(no debugging symbols found)...(no debugging symbols found)...
(no debugging symbols found)...(no debugging symbols found)...
(no debugging symbols found)...(no debugging symbols found)...
(no debugging symbols found)...(no debugging symbols found)...
(no debugging symbols found)...(no debugging symbols found)...
(no debugging symbols found)...(no debugging symbols found)...
(no debugging symbols found)...(no debugging symbols found)...
(no debugging symbols found)...(no debugging symbols found)...
(no debugging symbols found)...(no debugging symbols found)...
(no debugging symbols found)...(no debugging symbols found)...
(no debugging symbols found)...(no debugging symbols found)...
(no debugging symbols found)...(no debugging symbols found)...
(no debugging symbols found)...(no debugging symbols found)...
(no debugging symbols found)...(no debugging symbols found)...
(no debugging symbols found)...0x41004ee9 in wait4 () from /lib/libc.so.6
#0  0x41004ee9 in wait4 () from /lib/libc.so.6
#1  0x4108250c in __check_rhosts_file () from /lib/libc.so.6
#2  0x402ff155 in KCrash::defaultCrashHandler ()
   from /usr/kde/2/lib/libkdecore.so.3
#3  0x410915d4 in sigaction () from /lib/libpthread.so.0
#4  0x40f86818 in sigaction () from /lib/libc.so.6
#5  0x40551d0d in QWidget::create () from /usr/qt/2/lib/libqt-mt.so.2
#6  0x405f7b89 in QWidget::QWidget () from /usr/qt/2/lib/libqt-mt.so.2
#7  0x4026b980 in KApplication::init () from /usr/kde/2/lib/libkdecore.so.3
#8  0x4026b121 in KApplication::KApplication ()
   from /usr/kde/2/lib/libkdecore.so.3
#9  0x08055b54 in strcpy ()
#10 0x40f75311 in __libc_start_main () from /lib/libc.so.6


Thanks,

Kevin
Comment 1 Dan Armak (RETIRED) gentoo-dev 2002-03-23 17:13:43 UTC
The only device it should be opening is /proc/loadavg or some such. Do other cpu-usage displaying apps work, like the kicker ksysguard applet? 
Comment 2 Dan Armak (RETIRED) gentoo-dev 2002-03-24 15:09:30 UTC
Well, there's always top, and others too. But if ksysguard works there's probably nothnig wrong with your /proc, it was unlikely anyway.It might not even be a device but a resource of some kind that it wants.  Maybe you could try running it outside kde?  You could also try sending a bugreport upstream, to the author. 
Comment 3 Dan Armak (RETIRED) gentoo-dev 2002-04-12 14:41:37 UTC
Closing because it's old and there has been no further input.