MantisBT - ParaView
View Issue Details
0005778ParaView(No Category)public2007-09-25 12:432009-05-13 13:59
Clinton Stimpson 
Alan Scott 
normalminoralways
closedfixed 
 
3.43.4 
0005778: exodus reader not silent in CanReadFile()
Two problems in vtkExodusIIReader::CanReadFile()

Open ParaViewData/Data/SPCTH/spcth.0
and I get
Warning: In /.../ParaView3/VTK/Hybrid/vtkExodusIIReader.cxx, line 5910
vtkPExodusIIReader (0x18152c0): Unable to close ".../ParaViewData/Data/SPCTH/spcth.0" opened for testing.

Create an empty file
touch junk.0 (that's the number zero)
Try opening it in paraview and it asserts down inside the call to ex_open().
No tags attached.
Issue History
2007-09-25 12:43Clinton StimpsonNew Issue
2007-09-25 15:09Utkarsh AyachitStatusbacklog => tabled
2007-09-25 15:09Utkarsh AyachitAssigned To => Eric Stanton
2007-09-25 17:40Eric StantonStatustabled => @80@
2007-09-25 17:40Eric StantonResolutionopen => fixed
2007-09-25 17:45Clinton StimpsonStatus@80@ => @20@
2007-09-25 17:45Clinton StimpsonResolutionfixed => reopened
2007-09-25 17:45Clinton StimpsonNote Added: 0009292
2008-04-15 10:10Berk GeveciAssigned ToEric Stanton => David Thompson (old)
2008-04-15 10:10Berk GeveciStatus@20@ => tabled
2008-04-15 10:10Berk GeveciCategory => 3.4
2008-04-15 10:10Berk GeveciDescription Updated
2008-05-22 13:52Berk GeveciStatustabled => @80@
2008-05-22 13:52Berk GeveciResolutionreopened => fixed
2008-05-22 21:52Alan ScottStatus@80@ => @20@
2008-05-22 21:52Alan ScottResolutionfixed => reopened
2008-05-22 21:52Alan ScottNote Added: 0012083
2008-05-22 23:15David Thompson (old)Status@20@ => tabled
2008-05-22 23:15David Thompson (old)Assigned ToDavid Thompson (old) => Alan Scott
2008-05-22 23:19David Thompson (old)Note Added: 0012085
2008-05-23 13:44Alan ScottStatustabled => closed
2008-05-23 13:44Alan ScottNote Added: 0012095
2008-05-23 13:44Alan ScottResolutionreopened => fixed
2009-05-13 13:58Utkarsh AyachitTarget Version => 3.4
2009-05-13 13:59Utkarsh AyachitFixed in Version => 3.4
2011-06-16 13:10Zack GalbreathCategory => (No Category)

Notes
(0009292)
Clinton Stimpson   
2007-09-25 17:45   
It still asserts on an empty file.
(0012083)
Alan Scott   
2008-05-22 21:52   
It still asserts on an empty file.
(0012085)
David Thompson (old)   
2008-05-22 23:19   
Alan, this is not a bug in VTK's exodus reader but a bug in ex_open. Well, actually, it's a bug in the netcdf function that ex_open calls. There's nothing I could possibly do about it except call stat() on every file before opening it. But that would slow things down and is really just a hack. Either that check should be in ex_open or in ncio_spx_get. Could you file a bug with the Exodus or netcdf folks to fix the problem?
(0012095)
Alan Scott   
2008-05-23 13:44   
I am marking this closed.
* First issue seems to be fixed. Tested client/server.
* Second issue, as per Dave (notes below) is not in ParaView or VTK, and would create performance degradations attempting a work around.