Summary: | Adding new sensor "FailedDevices (integer)" as "Digital Number view" crashed the programm | ||
---|---|---|---|
Product: | [Unmaintained] ksysguard | Reporter: | Harald Koschinski <harald> |
Component: | general | Assignee: | KSysGuard Developers <ksysguard-bugs> |
Status: | RESOLVED FIXED | ||
Severity: | crash | CC: | jelte, johnflux, nate, ralf.kistner |
Priority: | NOR | ||
Version First Reported In: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Unlisted Binaries | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: | |||
Attachments: | New crash information added by DrKonqi |
Description
Harald Koschinski
2010-02-18 20:36:18 UTC
*** Bug 244877 has been marked as a duplicate of this bug. *** *** Bug 228916 has been marked as a duplicate of this bug. *** Created attachment 53308 [details] New crash information added by DrKonqi ksysguard (4.5.1 (KDE 4.5.1)) on KDE Platform 4.5.1 (KDE 4.5.1) using Qt 4.7.0 - What I was doing when the application crashed: Followed the tutorial on http://techbase.kde.org/Development/Tutorials/Sensors The sensor is detected correctly, but the app crashes when I try to add the sensor (any type of graph). Adding a custom sensor would be a very useful feature for me, but it seems to be completely undocumented and unstable at the moment. -- Backtrace (Reduced): #6 0x00007fb45366aa96 in unit (this=0x26760e0, id=100, answerlist=...) at ../../../ksysguard/gui/ksgrd/SensorClient.h:191 #7 FancyPlotter::answerReceived (this=0x26760e0, id=100, answerlist=...) at ../../../ksysguard/gui/SensorDisplayLib/FancyPlotter.cc:684 #8 0x00007fb45278a74e in KSGRD::SensorAgent::processAnswer (this=0x26653d0, buf=<value optimized out>, buflen=<value optimized out>) at ../../../../ksysguard/gui/ksgrd/SensorAgent.cc:184 #9 0x00007fb4527921ae in KSGRD::SensorShellAgent::msgRcvd (this=0x26653d0) at ../../../../ksysguard/gui/ksgrd/SensorShellAgent.cc:91 #10 0x00007fb452792f98 in KSGRD::SensorShellAgent::qt_metacall (this=0x26653d0, _c=QMetaObject::InvokeMetaMethod, _id=<value optimized out>, _a=0x7fffd038f110) at ./SensorShellAgent.moc:78 Probably fixed by: commit f11be1b2a576db9b5e2defa9aacbf48e9cc5a00b Author: John Tapsell <johnflux@gmail.com> Date: Fri Mar 18 15:07:51 2011 +0000 Be a bit more relaxed about bad values from custom clients |