Ticket #1037 (new defect)
Crash if accessing python variables assigned to qtiplot windows that have been closed
| Reported by: | Russell Taylor | Owned by: | Martyn Gigg |
|---|---|---|---|
| Priority: | major | Milestone: | Iteration 25 |
| Keywords: | Cc: | ||
| Tester: |
Description (last modified by Russell Taylor) (diff)
In the immediate window, if you do:
instrument_view = getInstrumentView("workspace-name")
show the window:
instrument_view.showWindow()
close it manually and then try to use the instrument_view variable again then you get a crash.
The same thing happens for a variable obtained from a graph window that's been closed (e.g. graph_spec = plotSpectrum("RawData", 0) ).
Change History
Note: See
TracTickets for help on using
tickets.
