MantisBT - ParaView
View Issue Details
0011520ParaViewBugpublic2010-11-25 18:132011-01-13 17:00
Sven Buijssen 
Utkarsh Ayachit 
normalcrashalways
closedfixed 
Linux 64bitUbuntu10.04
Development 
3.10 
0011520: Applying CellDataToPointData to UnstructuredGrid data set crashes ParaView 3.9.0
Load the attached data set.
Apply CellDataToPointData filter.

=> ParaView 3.9.0 as of Aug 5, 2010 or later will segfault (tested with 32bit and 64bit Release and Debug build on Linux). ParaView 3.8.1 is not affected.

I traced the error back to this ParaView commit:

commit c070167c9d1e9d1dea2d6135bb7f6871b4e88a69
Author: Meng ZHU <meng@g.clemson.com>
Date: Thu Aug 5 15:10:30 2010 -0400

It pulls in several VTK commits from that day. Digging deeper everything is fine until VTK commit

commit b9b9f609d83fc310bebf89aefaa1ffb6a400a3f2
Author: David Gobbi <david.gobbi@gmail.com>
Date: Thu Aug 5 11:51:56 2010 -0600

The culprit that causes the segfault is

commit 287423eb929a92543efb34fb6e4448371be487e1
Author: Meng ZHU <meng@g.clemson.com>
AuthorDate: Thu Jul 15 16:37:00 2010 -0400
Commit: Meng ZHU <meng@g.clemson.com>
CommitDate: Thu Aug 5 15:06:19 2010 -0400

One needs the VTK commits 287423eb929a92543efb34fb6e4448371be487e1..64d063161ce696a755a215a0c66bd668f728d171 in order to get ParaView to compile again. That version is the first to segfault. All more recent builds of ParaView do, too.

This bug is probably related, if not a duplicate of bug 11202. But unlike that one, this report provides a sample data set to reproduce.

Interestingly, when removing any of the three cell data sets from the sample file, ParaView will not segfault any more.
No tags attached.
has duplicate 0011202closed Utkarsh Ayachit ParaView-3.9.0 crashes when applying CellDataToPointData-filter on Ensight-dataset 
? input.minimal-set-of-data-sets-causing-crash.vtu (22,590) 2010-11-25 18:13
https://www.vtk.org/Bug/file/8532/input.minimal-set-of-data-sets-causing-crash.vtu
Issue History
2010-11-25 18:13Sven BuijssenNew Issue
2010-11-25 18:13Sven BuijssenFile Added: input.minimal-set-of-data-sets-causing-crash.vtu
2010-11-29 10:36Utkarsh AyachitNote Added: 0023570
2010-11-29 10:37Utkarsh AyachitNote Added: 0023571
2010-11-29 10:37Utkarsh AyachitStatusbacklog => @80@
2010-11-29 10:37Utkarsh AyachitFixed in Version => 3.10
2010-11-29 10:37Utkarsh AyachitResolutionopen => fixed
2010-11-29 10:37Utkarsh AyachitAssigned To => Utkarsh Ayachit
2010-11-30 18:53Alan ScottNote Added: 0023597
2010-11-30 18:53Alan ScottStatus@80@ => closed
2010-12-07 08:00Utkarsh AyachitRelationship addedhas duplicate 0011202
2011-01-13 17:00Source_changeset_attached => VTK master a2bd8391
2011-01-13 17:00Source_changeset_attached => VTK master 020ef709

Notes
(0023570)
Utkarsh Ayachit   
2010-11-29 10:36   
commit 0c475d5b84d19000f86504c8d3f9b0104c16f4a3
Merge: 969a15a e35ed5a
Author: Utkarsh Ayachit <utkarsh.ayachit@kitware.com>
Date: Mon Nov 29 10:35:45 2010 -0500

    Merge topic '11520_bug_in_celldata_to_pointdata'
    
    e35ed5a Fixed BUG 0011520. Fixes segfault for unstructured grids.
(0023571)
Utkarsh Ayachit   
2010-11-29 10:37   
commit 59fc5838ea46ce5127cf142d97f841f43e41c621
Merge: f02ba9b a3d5233
Author: Utkarsh Ayachit <utkarsh.ayachit@kitware.com>
Date: Mon Nov 29 10:37:23 2010 -0500

    Merge topic '11520_bug_in_celldata_to_pointdata'
    
    a3d5233 Bringing in fix for bug 0011520.
(0023597)
Alan Scott   
2010-11-30 18:53   
Tested client/remote server, trunk, Windows.