MantisBT - ParaView
View Issue Details
0007515ParaView(No Category)public2008-08-20 14:042009-05-13 13:59
Alan Scott 
Utkarsh Ayachit 
highcrashalways
closedfixed 
 
3.43.4 
0007515: Crash when undoing select of Display tab.

1. Start with an empty scene.
2. Create a primitive shape, i.e. Sources -> Cone 3. Click the "Apply" button in the Properties tab of the Object Inspector.
4. Click either the Display or Information tab in the Object Inspector.
5. Click the "Undo" button on the toolbar (or Ctrl-Z).
6. ParaView crashes.

This must be fixed for 3.4.
No tags attached.
Issue History
2008-08-20 14:04Alan ScottNew Issue
2008-08-21 13:34Ken MorelandStatusbacklog => tabled
2008-08-21 13:34Ken MorelandAssigned To => Berk Geveci
2008-08-21 13:52Utkarsh AyachitStatustabled => @80@
2008-08-21 13:52Utkarsh AyachitResolutionopen => unable to reproduce
2008-08-21 13:52Utkarsh AyachitNote Added: 0013132
2008-08-21 14:48Utkarsh AyachitAssigned ToBerk Geveci => Utkarsh Ayachit
2008-08-25 13:09Alan ScottStatus@80@ => @20@
2008-08-25 13:09Alan ScottResolutionunable to reproduce => reopened
2008-08-25 13:09Alan ScottNote Added: 0013177
2008-08-25 13:34Utkarsh AyachitStatus@20@ => @80@
2008-08-25 13:34Utkarsh AyachitResolutionreopened => fixed
2008-08-25 13:34Utkarsh AyachitNote Added: 0013179
2008-09-02 21:19Alan ScottStatus@80@ => closed
2008-09-02 21:19Alan ScottNote Added: 0013263
2009-05-13 13:58Utkarsh AyachitTarget Version => 3.4
2009-05-13 13:59Utkarsh AyachitFixed in Version => 3.4
2011-06-16 13:10Zack GalbreathCategory => (No Category)

Notes
(0013132)
Utkarsh Ayachit   
2008-08-21 13:52   
I am not able to reproduce this. There were a few changes committed yesterday/today that may have fixed this issue. Can you please verify?
(0013177)
Alan Scott   
2008-08-25 13:09   
This seems to work for me with the Display tab, but the information tab still crashes.
(0013179)
Utkarsh Ayachit   
2008-08-25 13:34   
This crash was happenning because the animation time
property had no default value. So consequently when the current-time line edit
lost focus (which happened when one switch to some other tab) the current time 0
would get pushed and added to the undo-stack. Then undoing it would try to
revert the animation time to no-value which resulted in the crash. Fixed by
setting the default animation time to 0 when a scene is created.

/cvsroot/ParaView3/ParaView3/Qt/Core/pqAnimationScene.cxx,v <-- Qt/Core/pqAnimationScene.cxx
new revision: 1.26; previous revision: 1.25
(0013263)
Alan Scott   
2008-09-02 21:19   
Tested client/server.