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 639212 - In gnome-system-monitor the total network history overflows after 4.2 GiB
In gnome-system-monitor the total network history overflows after 4.2 GiB
Status: RESOLVED FIXED
Product: system-monitor
Classification: Core
Component: resources
2.28.x
Other Linux
: Normal normal
: ---
Assigned To: System-monitor maintainers
: 673087 (view as bug list)
Depends on:
Blocks:
 
 
Reported: 2011-01-11 13:36 UTC by Oliver Joos
Modified: 2012-03-30 07:34 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Added SI prefix tera to network counter (2.17 KB, patch)
2011-04-16 23:28 UTC, Chris Kühl
committed Details | Review
Fix network totals overflow on 32-bit machines. (5.46 KB, patch)
2011-04-17 23:06 UTC, Chris Kühl
committed Details | Review

Description Oliver Joos 2011-01-11 13:36:00 UTC
This overflow occurs after downloading a single DVD. Looks like it counts the bytes with an unsigned integer. It should use and display a long integer (64 bit).

This problem has been brought up in http://brainstorm.ubuntu.com/idea/26571/
Comment 1 Chris Kühl 2011-04-16 23:28:49 UTC
The following fix has been pushed:
3ea7303 Added SI prefix tera to network counter

I didn't find any overflow issues. Looking at the brainstorm link made me think this is about not having an SI prefix 'tera'. I've added that now.

Please reopen, if this is not the case.
Comment 2 Chris Kühl 2011-04-16 23:28:52 UTC
Created attachment 186118 [details] [review]
Added SI prefix tera to network counter
Comment 3 Chris Kühl 2011-04-17 09:02:08 UTC
Reopening. This is actually overflowing on 32-bit architectures. I'll commit a fix tonight.
Comment 4 Chris Kühl 2011-04-17 23:06:28 UTC
The following fix has been pushed:
c727579 Fix network totals overflow on 32-bit machines.
Comment 5 Chris Kühl 2011-04-17 23:06:33 UTC
Created attachment 186172 [details] [review]
Fix network totals overflow on 32-bit machines.
Comment 6 Chris Kühl 2012-03-30 07:34:31 UTC
*** Bug 673087 has been marked as a duplicate of this bug. ***