<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8">
</head>
<body bgcolor="#FFFFFF" text="#000000">
Hello,<br>
<br>
I've just compiled paraview on its last git master branch and I get
a strange segfault using pvpython with connection to a pvserver (no
MPI, on localhost, linux). This occurs for instance, when creating a
simple sphere with the following code:<br>
<br>
<tt>from paraview.simple import *</tt><tt><br>
</tt><tt>servermanager.Connect( "localhost" )</tt><tt><br>
</tt><tt>s = Sphere()</tt><br>
<br>
The strange thing is that under the ParaView GUI python shell all
works well.<br>
<br>
I've made a little debugging and the error comes from
ParaViewCore/ServerManager/Core/vtkSMParaViewPipelineController.cxx:609
(vtkSMParaViewPipelineController::RegisterPipelineProxy())<br>
the selmodel variable is NULL after
proxy->GetSessionProxyManager()->GetSelectionModel("ActiveSources")<br>
<br>
I recompiled on the <br>
<ul>
<li>4.3.1 release tag => same problem</li>
<li>4.1.0 release tag => all works fine</li>
<li>4.2.0 release tag => same problem</li>
</ul>
<p>Any idea ?<br>
</p>
Yves
</body>
</html>