Version: 2.0.3 OS: Linux Saved .kst file has vectors from dirfile with start="1294710" count="-1". Indexes in current dirfile (a symlink) only go to 85370. On trying to load, a segmentation fault occurs. Editing to .kst file so that each datavector has start="-1" count="100" makes things work again. Reproducible: Always Steps to Reproduce: Can reproduce using the "Change Data Sample Range" dialog: Select "Read to end" and set "Start" to outside the current dirfile INDEX range. Actual Results: kst immediately dies to a segmentation fault Expected Results: Best behaviour would be to detect problem and bring up dialog to select a valid data sample range (maybe after warning). It would also be okay for nothing to happen, and plots contain no data. OS: Linux
SVN commit 1214715 by netterfield: BUG: 261011 Check number of frame limits before reading data. M +5 -3 datavector.cpp WebSVN link: http://websvn.kde.org/?view=rev&revision=1214715