[vtk-developers] CVS freeze next week

kent williams nkwmailinglists at gmail.com
Fri Apr 18 17:07:44 EDT 2008


I'm not a VTK developer at all, though I am an ITK developer. I ran
into a problem with vtkControuWidget, where my admittedly pathological
input data caused a crash.  I logged a bug about it:

http://www.vtk.org/Bug/view.php?id=6831

And the following patch gets rid of the crash, though I'm sure some
additional checking earlier in the representation building would be
preferable. At any rate this seems a pretty benign change to me.  Can
this be included in the release before freeze?

Index: Widgets/vtkContourRepresentation.cxx
===================================================================
RCS file: /cvsroot/VTK/VTK/Widgets/vtkContourRepresentation.cxx,v
retrieving revision 1.21
diff -r1.21 vtkContourRepresentation.cxx
1016c1016
<   if ( this->ClosedLoop )
---
>   if ( this->ClosedLoop && this->Internal->Nodes.size() > 0)


On Thu, Apr 17, 2008 at 8:29 AM, Berk Geveci <berk.geveci at kitware.com> wrote:
> Hi folks,
>
>  We will restrict write access to VTK CVS on Monday in preparation for
>  the 5.2 branch. We will restore access once the dashboard is clean and
>  we branch. Please do not take this as an invitation to commit
>  everything modified you have in your sandbox :-) Hold off any
>  non-essential commits until we branch. Otherwise the dashboard may
>  take a while to clean up.
>
>  Thanks,
>  -berk
>  _______________________________________________
>  vtk-developers mailing list
>  vtk-developers at vtk.org
>  http://www.vtk.org/mailman/listinfo/vtk-developers
>



More information about the vtk-developers mailing list