<div dir="ltr">Based on the fact that the values are not integral and have a slight fractional component (which I bet was the expectation of the writer), the loop has not been properly set up with too much increment going on....but I'm saying this without looking at the code so what do I know :-)<div style>

W</div></div><div class="gmail_extra"><br><br><div class="gmail_quote">On Fri, Mar 22, 2013 at 3:07 PM, Sean McBride <span dir="ltr"><<a href="mailto:sean@rogue-research.com" target="_blank">sean@rogue-research.com</a>></span> wrote:<br>

<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hi all,<br>
<br>
The "vtkRenderingVolumePython-TestBunykRayCastFunction" test fails intermittently on Rogue11 so I ran it through the clang undefined behaviour checker, and it detects that this test casts the double value 257.023810 to 'unsigned char', which of course doesn't fit.  Dunno if this is responsible for the intermittent failure, but...<br>


<br>
In vtkUnstructuredGridPreIntegration.cxx line 293-294 there is a 'for' loop that calls SetTuple1(0, foo) where 'foo' is too big on the last iteration.  I logged all values of foo:<br>
<br>
 0.000000<br>
 2.023810<br>
 4.047619<br>
...<br>
 252.976190<br>
 255.000000<br>
 257.023810<br>
<br>
Maybe the loop executes once too many times?  Anyone know this code?<br>
<br>
Thanks,<br>
<br>
--<br>
____________________________________________________________<br>
Sean McBride, B. Eng                 <a href="mailto:sean@rogue-research.com">sean@rogue-research.com</a><br>
Rogue Research                        <a href="http://www.rogue-research.com" target="_blank">www.rogue-research.com</a><br>
Mac Software Developer              Montréal, Québec, Canada<br>
<br>
<br>
_______________________________________________<br>
Powered by <a href="http://www.kitware.com" target="_blank">www.kitware.com</a><br>
<br>
Visit other Kitware open-source projects at <a href="http://www.kitware.com/opensource/opensource.html" target="_blank">http://www.kitware.com/opensource/opensource.html</a><br>
<br>
Follow this link to subscribe/unsubscribe:<br>
<a href="http://www.vtk.org/mailman/listinfo/vtk-developers" target="_blank">http://www.vtk.org/mailman/listinfo/vtk-developers</a><br>
<br>
</blockquote></div><br><br clear="all"><div><br></div>-- <br>William J. Schroeder, PhD<br>Kitware, Inc.<br>28 Corporate Drive<br>Clifton Park, NY 12065<br><a href="mailto:will.schroeder@kitware.com">will.schroeder@kitware.com</a><br>

<a href="http://www.kitware.com">http://www.kitware.com</a><br>(518) 881-4902
</div>