GNOME Bugzilla – Bug 325069
Critical warning to fix really soon now ;-)
Last modified: 2006-01-05 17:15:25 UTC
Gtk-CRITICAL **: gtk_progress_set_percentage: assertion `percentage >= 0 && perc entage <= 1.0' failed aborting... Program received signal SIGABRT, Aborted.
+ Trace 64830
Thread NaN (LWP 1451)
Created attachment 56478 [details] [review] Ugly hack, that happens to work around this problem Just thought I'd post the patch for informational purposes (and maybe provide a workaround for people that are using development builds but want a working bug-buddy despite the fatal criticals). Looking a little deeper, for some odd reason info->bytes_total seems to be 4096. So, this thing crashes as soon as more than 4K bytes are copied. I don't grok gnome-vfs, so I don't know why it thought there were only 4K bytes to download (the file size is like 81K that it needed), but it is. So, we need someone to figure out why it has the wrong download size (and note that wget seems to figure it out just fine...)
Ey sorry Elijah I completely missed your bug report. I reported the gnome-vfs bug after seeing that the GnomeVfsProgressInfo struct was completly zeroed in the async_xfer callback only with gnome-vfs 2.13 We added a similiar workaround like this from another bug report to let people submit bugs until gnome-vfs get fixed. *** This bug has been marked as a duplicate of 325707 ***