View Issue Details Jump to Notes ] Print ]
IDProjectCategoryView StatusDate SubmittedLast Update
0015751VTK(No Category)public2015-10-01 13:542016-08-12 09:55
ReporterLuc Habert 
Assigned ToRicardo Ortiz 
PrioritynormalSeverityminorReproducibilityhave not tried
StatusclosedResolutionmoved 
PlatformOSOS Version
Product Version 
Target VersionFixed in Version 
Summary0015751: vtkOpenGLGlyph3DMapper (OpenGL2 version in VTK 6.3) crash
DescriptionIf a glyph indexing is set up, but, for some reason, the input data set does not contain the index array, vtkOpenGLGlyph3DMapper::RebuildStructures only initializes the first cell in numPointsPerSource, leading to a crash during
entry->PickIds.resize(numPointsPerSource[cc]) with cc > 0.

I believe all values in the numPointsPerSource array should be initialised to 0 in any case. BTW, why not use a vector instead of this unsafe array? The constructor would take care of the initialisation to 0, and there would be no need for explicit deletion.

Tagshackaton
ProjectTBD
Typeincorrect functionality
Attached Files

 Relationships

  Notes
(0037416)
Kitware Robot (administrator)
2016-08-12 09:55

Resolving issue as `moved`.

This issue tracker is no longer used. Further discussion of this issue may take place in the current VTK Issues page linked in the banner at the top of this page.

 Issue History
Date Modified Username Field Change
2015-10-01 13:54 Luc Habert New Issue
2015-10-21 11:54 Utkarsh Ayachit Tag Attached: hackaton
2015-10-21 13:06 Ricardo Ortiz Assigned To => Ricardo Ortiz
2016-08-12 09:55 Kitware Robot Note Added: 0037416
2016-08-12 09:55 Kitware Robot Status backlog => closed
2016-08-12 09:55 Kitware Robot Resolution open => moved


Copyright © 2000 - 2018 MantisBT Team