Coming back to this. It is definitely a stack overflow. What's mind blowing is that this exact code was written in 1998 and 2005 and unfortunately it appears the dashboard just pruned itself of September/October's dashboard results (grumble). Further more, this particular failures only appears to happen on osmesa. I guess I'll see if git bisect can be of assistance.<br>

<br><div class="gmail_quote">On Tue, Nov 2, 2010 at 2:12 PM, Kevin H. Hobbs <span dir="ltr"><<a href="mailto:hobbsk@ohiou.edu">hobbsk@ohiou.edu</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">

<div class="im">On 11/02/2010 12:28 PM, David Cole wrote:<br>
> Why are we doing this? (line 328 and surroundings of Views/vtkRenderView.cxx)<br>
><br>
>   if (caller == this->GetInteractor() && eventId == vtkCommand::RenderEvent)<br>
>     {<br>
>     vtkDebugMacro(<< "interactor causing a render event.");<br>
>     this->Render();<br>
>     }<br>
><br>
> We should not call Render in repsonse to a RenderEvent unless we are<br>
> 100% confident that calling Render will not throw another RenderEvent.<br>
> I think this is one of the definitions of an infinite loop. Am I<br>
> missing something?<br>
><br>
<br>
</div>Dropping this render ( and adding a render in each of<br>
Charts-TestMultipleScalarsToColors, TestMultiTexturing, and<br>
TestMultiTexturingTransform mentioned in another thread ) gets rid of<br>
all of my segfaults.<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>
<br></blockquote></div><br>