View Issue Details Jump to Notes ] Print ]
IDProjectCategoryView StatusDate SubmittedLast Update
0005699ParaView(No Category)public2007-09-13 14:262007-09-17 19:36
ReporterKen Moreland 
Assigned ToClinton Stimpson 
PrioritynormalSeveritycrashReproducibilityalways
StatusclosedResolutionfixed 
PlatformOSOS Version
Product Version 
Target VersionFixed in Version 
Summary0005699: Creating or deleting 3D view sometimes crashes
DescriptionThe following sequence of events will crash ParaView.

1. Create a Wavelet source.
2. Add the point over line filter.
3. Delete the 3D view. Only the X-Y plot will be left.
4. Split the view.
5. Make the new view a 3D view.

ParaView crashes at this point. Occasionally a similar setup will cause ParaView to crash when deleting view. (I did that by skipping step 3 so that 2 3D views were created and then deleting the newer 3D view.)
Additional InformationI think the problem has to do with the 3D line widget. The debugger shows some methods of that widget in the stack trace, and if you replace the histogram filter for the line filter above, no crash occurs.
TagsNo tags attached.
Project
Topic Name
Type
Attached Files

 Relationships

  Notes
(0008980)
Clinton Stimpson (developer)
2007-09-13 16:22

Or easier.
Create a line source and hit apply.
Close the 3d view. Click the 3d view button to put it back, and it crashes.

vtkViewport::ViewToNormalizedViewport doesn't check for NULL pointers like most other *To* functions do.
(0008983)
Clinton Stimpson (developer)
2007-09-13 17:57

vtkViewport should watch for NULL pointers anyway.

/cvsroot/ParaView3/ParaView3/VTK/Filtering/vtkViewport.cxx,v <-- vtkViewport.cxx
new revision: 1.9; previous revision: 1.8

I notice no bad behavior not being able to momentarily make a good normalized viewport to view coordinate conversion.

 Issue History
Date Modified Username Field Change
2007-09-13 14:26 Ken Moreland New Issue
2007-09-13 16:22 Clinton Stimpson Note Added: 0008980
2007-09-13 17:54 Clinton Stimpson Status backlog => tabled
2007-09-13 17:54 Clinton Stimpson Assigned To => Clinton Stimpson
2007-09-13 17:57 Clinton Stimpson Status tabled => @80@
2007-09-13 17:57 Clinton Stimpson Resolution open => fixed
2007-09-13 17:57 Clinton Stimpson Note Added: 0008983
2007-09-17 19:36 Alan Scott Status @80@ => closed
2011-06-16 13:10 Zack Galbreath Category => (No Category)


Copyright © 2000 - 2018 MantisBT Team