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 603395 - Download progress bar wrong for files > 4GB
Download progress bar wrong for files > 4GB
Status: RESOLVED FIXED
Product: epiphany
Classification: Core
Component: Downloads
git master
Other Linux
: Normal normal
: ---
Assigned To: Epiphany Maintainers
Epiphany Maintainers
Depends on:
Blocks:
 
 
Reported: 2009-11-30 18:10 UTC by Conrad Steenberg
Modified: 2010-02-15 07:29 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Conrad Steenberg 2009-11-30 18:10:57 UTC
After 4GB the progress resets to 0%

Maybe there's a 32bit int used somwhere instead of size_t?

The version I'm using is 2.28.1 from Fedora 12
Comment 1 Diego Escalante Urrelo (not reading bugmail) 2010-02-11 05:08:03 UTC
I found a possible line to blame in webkit, see https://bugs.webkit.org/show_bug.cgi?id=34829

Gustavo, can you review that webkit patch? How can we test that anyway?
Comment 2 Diego Escalante Urrelo (not reading bugmail) 2010-02-15 07:29:10 UTC
This is hopefully fixed in webkit now. You'll see it in the next unstable release. Thanks.