[Paraview] bug in ParaView 3.4.0 server

Berk Geveci berk.geveci at kitware.com
Fri Feb 13 14:59:02 EST 2009


Maybe a bug in the Mesa implementation? Or somehow a mismatch between
OpenGL libraries? Can you try to compile the latest Mesa from source
and use that?

-berk

On Thu, Jan 22, 2009 at 4:07 AM, Nicolas Niclausse
<Nicolas.Niclausse at sophia.inria.fr> wrote:
> Berk Geveci ecrivait le 29.12.2008 22:54:
>> Looking more carefully at the server errors, it looks like you are
>> running a server that is not MPI enabled.
>
> Yes, you were right. The builds fails to use MPI; I was using  VTK_USE_MPI
> instead of PARAVIEW_USE_MPI (it did not complain, and build everything
> without mpi)
>
> Now it works much better, however:
>
> - it crash when the client connects if I use the
> "--use-offscreen-rendering" option :
>
> mpiexec: Warning: tasks 0-1 died with signal 11 (Segmentation fault)
>
> using pvserver with gdb:
>
> Program received signal SIGSEGV, Segmentation fault.
> [Switching to Thread 46912515311328 (LWP 8537)]
> 0x0000003e3de53637 in glMatrixMode () from /usr/lib64/libGL.so.1
> (gdb) bt
> #0  0x0000003e3de53637 in glMatrixMode () from /usr/lib64/libGL.so.1
> #1  0x0000000001b6a266 in vtkOpenGLRenderWindow::OpenGLInit ()
> #2  0x0000000001b8884d in vtkXOpenGLRenderWindow::Start ()
> #3  0x0000000001afb820 in vtkRenderWindow::DoStereoRender ()
> #4  0x0000000001afb713 in vtkRenderWindow::DoFDRender ()
> #5  0x0000000001afc4d6 in vtkRenderWindow::DoAARender ()
> #6  0x0000000001afac8e in vtkRenderWindow::Render ()
> #7  0x0000000001b893e0 in vtkXOpenGLRenderWindow::Render ()
> #8  0x00000000019d509e in vtkMultiProcessController::ProcessRMI ()
> #9  0x00000000019d553b in vtkMultiProcessController::ProcessRMIs ()
> #10 0x0000000000a76404 in vtkRemoteConnection::ProcessCommunication ()
> #11 0x0000000000a419a7 in
> vtkProcessModuleConnectionManager::MonitorConnections ()
> #12 0x0000000000a47558 in vtkProcessModule::StartServer ()
> #13 0x0000000000a46f61 in vtkProcessModule::Start ()
> #14 0x0000000000a89c09 in vtkPVMain::Run ()
> #15 0x0000000000a328ab in main ()
>
> /usr/lib64/libGL.so.1 comes from:
> mesa-libGL-6.5.2-10.fc7
>
>
> Without the option, a warning message "remote rendering disabled" pops up,
> but everything seems to work fine.
>
> --
> Nicolas NICLAUSSE                          Service DREAM
> INRIA Sophia Antipolis                     http://www-sop.inria.fr/
> 2004 route des lucioles - BP 93            Tel: (33/0) 4 92 38 76 93
> 06902  SOPHIA-ANTIPOLIS cedex (France)     Fax: (33/0) 4 92 38 76 02
>


More information about the ParaView mailing list