View Issue Details Jump to Notes ] Print ]
IDProjectCategoryView StatusDate SubmittedLast Update
0013212VTK(No Category)public2012-05-31 03:202012-06-12 18:02
Reporteramaclean 
Assigned To 
PriorityurgentSeverityminorReproducibilityhave not tried
StatusclosedResolutionfixed 
PlatformOSOS Version
Product Version 
Target VersionFixed in Version 
Summary0013212: vtkMaskPoints: bad initialisation of MaximumNumberOfPoints
DescriptionI am using vtk 6.0

MaximumNumberOfPoints is being initialised to VTK_LARGE_ID, this should be initialised to VTK_LARGE_INT instead. See line 36 of vtkMaskPoints.cxx.
Also VTK_LARGE_ID should be changed to VTK_LARGE_INT in the clamp macros at lines 49, 54 in vtkMaskPoints.h

Rationale:
This code will crash in Python:
mask.SetInputConnection(parametricFunctionSource.GetOutputPort())
print vtk.VTK_LARGE_ID, vtk.VTK_LARGE_INTEGER
print mask.GetMaximumNumberOfPoints()
#mask.SetMaximumNumberOfPoints(100)
mask.RandomModeOn()

with the error:
ERROR: In c:\users\amaclean\code\kitware\src\vtk\common\core\vtkDataArrayTemplate.txx, line 144
vtkFloatArray (000000000278C110): Unable to allocate 9223372036854775805 elements of size 4 bytes.

Obviously uncommenting:
#mask.SetMaximumNumberOfPoints(100)
will fix this.

This issue probably only arises in 64-bit systems.
TagsNo tags attached.
ProjectTBD
Typecrash
Attached Files

 Relationships

  Notes
(0028691)
amaclean (reporter)
2012-06-12 18:01

A fix has been merged intothe vtk master, see: http://vtk.org/gitweb?p=VTK.git;a=commit;h=68858bd9 [^]
(0028692)
amaclean (reporter)
2012-06-12 18:02

See: http://vtk.org/gitweb?p=VTK.git;a=commit;h=68858bd9 [^]

 Issue History
Date Modified Username Field Change
2012-05-31 03:20 amaclean New Issue
2012-06-12 18:01 amaclean Note Added: 0028691
2012-06-12 18:02 amaclean Note Added: 0028692
2012-06-12 18:02 amaclean Status backlog => closed
2012-06-12 18:02 amaclean Resolution open => fixed


Copyright © 2000 - 2018 MantisBT Team