MantisBT - VTK | |||||
| View Issue Details | |||||
| ID | Project | Category | View Status | Date Submitted | Last Update |
| 0006194 | VTK | (No Category) | public | 2007-12-21 11:51 | 2016-08-12 09:54 |
| Reporter | Nicolas | ||||
| Assigned To | Berk Geveci | ||||
| Priority | normal | Severity | crash | Reproducibility | always |
| Status | closed | Resolution | moved | ||
| Platform | AMD Opteron | OS | Linux | OS Version | 2.6.20 fc6 |
| Product Version | |||||
| Target Version | Fixed in Version | ||||
| Project | |||||
| Type | |||||
| Summary | 0006194: Segfault with python and vtk3dwidgets | ||||
| Description | I'm getting a segfault when I use a 3dwidget and don't keep a (python) reference on it. | ||||
| Steps To Reproduce | This piece of code illustrate the problem (with a segfault when you try to interact with the window) : ####################################### import vtk ren = vtk.vtkRenderer() renWin = vtk.vtkRenderWindow() renWin.AddRenderer(ren) iren = vtk.vtkRenderWindowInteractor() iren.SetRenderWindow(renWin) iren.Initialize() widgets = [] for i in range (10): # or any value > 1 widget = vtk.vtkBoxWidget() # or any other widget widget.SetInteractor(iren) widget.On() #widgets.append(widget) # no segfault with this line renWin.Render() iren.Start() | ||||
| Additional Information | |||||
| Tags | No tags attached. | ||||
| Relationships | |||||
| Attached Files | |||||
| Issue History | |||||
| Date Modified | Username | Field | Change | ||
| 2007-12-21 11:51 | Nicolas | New Issue | |||
| 2007-12-27 12:15 | Nicolas | Note Added: 0010026 | |||
| 2008-02-06 09:20 | Jeff Baumes | Status | backlog => tabled | ||
| 2008-02-06 09:20 | Jeff Baumes | Assigned To | => Berk Geveci | ||
| 2011-06-16 13:11 | Zack Galbreath | Category | => (No Category) | ||
| 2016-08-12 09:54 | Kitware Robot | Note Added: 0036940 | |||
| 2016-08-12 09:54 | Kitware Robot | Status | expired => closed | ||
| 2016-08-12 09:54 | Kitware Robot | Resolution | open => moved | ||
| Notes | |||||
|
|
|||||
|
|
||||
|
|
|||||
|
|
||||