View Issue Details Jump to Notes ] Print ]
IDProjectCategoryView StatusDate SubmittedLast Update
0003437ParaView(No Category)public2006-06-23 15:352016-08-12 09:57
ReporterKen Moreland 
Assigned ToBerk Geveci 
PrioritylowSeverityminorReproducibilityalways
StatusclosedResolutionmoved 
PlatformOSOS Version
Product Version 
Target VersionFixed in Version 
Summary0003437: SNL: D3 mishandles global ids not vtkIdType
DescriptionD3 always assumes that global ids are in a vtkIdTypeArray. If they are not, they are ignored by D3.

In some special cases, I think this is causing D3 to crash (that is, D3 is crashing and I think this is the cause). It happens when you have int global point ids and then have thresholded the data so that some processes have no data. If this is the case, D3 first does a quick distribution to make sure every process has some data (TestFixTooFewInputFiles method) and then a second distribution based on the kd-tree. During this second distribution, vtkPKdTree gets confused because some processes may be missing their global point id arrays and the number of arrays does not match up.
TagsNo tags attached.
Project
Topic Name
Type
Attached Files

 Relationships

  Notes
(0004363)
Ken Moreland (manager)
2006-06-26 17:46

I added a fix to vtkDistributedDataFilter that gets around the crash. Therefore I dropped both the priority and severity. This is now probably not a big enough issue to bother to resolve before ParaView 2.6.
(0037498)
Kitware Robot (administrator)
2016-08-12 09:57

Resolving issue as `moved`.

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

 Issue History
Date Modified Username Field Change
2009-12-09 14:51 Berk Geveci Project @3@ => ParaView
2011-06-16 13:10 Zack Galbreath Category => (No Category)
2016-08-12 09:57 Kitware Robot Note Added: 0037498
2016-08-12 09:57 Kitware Robot Status expired => closed
2016-08-12 09:57 Kitware Robot Resolution open => moved


Copyright © 2000 - 2018 MantisBT Team