Summary: | kmplot crashes when zooming in/out | ||
---|---|---|---|
Product: | [Applications] kmplot | Reporter: | Tobias G. Pfeiffer <tgpfeiffer> |
Component: | general | Assignee: | Klaus-Dieter M <kd.moeller> |
Status: | RESOLVED WORKSFORME | ||
Severity: | crash | ||
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Ubuntu | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Tobias G. Pfeiffer
2006-09-06 10:37:42 UTC
also it happens to me, with Kubuntu Edgy RC1 This happens to me, too. Kubuntu Edgy 6.10 OK, I think I've managed to track down what is going on. It seems that the Parser::eval() method doesn't handle decimal numbers correctly, but returns 0 instead. This leads to xmin and xmax both becoming 0 in coordToMinMax(), which in turn makes dx in plotfkt() to be 0 as well, so the rendering gets stuck in an endless loop. Hope that will help. /John I can not reproduce this bug at all with kmplot 1.2.0 on KDE 3.5.7 (openSUSE packages), so I assume it's fixed. Please retest with a more recent version and reopen this bug, if kmplot still hangs on zooming, thanks. |