The upstream bug at 
http://sourceforge.net/tracker/?func=detail&aid=1122985&group_id=89685&atid=591011
may be relevant for this...

> Details:
> YMax can reach situation in which it can be 0; then in
> function GraphData it is used for division in
> converting the bytes/sec to y coords.
> This kills graphing (and generating index for whatever
> is graphed already).
>
> For the fast fix, I added 
> if ((YMax==0)) {
> syslog(LOG_ERR, "div with %d", YMax );
> YMax += 1;};
> just above "// Convert the bytes/sec to y coords" line.
> Waiting for CVS update.
> Best regards,
>
> Alexandru Matei


-- 
Andreas Henriksson



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to