MantisBT - VTK | |||||
View Issue Details | |||||
ID | Project | Category | View Status | Date Submitted | Last Update |
0001525 | VTK | (No Category) | public | 2005-01-24 14:00 | 2011-01-13 17:00 |
Reporter | Marius Giurgi | ||||
Assigned To | user53 | ||||
Priority | normal | Severity | major | Reproducibility | always |
Status | closed | Resolution | fixed | ||
Platform | OS | OS Version | |||
Product Version | |||||
Target Version | Fixed in Version | ||||
Project | |||||
Type | |||||
Summary | 0001525: vtkAxesActor causes crash when toggling wireframe/surface | ||||
Description | Here is the TCL script I tried on Mac OS X that causes the application to crash (bus error) when toggling between surface/wireframe (pressing w or s). (CVS nightly build) --- package require vtk package require vtkinteraction # Axes vtkAxesActor axes axes SetShaftTypeToCylinder axes SetCylinderRadius 0.02 axes SetConeRadius 0.2 # Renderer vtkRenderer ren1 ren1 SetBackground 0.2 0.2 0.2 # Render Window vtkRenderWindow renWin renWin AddRenderer ren1 # Interactor vtkInteractorStyleTerrain terrainStyle vtkRenderWindowInteractor iren iren SetRenderWindow renWin iren SetInteractorStyle terrainStyle iren AddObserver UserEvent {wm deiconify .vtkInteract} iren Initialize wm withdraw . ren1 AddActor axes # render renWin Render | ||||
Steps To Reproduce | |||||
Additional Information | |||||
Tags | No tags attached. | ||||
Relationships | |||||
Attached Files | |||||
Issue History | |||||
Date Modified | Username | Field | Change | ||
2010-11-29 17:59 | Source_changeset_attached | => VTK master e2e1fe61 | |||
2011-01-13 17:00 | Source_changeset_attached | => VTK master a2bd8391 | |||
2011-01-13 17:00 | Source_changeset_attached | => VTK master 020ef709 | |||
2011-06-16 13:11 | Zack Galbreath | Category | => (No Category) |
Notes | |||||
|
|||||
|
|