| View Issue Details [ Jump to Notes ] | [ Print ] | ||||||||
| 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 | |||||||
| 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. | ||||||||
| Tags | No tags attached. | ||||||||
| Project | |||||||||
| Topic Name | |||||||||
| Type | |||||||||
| Attached Files | |||||||||
| Relationships | |
| Relationships |
| Notes | |
|
(0020599) Sven Buijssen (reporter) 2010-05-05 16:17 |
Problem resolved in ParaView-3.8.0-RC2-Win32-x86.exe |
|
(0020828) Utkarsh Ayachit (administrator) 2010-05-26 15:06 |
Reporter indicates this is resolved. |
|
(0020891) Alan Scott (manager) 2010-06-01 21:29 |
Accepting testing by bug reporter. |
| Notes |
| 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 |
| Issue History |
| Copyright © 2000 - 2018 MantisBT Team |