MantisBT - ParaView | |||||
| View Issue Details | |||||
| ID | Project | Category | View Status | Date Submitted | Last Update |
| 0009528 | ParaView | Bug | public | 2009-09-12 16:18 | 2010-06-01 21:29 |
| Reporter | Sven Buijssen | ||||
| Assigned To | Utkarsh Ayachit | ||||
| Priority | normal | Severity | minor | Reproducibility | always |
| Status | closed | Resolution | fixed | ||
| Platform | OS | OS Version | |||
| Product Version | 3.6 | ||||
| Target Version | Fixed in Version | 3.8 | |||
| Project | |||||
| Topic Name | |||||
| Type | |||||
| Summary | 0009528: Programmable Filter + Plot Selection over Time freezes ParaView GUI on Win32, not with Linux 32/64bit | ||||
| Description | * Load blow*.vtk file series * Apply Programmable Filter with the following settings: Output Data Set Type: vtkPolyData Script: ----- inp = self.GetInput() out = self.GetPolyDataOutput() numPoints = inp.GetNumberOfPoints() newPoint = vtk.vtkPoints() newPoint.InsertNextPoint(0,0,0) out.SetPoints(newPoint) newCell = vtk.vtkVertex() newCell.GetPointIds().SetNumberOfIds(1) newCell.Triangulate(1, newCell.GetPointIds(), newPoint) out.Allocate(1,1) out.InsertNextCell(newCell.GetCellType(), newCell.GetPointIds()) newData1 = vtk.vtkUnsignedLongArray() newData1.SetName("numPoints") newData1.SetNumberOfComponents(1) newData1.InsertNextValue(numPoints) out.GetCellData().AddArray(newData1) ----- * Select newly created point * Apply Extract Selection filter * Apply Plot Selection over Time => ParaView 3.6.1 will open the Output Window, raise the following (assumingly incomplete) error message "ERROR: In ..\..\..src\VTK\IO\vtkDataReader.cxx, line 462 vtkDataSetReader (09D9E850): Unable to open file: C" and freeze at 100% cpu load. Does happen neither with Linux 32 nor 64 bit binary release. | ||||
| Steps To Reproduce | |||||
| Additional Information | |||||
| Tags | No tags attached. | ||||
| Relationships | |||||
| Attached Files | |||||
| Issue History | |||||
| Date Modified | Username | Field | Change | ||
| 2009-09-12 16:18 | Sven Buijssen | New Issue | |||
| 2010-05-05 16:17 | Sven Buijssen | Note Added: 0020599 | |||
| 2010-05-26 15:06 | Utkarsh Ayachit | Note Added: 0020828 | |||
| 2010-05-26 15:06 | Utkarsh Ayachit | Status | backlog => @80@ | ||
| 2010-05-26 15:06 | Utkarsh Ayachit | Fixed in Version | => 3.8 | ||
| 2010-05-26 15:06 | Utkarsh Ayachit | Resolution | open => fixed | ||
| 2010-05-26 15:06 | Utkarsh Ayachit | Assigned To | => Utkarsh Ayachit | ||
| 2010-06-01 21:29 | Alan Scott | Note Added: 0020891 | |||
| 2010-06-01 21:29 | Alan Scott | Status | @80@ => closed | ||
| Notes | |||||
|
|
|||||
|
|
||||
|
|
|||||
|
|
||||
|
|
|||||
|
|
||||