MantisBT - ParaView
View Issue Details
0012788ParaView(No Category)public2011-12-12 10:582015-01-09 14:08
Ken Moreland 
Utkarsh Ayachit 
urgentminorhave not tried
closedfixed 
3.12 
3.14 
Sandia
12788_fix_vtu_reader
crash
0012788: vtu reader stopped working on some files for 3.12
The attached file contains a valid VTK XML Unstructured Grid (vtu) file. You can load the file no problem in ParaView 3.10, but it crashes ParaView 3.12.

Considering that the VTK XML files are about the most native files ParaView reads, it would be good if they didn't crash.
No tags attached.
? solution.vtu (101,924) 2011-12-12 10:58
https://www.vtk.org/Bug/file/9090/solution.vtu
Issue History
2011-12-12 10:58Ken MorelandNew Issue
2011-12-12 10:58Ken MorelandFile Added: solution.vtu
2011-12-12 11:00Ken MorelandNote Added: 0027795
2011-12-12 15:15Alan ScottNote Added: 0027799
2011-12-12 15:15Alan ScottNote Edited: 0027799bug_revision_view_page.php?bugnote_id=27799#r408
2012-01-13 17:27Utkarsh AyachitAssigned To => Utkarsh Ayachit
2012-01-13 17:28Utkarsh AyachitStatusbacklog => todo
2012-01-15 11:24Utkarsh AyachitNote Added: 0027942
2012-01-15 11:24Utkarsh AyachitStatustodo => gatekeeper review
2012-01-15 11:24Utkarsh AyachitFixed in Version => git-next
2012-01-15 11:24Utkarsh AyachitResolutionopen => fixed
2012-01-20 14:08Utkarsh AyachitTopic Name => 12788_fix_vtu_reader
2012-02-03 15:06Utkarsh AyachitNote Added: 0028030
2012-02-03 15:06Utkarsh AyachitStatusgatekeeper review => customer review
2012-02-03 15:06Utkarsh AyachitNote Added: 0028042
2012-02-03 15:07Utkarsh AyachitFixed in Versiongit-next => git-master
2012-02-07 19:55Alan ScottNote Added: 0028081
2012-02-07 19:55Alan ScottStatuscustomer review => closed
2012-02-08 17:21Utkarsh AyachitFixed in Versiongit-master => 3.14
2015-01-09 14:04Utkarsh AyachitSource_changeset_attached => VTK master d9a54238
2015-01-09 14:04Utkarsh AyachitSource_changeset_attached => VTK master 823abd3c
2015-01-09 14:08Utkarsh AyachitSource_changeset_attached => VTK master 3f1a6f60

Notes
(0027795)
Ken Moreland   
2011-12-12 11:00   
The problem might be related to having multiple pieces. If I modify the file to delete all but one piece, the file loads in ParaView 3.12 correctly. Then again, I might just be deleting some other problematic bit.
(0027799)
Alan Scott   
2011-12-12 15:15   
Maybe we should also add a test for this bug to the dashboard.

(0027942)
Utkarsh Ayachit   
2012-01-15 11:24   
commit 823abd3cc351b50688768a5116359a136edce526
Author: Utkarsh Ayachit <utkarsh.ayachit@kitware.com>
Date: Sun Jan 15 11:19:36 2012 -0500

    Fixed BUG 0012788. Segfault when reading files with multiple pieces.
    
    The bug was introduced by 4f54be9b. The computation of the locations offset was
    incorrect (we were missing taking into account the location for placing the
    count for items in the cell). Fixed that.
(0028030)
Utkarsh Ayachit   
2012-02-03 15:06   
merged into master, where applicable.
(0028042)
Utkarsh Ayachit   
2012-02-03 15:06   
merged into master, where applicable.
(0028081)
Alan Scott   
2012-02-07 19:55   
Tested remote server, Linux, master.