Bug 237993 - kst crash using cross power spectrum and cross correlation plugins
Summary: kst crash using cross power spectrum and cross correlation plugins
Status: RESOLVED FIXED
Alias: None
Product: kst
Classification: Applications
Component: general (show other bugs)
Version: 1.x
Platform: Fedora RPMs Linux
: NOR crash
Target Milestone: ---
Assignee: kst
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-05-18 00:45 UTC by dbeausummer2010
Modified: 2010-05-20 20:14 UTC (History)
1 user (show)

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description dbeausummer2010 2010-05-18 00:45:03 UTC
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.
Comment 1 Andrew Walker 2010-05-20 20:14:55 UTC
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.