MantisBT - ParaView
View Issue Details
0014238ParaView(No Category)public2013-08-20 15:142015-01-11 08:23
Alan Scott 
Kyle Lutz 
highminorhave not tried
closedfixed 
git-master 
4.14.1 
Sandia
14238-fix-ensight-crash
crash
0014238: Crash opening EnSight .case files with FILE block
I have a dataset that crashes. It is an EnSight .case file. The issue occurs in the FILE block of the .case file. ParaView is reading three lines for the following, where it should be reading two:

file set: #
number of steps: #


This works if there is only one file set, but if you have more than one, it is wrong. Issue was found in parallel (with crash), but should also have happened in serial (which surprisingly didn't crash).

Linux, master, remote server.
Open attached .case file. Dies.

I have attached two .diff files that patch and correct this bug.

>> pwd
/projects/viz/ParaView-Distribution/ParaView/4.1.0-alan/ParaView4/ParaViewCore/VTKExtensions/Default

git diff vtkPEnSightReader.cxx > ~/vtkPEnSightReader.cxx.diff

>> pwd
/projects/viz/ParaView-Distribution/ParaView/4.1.0-alan/ParaView4/VTK/IO/EnSight
redsky-login3:EnSight$ git diff vtkEnSightReader.cxx > ~/vtkEnSightReader.cxx.diff

Bug and dataset provided by Georg Hammerl (Thanks!)

No tags attached.
gz bug-14238-test-dataset.tar.gz (1,019) 2013-08-20 15:18
https://www.vtk.org/Bug/file/9505/bug-14238-test-dataset.tar.gz
diff vtkEnSightReader.cxx.diff (389) 2013-08-20 15:19
https://www.vtk.org/Bug/file/9506/vtkEnSightReader.cxx.diff
diff vtkPEnSightReader.cxx.diff (490) 2013-08-20 15:19
https://www.vtk.org/Bug/file/9507/vtkPEnSightReader.cxx.diff
Issue History
2013-08-20 15:14Alan ScottNew Issue
2013-08-20 15:18Alan ScottFile Added: bug-14238-test-dataset.tar.gz
2013-08-20 15:19Alan ScottFile Added: vtkEnSightReader.cxx.diff
2013-08-20 15:19Alan ScottFile Added: vtkPEnSightReader.cxx.diff
2013-08-20 15:20Alan ScottDescription Updatedbug_revision_view_page.php?rev_id=647#r647
2013-08-20 15:20Alan ScottNote Added: 0031490
2013-08-20 15:20Alan ScottAssigned To => Utkarsh Ayachit
2013-08-20 15:20Alan ScottStatusbacklog => todo
2013-08-23 15:54Utkarsh AyachitAssigned ToUtkarsh Ayachit => Kyle Lutz
2013-08-23 17:09Utkarsh AyachitTarget Version => 4.1
2013-09-04 11:12Kyle LutzTopic Name => 14238-fix-ensight-crash
2013-09-04 11:12Kyle LutzNote Added: 0031537
2013-09-04 11:12Kyle LutzStatustodo => gatekeeper review
2013-09-04 11:12Kyle LutzResolutionopen => fixed
2013-09-04 11:13Kyle LutzNote Added: 0031538
2013-09-09 12:07Utkarsh AyachitFixed in Version => git-master
2013-09-09 12:08Utkarsh AyachitStatusgatekeeper review => customer review
2013-09-09 12:08Utkarsh AyachitNote Added: 0031548
2013-09-18 13:23Alan ScottNote Added: 0031597
2013-09-18 13:23Alan ScottStatuscustomer review => closed
2013-11-01 13:18Utkarsh AyachitFixed in Versiongit-master => 4.1
2015-01-09 13:46Kyle LutzSource_changeset_attached => VTK master cac24ae3
2015-01-11 08:23Kyle LutzSource_changeset_attached => ParaView master 6ea35afd

Notes
(0031490)
Alan Scott   
2013-08-20 15:20   
Please review patch, and apply.
(0031537)
Kyle Lutz   
2013-09-04 11:12   
Merge topic '14238-fix-ensight-crash' into next

6ea35af Fix crash in EnSight reader

Gerrit topic: http://review.source.kitware.com/#/t/3208/ [^]
(0031538)
Kyle Lutz   
2013-09-04 11:13   
Patch applied. Verified ParaView successfully opens the attached data set.
(0031548)
Utkarsh Ayachit   
2013-09-09 12:08   
        14238-fix-ensight-crash
(VTK) add_cosmo_reader
        find-data
(VTK) fix-python-cmake-rules
        fix-warnings
(VTK) forward-to-vtk-master
(VTK) vtkweb-integration
(0031597)
Alan Scott   
2013-09-18 13:23   
Tested local server, master, Linux.