Summary: | System Monitor didn't show correct Ram and Swap size | ||
---|---|---|---|
Product: | [Unmaintained] ksysguard | Reporter: | Shashwat <shashwat.pant> |
Component: | general | Assignee: | KSysGuard Developers <ksysguard-bugs> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | johnflux |
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Mandriva RPMs | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Shashwat
2009-01-19 18:28:05 UTC
SVN commit 913676 by johnflux: Use long longs instead of longs for storing the total amount of memory. Fixes overflows on systems with more than 4GB of memory. BUG:181324 CCBUG:159314 M +3 -3 gui/ksysguard.cc M +1 -1 gui/ksysguard.h M +25 -25 ksysguardd/Linux/Memory.c [POSSIBLY UNSAFE: scanf] WebSVN link: http://websvn.kde.org/?view=rev&revision=913676 So you mean to say there will be problem ? Well I know 4gb isn't suported by 32bit but gnome system monitor did show 3.2 gb and shows correct amount of swapp.. Check CPU Z Validation URL. . http://valid.canardpc.com/show_oc.php?id=482298 (In reply to comment #2) > So you mean to say there will be problem ? I have now fixed the problem for KDE 4.3, |