MantisBT - ParaView
View Issue Details
0007393ParaView(No Category)public2008-07-22 17:242011-01-13 17:00
Clinton Stimpson 
Utkarsh Ayachit 
normalminoralways
closedfixed 
 
3.6 
0007393: crash in frustum select with polyline
create a line source with a resolution of 30
do a frustum select on it and it crashes

I also hit this crash with a 3d cell that had more than 16 edges.
The code needs to be smarter like the comment says in
vtkExtractSelectedFrustum.cxx line 856.
No tags attached.
Issue History
2008-07-22 17:24Clinton StimpsonNew Issue
2009-02-18 09:17Utkarsh AyachitStatusbacklog => tabled
2009-02-18 09:17Utkarsh AyachitAssigned To => Utkarsh Ayachit
2009-02-18 09:17Utkarsh AyachitCategoryDevelopment => 3.6
2009-04-29 10:21Utkarsh AyachitNote Added: 0016244
2009-04-29 10:21Utkarsh AyachitStatustabled => @80@
2009-04-29 10:21Utkarsh AyachitResolutionopen => fixed
2009-05-06 16:59Alan ScottNote Added: 0016323
2009-05-06 16:59Alan ScottStatus@80@ => closed
2009-05-13 13:44Utkarsh AyachitTarget Version => 3.6
2011-01-13 17:00Source_changeset_attached => VTK master a2bd8391
2011-01-13 17:00Source_changeset_attached => VTK master 020ef709
2011-06-16 13:10Zack GalbreathCategory => (No Category)

Notes
(0016244)
Utkarsh Ayachit   
2009-04-29 10:21   
BUG: Fixed BUG 0007393. Inadequate buffer size due to mathematical typo was
resulting in invalid memory accesses and the subsequent seg fault.


/cvsroot/ParaView3/ParaView3/VTK/Graphics/vtkExtractSelectedFrustum.cxx,v <-- VTK/Graphics/vtkExtractSelectedFrustum.cxx
new revision: 1.18; previous revision: 1.17
(0016323)
Alan Scott   
2009-05-06 16:59   
Tested client/ local server.