We&#39;ve stumbled upon the same issue. The most recent versions of OSMesa crash when making multiple calls to MakeCurrent as they will attempt to create a new render buffer each time. As Sven mentioned, it has been reported to the Mesa Community. You can view our own findings related to this issue in these VTK and ParaView bugs.<div>


<br></div><div><a href="http://www.cmake.org/Bug/view.php?id=10900" target="_blank">http://www.vtk</a><a href="http://www.cmake.org/Bug/view.php?id=10900" target="_blank">.org/Bug/view.php?id=10900</a></div><div><br></div>

<div><a href="http://www.cmake.org/Bug/view.php?id=11163" target="_blank">http://www.paraview.org/Bug/view.php?id=11163</a></div><div><br></div><div><span class="Apple-style-span" style="font-family: arial, sans-serif; font-size: 13px; border-collapse: collapse; ">I would recommend using mesa 7.0.4 or 7.5.x until the issue is fixed upstream.</span></div>


<div><br><div class="gmail_quote">On Thu, Sep 16, 2010 at 4:42 AM, Sven Buijssen <span dir="ltr">&lt;<a href="mailto:sven.buijssen@tu-dortmund.de" target="_blank">sven.buijssen@tu-dortmund.de</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">


Hi,<br>
<br>
I&#39;ve had the exact same problem last week with ParaView git/master on<br>
Linux x86_64 with Mesa 7.8.2, having applied the patch you mentioned to<br>
the Mesa 7.8.2 sources. (It&#39;s also the only patch present in the Mesa<br>
git master for that particular bug,<br>
<a href="https://bugs.freedesktop.org/show_bug.cgi?id=10966" target="_blank">https://bugs.freedesktop.org/show_bug.cgi?id=10966</a>.)<br>
Whenever I tried to save an animation from the ParaView client (builtin<br>
mode), ParaView still crashed. I tried to avoid that by removing a<br>
duplicate call of OSMesaMakeCurrent() from the VTK sources by means of<br>
<br>
&gt; diff --git a/Rendering/vtkXOpenGLRenderWindow.cxx b/Rendering/vtkXOpenGLRenderWindow.cxx<br>
&gt; index 5a87aae..493a3fb 100644<br>
&gt; --- a/Rendering/vtkXOpenGLRenderWindow.cxx<br>
&gt; +++ b/Rendering/vtkXOpenGLRenderWindow.cxx<br>
&gt; @@ -828,7 +828,6 @@ void vtkXOpenGLRenderWindow::CreateOffScreenWindow(int width, int height)<br>
&gt;        {<br>
&gt;        this-&gt;Internal-&gt;OffScreenContextId = OSMesaCreateContext(GL_RGBA, NULL);<br>
&gt;        }<br>
&gt; -    this-&gt;MakeCurrent();<br>
&gt;      }<br>
&gt;    else<br>
&gt;  #endif<br>
<br>
but that turned out to be not sufficient, OSMesaMakeCurrent() is still<br>
called multiple times when ParaView git/master is trying to save an<br>
animation.<br>
<br>
I reverted to Mesa 7.5.2 to resolve the issue.<br>
<br>
Hope this helps<br>
Sven<br>
<br>
<br>
<br>
Van Mierlo K. wrote, On 16.09.2010 10:31:<br>
<div><div></div><div>&gt; Hi,<br>
&gt;<br>
&gt;<br>
&gt;<br>
&gt; I compiled paraview 3.8 (pvbatch) without X and with OSmesa support to<br>
&gt; run on the university cluster. When I submit a pvbatch job it works fine<br>
&gt; on just 1 node of the cluster (max 8 procs) however the rendering goes<br>
&gt; wrong when using 2 or more nodes on the cluster. I tried this with<br>
&gt; OSMesa 6.5.3 and with a patched version of OSMesa 7.8.2 from here<br>
&gt; <a href="http://cgit.freedesktop.org/mesa/mesa/commit/?id=91c37599f621a0ec498c0f0add14f16470ca852b" target="_blank">http://cgit.freedesktop.org/mesa/mesa/commit/?id=91c37599f621a0ec498c0f0add14f16470ca852b</a><br>
&gt;<br>
&gt;<br>
&gt;<br>
&gt;<br>
&gt; I submitted this as a bug  <a href="http://www.paraview.org/Bug/view.php?id=11038" target="_blank">http://www.paraview.org/Bug/view.php?id=11038</a><br>
&gt; but got a reply that I should ask the mailing list which version of<br>
&gt; OSMesa is most reliable. So could someone let me know if they<br>
&gt; experienced similar problems and tell me which version of OSMesa they<br>
&gt; use to solve it?<br>
&gt;<br>
&gt;<br>
&gt;<br>
&gt; Thanks,<br>
&gt;<br>
&gt;<br>
&gt;<br>
&gt; Koen<br>
&gt;<br>
&gt;<br>
&gt;<br>
</div></div>&gt; _______________________________________________<br>
&gt; Powered by <a href="http://www.kitware.com" target="_blank">www.kitware.com</a><br>
&gt;<br>
&gt; 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>
&gt;<br>
&gt; Please keep messages on-topic and check the ParaView Wiki at: <a href="http://paraview.org/Wiki/ParaView" target="_blank">http://paraview.org/Wiki/ParaView</a><br>
&gt;<br>
&gt; Follow this link to subscribe/unsubscribe:<br>
&gt; <a href="http://www.paraview.org/mailman/listinfo/paraview" target="_blank">http://www.paraview.org/mailman/listinfo/paraview</a><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>
Please keep messages on-topic and check the ParaView Wiki at: <a href="http://paraview.org/Wiki/ParaView" target="_blank">http://paraview.org/Wiki/ParaView</a><br>
<br>
Follow this link to subscribe/unsubscribe:<br>
<a href="http://www.paraview.org/mailman/listinfo/paraview" target="_blank">http://www.paraview.org/mailman/listinfo/paraview</a><br>
</blockquote></div><br></div>