Bugzilla – Bug 252529
Progressbar flickering during online update due to bad maths? ([ui] YProgressBar.cc(changeWidget):88 Too big value 9194 for progress bar ( max is 100 ))
Last modified: 2007-03-08 22:26:46 UTC
Despite of noticing that the progress bar during online update in ncurses Yast is quite "jumpy", the y2log is filled with messages like the following. I guess there's a programming error somewhere: [ui] YProgressBar.cc(changeWidget):82 Negative value -2147483648 for progress bar [ui] YProgressBar.cc(changeWidget):88 Too big value 3043407 for progress bar ( max is 100 ) [ui] YProgressBar.cc(changeWidget):88 Too big value 4588 for progress bar ( max is 100 ) [ui] YProgressBar.cc(changeWidget):88 Too big value 9194 for progress bar ( max is 100 ) [ui] YProgressBar.cc(changeWidget):88 Too big value 13301 for progress bar ( max is 100 ) [...]
Created attachment 123139 [details] y2log for today's online update You might want to process the file with something like "grep -i progressbar /tmp/junk | cut -d' ' -f5- | sort -u"
*** This bug has been marked as a duplicate of bug 60867 ***