| Summary: | kst crash when adding plugin interpolation linear without specifying y interpolated | ||
|---|---|---|---|
| Product: | [Applications] kst | Reporter: | Roman Fietze <kde> |
| Component: | general | Assignee: | kst |
| Status: | RESOLVED FIXED | ||
| Severity: | crash | ||
| Priority: | NOR | ||
| Version First Reported In: | 1.x | ||
| Target Milestone: | --- | ||
| Platform: | openSUSE | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
| Attachments: | Add plugin "Interpolation linear" with dialog defaults | ||
|
Description
Roman Fietze
2008-06-07 20:54:21 UTC
Created attachment 25196 [details]
Add plugin "Interpolation linear" with dialog defaults
The gsl interpolation routines require a monotonically increasing x input-vector. SVN commit 818520 by arwalker: BUG:163480 Return early if the x-input vector fed to the interpolation plugins is not monotonically increasing. M +9 -0 interpolations.h WebSVN link: http://websvn.kde.org/?view=rev&revision=818520 |