View Issue Details Jump to Notes ] Print ]
IDProjectCategoryView StatusDate SubmittedLast Update
0016134ParaView(No Category)public2016-05-19 08:212016-07-01 05:10
ReporterMathieu Westphal 
Assigned ToMathieu Westphal 
PrioritynormalSeverityminorReproducibilityhave not tried
StatusclosedResolutionfixed 
PlatformOSOS Version
Product Versiongit-next 
Target VersionFixed in Version5.1 
Summary0016134: Python command for spreadsheet view properties causes crash
DescriptionSending python command to set spreasheet view properties can cause crash
Steps To Reproduceopen paraview
open any data.csv
visualize in spreadsheetview
open python shell

1.
v=GetActiveView()
v.InvertOrder = 1
Crash

2.
v=GetActiveView()
v.ColumnToSort="ExistingArray"
Runtime Error Number of elements = 0
TagsNo tags attached.
ProjectParaViS
Topic Name
Typecrash
Attached Files

 Relationships

  Notes
(0035996)
Joachim Pouderoux (developer)
2016-05-20 08:27

MR: https://gitlab.kitware.com/paraview/paraview/merge_requests/781 [^]
(0036131)
Alan Scott (manager)
2016-06-30 14:59

Tested master, local server, Linux.

I didn't see any change in the spreadsheet, but that isn't what this bug is. Crashes and warnings have gone away.
(0036147)
Mathieu Westphal (developer)
2016-07-01 05:10

You need to call Render() tu see the changes.

 Issue History
Date Modified Username Field Change
2016-05-19 08:21 Mathieu Westphal New Issue
2016-05-19 08:21 Mathieu Westphal Assigned To => Mathieu Westphal
2016-05-19 08:23 Mathieu Westphal Steps to Reproduce Updated
2016-05-20 08:27 Joachim Pouderoux Note Added: 0035996
2016-05-20 08:27 Joachim Pouderoux Status backlog => active development
2016-05-20 10:09 Mathieu Westphal Status active development => gatekeeper review
2016-05-20 10:09 Mathieu Westphal Resolution open => fixed
2016-06-17 00:03 Utkarsh Ayachit Status gatekeeper review => customer review
2016-06-17 00:03 Utkarsh Ayachit Fixed in Version => 5.1
2016-06-30 14:59 Alan Scott Note Added: 0036131
2016-06-30 14:59 Alan Scott Status customer review => closed
2016-07-01 05:10 Mathieu Westphal Note Added: 0036147
2016-07-01 05:10 Mathieu Westphal Status closed => backlog
2016-07-01 05:10 Mathieu Westphal Resolution fixed => reopened
2016-07-01 05:10 Mathieu Westphal Status backlog => closed
2016-07-01 05:10 Mathieu Westphal Resolution reopened => fixed


Copyright © 2000 - 2018 MantisBT Team