MantisBT - ParaView
View Issue Details
0006240ParaView(No Category)public2008-01-14 16:292016-08-12 09:57
Eric Monson 
Berk Geveci 
normalcrashalways
closedmoved 
 
 
0006240: Global IDs not read as vtkIdType from vtkXMLUnstructuredGridReader
When reading a VTK XML Unstructured Grid file with Global IDs set, ParaView recognizes that there are Global Ids set (the Use Global Ids check box becomes available in both the Plot Point Over Time and the Selection Inspector), but they not valid -- e.g. they are listed as "int" rather than "idtype" in the Information tab.

When points are selected, the Selection Inspector shows the Index for the points, but if you check Use Global Ids the list goes blank. In the Selection Inspector if you then try to uncheck Use Global Ids, ParaView crashes.
ExodusII files seem to work fine. If you save either box.ex2 or can.ex2 as a vtu file, then reload it, PV will reproduce this behavior.
With my data I was able to use the Python Programmable Filter within ParaView to read those "int" GlobalIds into a vtkIdTypeArray and (after a shallow copy of the input) set the filter output GlobalIds to this new array. After this, all the Global ID stuff seems to work fine, so I think it really is an issue with the reader. It's not clear why unchecking the Use Global Ids box in the Selection Inspector crashes PV when the incorrect "int" IDs are present.
No tags attached.
Issue History
2008-01-14 16:29Eric MonsonNew Issue
2008-01-30 14:07Eric MonsonNote Added: 0010341
2008-04-09 17:28Ken MorelandStatusbacklog => tabled
2008-04-09 17:28Ken MorelandAssigned To => Berk Geveci
2008-05-08 13:47Berk GeveciCategory3.4 => 3.6
2009-02-16 17:41Ken MorelandCategory3.6 => 3.8
2009-05-13 13:41Utkarsh AyachitTarget Version => 3.8
2011-06-16 13:10Zack GalbreathCategory => (No Category)
2016-08-12 09:57Kitware RobotNote Added: 0037553
2016-08-12 09:57Kitware RobotStatusexpired => closed
2016-08-12 09:57Kitware RobotResolutionopen => moved

Notes
(0010341)
Eric Monson   
2008-01-30 14:07   
XML Reader problem (as opposed to ParaView crash with int Global ID type) is now also listed as VTK bug -- 0006289: VTK XML readers set Global IDs as int rather than idType
(0037553)
Kitware Robot   
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.