After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 681553 - system monitor 3.4.1 shows incorrect numbers for more than 3.0 GiB/s E
system monitor 3.4.1 shows incorrect numbers for more than 3.0 GiB/s E
Status: RESOLVED FIXED
Product: system-monitor
Classification: Core
Component: resources
3.5.x
Other Linux
: Normal normal
: ---
Assigned To: System-monitor maintainers
System-monitor maintainers
Depends on:
Blocks:
 
 
Reported: 2012-08-09 19:34 UTC by Robert Roth
Modified: 2012-08-10 16:07 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Proposed patch (1.12 KB, patch)
2012-08-10 06:35 UTC, Robert Roth
none Details | Review

Description Robert Roth 2012-08-09 19:34:22 UTC
Forwarded from https://bugs.launchpad.net/ubuntu/+source/gnome-system-monitor/+bug/999899, reported for Ubuntu.

See the network chart Y axis labels on the screenshot [1], after 3 GiB the label numbering starts again from 0. This might be an integer overflow, or something similar. 
[1] - https://bugs.launchpad.net/ubuntu/+source/gnome-system-monitor/+bug/999899/+attachment/3148167/+files/systemMonitor.png
Comment 1 Robert Roth 2012-08-10 06:35:36 UTC
Created attachment 220847 [details] [review]
Proposed patch

This patch fixes the overflow error by changing a variable type in the net_scale method from unsigned (implicit unsigned int) to guint64.
Comment 2 Robert Roth 2012-08-10 16:07:05 UTC
This problem has been fixed in the development version. The fix will be available in the next major software release. Thank you for your bug report.