<html>
I am using VTK3.2 on a Sun Ultra 10 workstation and I am using the g++
compiler.&nbsp; I have a structure similar to the following code
rendering some actors.<br><br>
&nbsp; vtkRenderWindowInteractor *iren;<br>
&nbsp; vtkRenderWindow* renWindow;<br>
&nbsp; renWindow = vtkRenderWindow::New();<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; sceneRender1 = vtkRenderer::New();<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
renWindow-&gt;AddRenderer(sceneRender1);<br>
&nbsp; iren = vtkRenderWindowInteractor::New();<br>
&nbsp; iren-&gt;SetRenderWindow(renWindow);<br><br>
&nbsp; renWindow-&gt;Render();<br><br>
I get the following error at the last line of the above code i.e. at
renWindow-&gt;Render().&nbsp; The renderwindow comes up but then crashes
without completing the rendering process.<br><br>
<x-tab>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</x-tab>Program
received signal SIGSEGV, Segmentation fault.<br>
<x-tab>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</x-tab>0xfd456ba8
in diDrdLuDecomposition ()<br>
&nbsp;&nbsp;
<x-tab>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</x-tab><x-tab>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</x-tab>from
/usr/openwin/platform/SUNW,Ultra-5_10/lib/GL/oglSUNWcore.so.4<br><br>
I have not idea why this error would come up.&nbsp; All ideas are
welcome.&nbsp; If you require further information then please email
me.&nbsp; <br><br>
Thanks in advance for your assistance.<br>
<x-sigsep><p></x-sigsep>
______________________________________________________<br>
Anwar M. Upal, BEng - Mechanical Engineering<br>
MSc Student - Biomedical Engineering<br>
Human Mobility Research Centre<br>
Queen's University<br>
Phone: (613) 533-6737<br>
Fax: (613) 533-6489<br>
Email: <font color="#0000FF"><u>upal@me.queensu.ca<br><br>
</font></u></html>