View Issue Details Jump to Notes ] Print ]
IDProjectCategoryView StatusDate SubmittedLast Update
0005778ParaView(No Category)public2007-09-25 12:432009-05-13 13:59
ReporterClinton Stimpson 
Assigned ToAlan Scott 
PrioritynormalSeverityminorReproducibilityalways
StatusclosedResolutionfixed 
PlatformOSOS Version
Product Version 
Target Version3.4Fixed in Version3.4 
Summary0005778: exodus reader not silent in CanReadFile()
DescriptionTwo 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().
TagsNo tags attached.
Project
Topic Name
Type
Attached Files

 Relationships

  Notes
(0009292)
Clinton Stimpson (developer)
2007-09-25 17:45

It still asserts on an empty file.
(0012083)
Alan Scott (manager)
2008-05-22 21:52

It still asserts on an empty file.
(0012085)
David Thompson (old) (reporter)
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 (manager)
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.

 Issue History
Date Modified Username Field Change
2007-09-25 12:43 Clinton Stimpson New Issue
2007-09-25 15:09 Utkarsh Ayachit Status backlog => tabled
2007-09-25 15:09 Utkarsh Ayachit Assigned To => Eric Stanton
2007-09-25 17:40 Eric Stanton Status tabled => @80@
2007-09-25 17:40 Eric Stanton Resolution open => fixed
2007-09-25 17:45 Clinton Stimpson Status @80@ => @20@
2007-09-25 17:45 Clinton Stimpson Resolution fixed => reopened
2007-09-25 17:45 Clinton Stimpson Note Added: 0009292
2008-04-15 10:10 Berk Geveci Assigned To Eric Stanton => David Thompson (old)
2008-04-15 10:10 Berk Geveci Status @20@ => tabled
2008-04-15 10:10 Berk Geveci Category => 3.4
2008-04-15 10:10 Berk Geveci Description Updated
2008-05-22 13:52 Berk Geveci Status tabled => @80@
2008-05-22 13:52 Berk Geveci Resolution reopened => fixed
2008-05-22 21:52 Alan Scott Status @80@ => @20@
2008-05-22 21:52 Alan Scott Resolution fixed => reopened
2008-05-22 21:52 Alan Scott Note Added: 0012083
2008-05-22 23:15 David Thompson (old) Status @20@ => tabled
2008-05-22 23:15 David Thompson (old) Assigned To David Thompson (old) => Alan Scott
2008-05-22 23:19 David Thompson (old) Note Added: 0012085
2008-05-23 13:44 Alan Scott Status tabled => closed
2008-05-23 13:44 Alan Scott Note Added: 0012095
2008-05-23 13:44 Alan Scott Resolution reopened => fixed
2009-05-13 13:58 Utkarsh Ayachit Target Version => 3.4
2009-05-13 13:59 Utkarsh Ayachit Fixed in Version => 3.4
2011-06-16 13:10 Zack Galbreath Category => (No Category)


Copyright © 2000 - 2018 MantisBT Team