MantisBT - VTK |
| View Issue Details |
|
| ID | Project | Category | View Status | Date Submitted | Last Update |
| 0014435 | VTK | (No Category) | public | 2013-11-30 01:29 | 2013-12-17 15:44 |
|
| Reporter | Raine | |
| Assigned To | Dave DeMarle | |
| Priority | normal | Severity | minor | Reproducibility | have not tried |
| Status | closed | Resolution | fixed | |
| Platform | | OS | | OS Version | |
| Product Version | 6.0.0 | |
| Target Version | 6.1.0 | Fixed in Version | 6.1.0 | |
| Project | TBD |
| Type | crash |
|
| Summary | 0014435: vtkHyperStreamline seg fault when input data has no scalar array |
| Description | Below is the relevant code in Filters/General/vtkHyperStreamline.cxx:
vtkDataArray *inScalars = NULL;
inScalars = pd->GetScalars(); //pd has no scalar, so inScalars is NULL
cellScalars = vtkDataArray::CreateDataArray(inScalars->GetDataType()); //Seg faults
A patch for it is attached. |
| Steps To Reproduce | |
| Additional Information | |
| Tags | No tags attached. |
| Relationships | | duplicate of | 0005040 | closed | Will Schroeder | inScalar/inTensor usage without NULL pointer check |
|
| Attached Files | 4497-Fix-vtkHyperStreamline-from-seg-faulting-when-input-.patch (1,382) 2013-11-30 01:29 https://www.vtk.org/Bug/file/9562/4497-Fix-vtkHyperStreamline-from-seg-faulting-when-input-.patch |
|
| Issue History |
| Date Modified | Username | Field | Change |
| 2013-11-30 01:29 | Raine | New Issue | |
| 2013-11-30 01:29 | Raine | File Added: 4497-Fix-vtkHyperStreamline-from-seg-faulting-when-input-.patch | |
| 2013-11-30 01:32 | Raine | Note Added: 0031887 | |
| 2013-12-16 18:25 | Dave DeMarle | Note Added: 0031966 | |
| 2013-12-16 18:25 | Dave DeMarle | Assigned To | => Dave DeMarle |
| 2013-12-16 18:25 | Dave DeMarle | Status | backlog => gerrit review |
| 2013-12-16 18:26 | Dave DeMarle | Target Version | => 6.1.0 |
| 2013-12-16 18:26 | Dave DeMarle | Relationship added | duplicate of 0005040 |
| 2013-12-17 12:42 | Dave DeMarle | Note Edited: 0031966 | bug_revision_view_page.php?bugnote_id=31966#r692 |
| 2013-12-17 15:44 | Dave DeMarle | Note Added: 0031987 | |
| 2013-12-17 15:44 | Dave DeMarle | Status | gerrit review => closed |
| 2013-12-17 15:44 | Dave DeMarle | Resolution | open => fixed |
| 2013-12-17 15:44 | Dave DeMarle | Fixed in Version | => 6.1.0 |