View Issue Details Jump to Notes ] Print ]
IDProjectCategoryView StatusDate SubmittedLast Update
0002080Old ParaView Bugs public2005-07-26 18:072005-07-26 18:09
ReporterFrançois Bertel 
Assigned ToLisa Avila 
PriorityurgentSeveritymajorReproducibilityalways
StatusassignedResolutionopen 
PlatformOSOS Version
Summary0002080: Deleting the clip filter on an image data when volume rendering is selected makes ParaView crash
Description1. Open an image data
2. clip it
3. Select volume rendering: rendering works properly
4. delete the clip filter->ParaView crashes

running gdb, line 107 of
ParaView/GUI/Client/vtkPVDisplayGUI.cxx crashes
because
this->DisplayGUI->GetPVRenderView() return a null pointer
so
this->DisplayGUI->GetPVRenderView()->... crashes
because it deferences a null pointer.


Note:
it happens only with clip.
If I try Tetrahedralize instead, it also generates a vtkUnstructuredGrid. If I try to delete the filter right after a volume rendering selection, there is no crash.

Maybe, it is something related to the 3D widgets
that come with the clip filter... just an assumption.
TagsNo tags attached.
Attached Files

 Relationships

  Notes
There are no notes attached to this issue.

 Issue History
Date Modified Username Field Change


Copyright © 2000 - 2018 MantisBT Team