MantisBT - ParaView
View Issue Details
0010891ParaViewBugpublic2010-06-25 05:312010-07-07 11:06
Paul Edwards 
Utkarsh Ayachit 
normalcrashalways
closedfixed 
Development 
3.103.10 
0010891: Crash with ribbon filter
To reproduce:

  * line source
  * ribbon filter

As soon as it is applied it crashes.

This is on linux running master branch
It's sorting an array in this function:

void
vtkPVDataSetAttributesInformation
::CopyFromDataSetAttributes(vtkDataSetAttributes *da)

and one of the elements is a null pointer.

This was introduce here:

http://paraview.org/gitweb?p=ParaView.git;a=commitdiff;h=3a808a21e550f895d313da6bd2533acc55a8840d [^]
No tags attached.
Issue History
2010-06-25 05:31Paul EdwardsNew Issue
2010-06-25 11:15Utkarsh AyachitStatusbacklog => tabled
2010-06-25 11:15Utkarsh AyachitAssigned To => Utkarsh Ayachit
2010-06-25 11:15Utkarsh AyachitTarget Version => 3.8.1
2010-06-25 11:21Utkarsh AyachitNote Added: 0021172
2010-06-25 11:21Utkarsh AyachitStatustabled => @80@
2010-06-25 11:21Utkarsh AyachitResolutionopen => fixed
2010-06-25 11:21Utkarsh AyachitNote Added: 0021173
2010-07-06 21:37Alan ScottNote Added: 0021262
2010-07-06 21:37Alan ScottStatus@80@ => closed
2010-07-07 09:55Utkarsh AyachitFixed in Version => Development
2010-07-07 11:06Utkarsh AyachitNote Added: 0021284
2010-07-07 11:06Utkarsh AyachitFixed in VersionDevelopment => 3.10
2010-07-07 11:06Utkarsh AyachitTarget Version3.8.1 => 3.10

Notes
(0021172)
Utkarsh Ayachit   
2010-06-25 11:21   
commit 370729f9bc399d984f37f5b2f6dea72ddba9dcdb
Author: Utkarsh Ayachit <utkarsh.ayachit@kitware.com>
Date: Fri Jun 25 11:15:36 2010 -0400

    Fixed segfault when there was no array name (BUG 0010891).
(0021173)
Utkarsh Ayachit   
2010-06-25 11:21   
must move to release branch
(0021262)
Alan Scott   
2010-07-06 21:37   
Assuming it will get moved to release.

Tested trunk, local server, windows.
(0021284)
Utkarsh Ayachit   
2010-07-07 11:06   
This bug was introduced by the following commit which is not on the 3.8 release branch and hence this fix does not need to be moved to that branch.

commit 3a808a21e550f895d313da6bd2533acc55a8840d
Author: Zhanping Liu <zhanping.liu@kitware.com>
Date: Fri Apr 30 15:31:45 2010 -0400

    Fixed bug 10327 to sort variables in ParaView UI.
    
    Now varaibles are alphabetically sorted in Object Inspector
    (three panels: Properties, Display, and Information).