Version: 1.10.0 (using KDE 4.4.3) OS: Linux Installed from: Fedora RPMs Kst crashes while using the Cross Power Spectrum and Cross-Correlation plugins in a session on Planck LFI data. Steps to reproduce the crash: -load L030-0156-C-20080101.fits data, plot columns 2700, 2701, 2710, 2711, 2800, 2801, 2810, 2811 vs. INDEX and also create spectrum (power density spectrum, default settings) of these data columns. -data -> new plugin -> Cross-Correlation -> select two vectors -> Ok. -data -> new plugin -> Cross Power Spectrum -> select two vectors (default sample and FFT rates) - Ok -> Crash.
This appears to have been a problem with the way that KstDataObject-derived plugins (currently CrossPowerSpectrum and BinnedMap) were coded. Due to the only partial reproducibility nature of the problem there may still be other underlying problems, but things now appear much more stable. In an ideal world these plugins would not exist (or derive from KstBasicPlugin or KstCPlugin) as their behaviour does not conform to the standards - in that multiple instances of the dialog can exist.