MantisBT - VTK
View Issue Details
0004211VTK(No Category)public2006-12-15 06:432016-08-12 09:54
earthman 
Karthik Krishnan 
highmajoralways
closedmoved 
 
 
0004211: HandleWidget with ConstrainedPointHandleRepresentation segfault
A handle widget using the ConstrainedPointHandleRepresentation will segfault if the widget is enabled before rendering for the first time. The cause is in the ComputeInteractionState function, which calls WorldToDisplay on the Renderer (Viewport), which in turn calls WorldToView in Renderer, which *assumes there is an ActiveCamera*. The camera is initially NULL and is usually only created when rendering for the first time. The default representation for HandleWidget does not cause a segfault.
No tags attached.
Issue History
2008-02-06 10:32Jeff BaumesAssigned ToWill Schroeder => Karthik Krishnan
2011-06-16 13:11Zack GalbreathCategory => (No Category)
2016-08-12 09:54Kitware RobotNote Added: 0036896
2016-08-12 09:54Kitware RobotStatusexpired => closed
2016-08-12 09:54Kitware RobotResolutionopen => moved

Notes
(0036896)
Kitware Robot   
2016-08-12 09:54   
Resolving issue as `moved`.

This issue tracker is no longer used. Further discussion of this issue may take place in the current VTK Issues page linked in the banner at the top of this page.