GNOME Bugzilla – Bug 639212
In gnome-system-monitor the total network history overflows after 4.2 GiB
Last modified: 2012-03-30 07:34:31 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/
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.
Created attachment 186118 [details] [review] Added SI prefix tera to network counter
Reopening. This is actually overflowing on 32-bit architectures. I'll commit a fix tonight.
The following fix has been pushed: c727579 Fix network totals overflow on 32-bit machines.
Created attachment 186172 [details] [review] Fix network totals overflow on 32-bit machines.
*** Bug 673087 has been marked as a duplicate of this bug. ***