[Paraview] BUG :Infinite Loop when MultiBlockDataSet.SetBlock with a NumberOfBlock < 0

Robert Maynard robert.maynard at kitware.com
Wed Apr 28 09:11:11 EDT 2010


SetBlock expects an unsigned integer for the block number. Passing in -1
causes the unsigned integer to rollover and become 4294967295.

2010/4/28 Aurélien Marsan <aur.marsan at gmail.com>

> Hello,
>
> A funny bug.
> I wanted to do MultiBlockDataSet.SetBlock(numbloc, ...)     with numbloc <
> 0
>
> This operation has taken all the memory of the cluster I work on.... and
> all my colleages too.
> Fortunately I closed all processes before the drama.
>
> Something to avoid this infinite loop would be welcome... !
>
> _______________________________________________
> Powered by www.kitware.com
>
> Visit other Kitware open-source projects at
> http://www.kitware.com/opensource/opensource.html
>
> Please keep messages on-topic and check the ParaView Wiki at:
> http://paraview.org/Wiki/ParaView
>
> Follow this link to subscribe/unsubscribe:
> http://www.paraview.org/mailman/listinfo/paraview
>
>


-- 
Robert Maynard
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.paraview.org/pipermail/paraview/attachments/20100428/dd738fdd/attachment.htm>


More information about the ParaView mailing list