MantisBT - VTK | |||||
| View Issue Details | |||||
| ID | Project | Category | View Status | Date Submitted | Last Update |
| 0008659 | VTK | (No Category) | public | 2009-03-03 10:12 | 2013-04-05 19:57 |
| Reporter | Robert Haines | ||||
| Assigned To | François Bertel | ||||
| Priority | normal | Severity | crash | Reproducibility | always |
| Status | closed | Resolution | fixed | ||
| Platform | OS | OS Version | |||
| Product Version | |||||
| Target Version | Fixed in Version | ||||
| Project | |||||
| Type | |||||
| Summary | 0008659: vtkQuadricLODActor can cause SEGV if no properties set/changed | ||||
| Description | When using vtkQuadricLODActor it will cause a segmentation fault if no properties are set on it. This is because its reimplementation of vtkActor::RenderOpaqueGeometry misses a test for a valid vtkProperty instance before calling vtkActor::GetIsOpaque whose first line is this: int result=this->Property->GetOpacity() >= 1.0; Property is NULL, so SEGV. I have attached the obvious trival fix to check for a valid vtkProperty instance and create one if necessary, as vtkActor does. | ||||
| Steps To Reproduce | |||||
| Additional Information | |||||
| Tags | No tags attached. | ||||
| Relationships | |||||
| Attached Files | https://www.vtk.org/Bug/file/7089/vtkQuadricLODActor.patch | ||||
| Issue History | |||||
| Date Modified | Username | Field | Change | ||
| 2009-03-03 10:12 | Robert Haines | New Issue | |||
| 2009-03-03 10:12 | Robert Haines | File Added: vtkQuadricLODActor.patch | |||
| 2009-03-03 10:16 | Robert Haines | Note Added: 0015512 | |||
| 2009-03-03 12:46 | François Bertel | Status | backlog => tabled | ||
| 2009-03-03 12:46 | François Bertel | Assigned To | => François Bertel | ||
| 2009-03-03 12:47 | François Bertel | Note Added: 0015517 | |||
| 2009-03-03 12:48 | François Bertel | Note Added: 0015518 | |||
| 2009-03-03 12:48 | François Bertel | Status | tabled => @80@ | ||
| 2009-03-03 12:48 | François Bertel | Resolution | open => fixed | ||
| 2011-06-16 13:11 | Zack Galbreath | Category | => (No Category) | ||
| 2013-04-05 19:57 | Berk Geveci | Status | customer review => closed | ||
| Notes | |||||
|
|
|||||
|
|
||||
|
|
|||||
|
|
||||
|
|
|||||
|
|
||||