Version: 2.0.3 OS: Linux Every time I try to run a filter plugin, kst crashes with a segmentation fault. I have not tried all of the filter plugins, but it happens for at least high pass, low pass, band pass, and band stop. Reproducible: Always Steps to Reproduce: Open the attached filter_test.kst, and try to create a filter plugin. (I have tried using other data than the simple equation in filter_test.kst, with the same result) Actual Results: Segmentation fault Expected Results: Vector is generated containing the filter result OS: Linux
Created attachment 55246 [details] simple curve to test filters on
This happens only through the "Create->Filter Plugin->Filter Type" dialog, rather than "right click->Filter". The same appears to be true of fit plugins.
It crashes because the input vectors are invalid (also on Windows). Additionally after loading the tab is blank, the plot only appears after moving or resizing the window.