MantisBT - ParaView
View Issue Details
0010756ParaViewBugpublic2010-05-25 15:062010-08-04 20:25
Alan Scott 
Utkarsh Ayachit 
urgentcrashalways
closedfixed 
 
3.8.13.8.1 
0010756: case file crashes - use to work with PV 3.6.2.
I have a case file that crashes. I will pass it to Utkarsh. Name Simulation1.tar.gz, with data named OTC inside. This dataset was generated with an internationally available software, lamps. Thus, it is releasable.

This dataset worked with 3.6.2, now crashes with 3.8.0.

ParaView 3.8.0, Windows, local server.
* Open the case file.
* Step forward one time step. ParaView never returns. Another report is that ParaView crashes.

This is a very important bug to fix for the 3.8.2 release.
No tags attached.
related to 0010712closed Utkarsh Ayachit Crash at opening of file in "ensight gold format" 
gz Simulation1.tar.gz (27,158) 2010-05-25 15:07
https://www.vtk.org/Bug/file/8135/Simulation1.tar.gz
Issue History
2010-05-25 15:06Alan ScottNew Issue
2010-05-25 15:07Alan ScottFile Added: Simulation1.tar.gz
2010-05-26 14:00Utkarsh AyachitNote Added: 0020824
2010-06-09 16:39Utkarsh AyachitStatusbacklog => tabled
2010-06-09 16:40Utkarsh AyachitNote Added: 0020956
2010-06-15 09:44Utkarsh AyachitTarget Version3.8.2 => 3.8.1
2010-08-04 09:30Utkarsh AyachitRelationship addedrelated to 0010712
2010-08-04 09:31Utkarsh AyachitNote Added: 0021631
2010-08-04 09:31Utkarsh AyachitStatustabled => @80@
2010-08-04 09:31Utkarsh AyachitFixed in Version => 3.8.1
2010-08-04 09:31Utkarsh AyachitResolutionopen => fixed
2010-08-04 09:31Utkarsh AyachitAssigned To => Utkarsh Ayachit
2010-08-04 20:25Alan ScottNote Added: 0021658
2010-08-04 20:25Alan ScottStatus@80@ => closed

Notes
(0020824)
Utkarsh Ayachit   
2010-05-26 14:00   
Debugging comments:

The hang occurs in the while loop at vtkEnSightGoldBinaryReader2.cxx:223.

while (strncmp(line, "BEGIN TIME STEP", 15) != 0)
      {
      this->ReadLine(line);
      }

when reading OTC.geo. OTC.geo has only 1 "BEGIN TIME STEP" entry, while there are 41 timesteps. Is that valid?
(0020956)
Utkarsh Ayachit   
2010-06-09 16:40   
Theirry is currently looking at this bug.
(0021631)
Utkarsh Ayachit   
2010-08-04 09:31   
This was fixed with the fix for BUG 0010712
(0021658)
Alan Scott   
2010-08-04 20:25   
Tested local server, Windows, trunk.