View Issue Details Jump to Notes ] Print ]
IDProjectCategoryView StatusDate SubmittedLast Update
0007515ParaView(No Category)public2008-08-20 14:042009-05-13 13:59
ReporterAlan Scott 
Assigned ToUtkarsh Ayachit 
PriorityhighSeveritycrashReproducibilityalways
StatusclosedResolutionfixed 
PlatformOSOS Version
Product Version 
Target Version3.4Fixed in Version3.4 
Summary0007515: Crash when undoing select of Display tab.
Description
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.
TagsNo tags attached.
Project
Topic Name
Type
Attached Files

 Relationships

  Notes
(0013132)
Utkarsh Ayachit (administrator)
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 (manager)
2008-08-25 13:09

This seems to work for me with the Display tab, but the information tab still crashes.
(0013179)
Utkarsh Ayachit (administrator)
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 (manager)
2008-09-02 21:19

Tested client/server.

 Issue History
Date Modified Username Field Change
2008-08-20 14:04 Alan Scott New Issue
2008-08-21 13:34 Ken Moreland Status backlog => tabled
2008-08-21 13:34 Ken Moreland Assigned To => Berk Geveci
2008-08-21 13:52 Utkarsh Ayachit Status tabled => @80@
2008-08-21 13:52 Utkarsh Ayachit Resolution open => unable to reproduce
2008-08-21 13:52 Utkarsh Ayachit Note Added: 0013132
2008-08-21 14:48 Utkarsh Ayachit Assigned To Berk Geveci => Utkarsh Ayachit
2008-08-25 13:09 Alan Scott Status @80@ => @20@
2008-08-25 13:09 Alan Scott Resolution unable to reproduce => reopened
2008-08-25 13:09 Alan Scott Note Added: 0013177
2008-08-25 13:34 Utkarsh Ayachit Status @20@ => @80@
2008-08-25 13:34 Utkarsh Ayachit Resolution reopened => fixed
2008-08-25 13:34 Utkarsh Ayachit Note Added: 0013179
2008-09-02 21:19 Alan Scott Status @80@ => closed
2008-09-02 21:19 Alan Scott Note Added: 0013263
2009-05-13 13:58 Utkarsh Ayachit Target Version => 3.4
2009-05-13 13:59 Utkarsh Ayachit Fixed in Version => 3.4
2011-06-16 13:10 Zack Galbreath Category => (No Category)


Copyright © 2000 - 2018 MantisBT Team