MantisBT - ParaView
View Issue Details
0008955ParaView(No Category)public2009-05-01 21:512010-01-25 17:29
Alan Scott 
 
normalminorsometimes
closedfixed 
 
3.8 
0008955: Exodus reader spews extreme numbers of error messages
There seems to be an error in either the exodus reader, or a data file that I have. This error is causing error messages to be written with up to a gigabyte of data.

We need these warning/error messages to write once or a few times, then become silent. The offending message is the following, but we really should scrub the whole file for this problem. It is:

      vtkWarningMacro( "You requested attribute " << ai << " in a collection of only " << N << " attribute." );

found in vtkExodusIIReader.cxx at line 5266.

No tags attached.
related to 0009716closed Robert Maynard Exodus reader put out too many warning messages 
Issue History
2009-05-01 21:51Alan ScottNew Issue
2009-05-13 13:39Utkarsh AyachitTarget Version => 3.8
2010-01-21 13:49Utkarsh AyachitRelationship addedrelated to 0009716
2010-01-25 17:29Alan ScottNote Added: 0019302
2010-01-25 17:29Alan ScottStatusbacklog => closed
2010-01-25 17:29Alan ScottResolutionopen => fixed
2011-06-16 13:10Zack GalbreathCategory => (No Category)

Notes
(0019302)
Alan Scott   
2010-01-25 17:29   
Closing since I don't know how to replicate this at present. If I do, I will then fix it and push this fix to Kitware.