<html>
I am using VTK3.2 on a Sun Ultra 10 workstation and I am using the g++
compiler. I have a structure similar to the following code
rendering some actors.<br><br>
vtkRenderWindowInteractor *iren;<br>
vtkRenderWindow* renWindow;<br>
renWindow = vtkRenderWindow::New();<br>
sceneRender1 = vtkRenderer::New();<br>
renWindow->AddRenderer(sceneRender1);<br>
iren = vtkRenderWindowInteractor::New();<br>
iren->SetRenderWindow(renWindow);<br><br>
renWindow->Render();<br><br>
I get the following error at the last line of the above code i.e. at
renWindow->Render(). The renderwindow comes up but then crashes
without completing the rendering process.<br><br>
<x-tab> </x-tab>Program
received signal SIGSEGV, Segmentation fault.<br>
<x-tab> </x-tab>0xfd456ba8
in diDrdLuDecomposition ()<br>
<x-tab> </x-tab><x-tab> </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. All ideas are
welcome. If you require further information then please email
me. <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>