<div dir="ltr">Hi all,<div><br></div><div>I am having receiving error messages with the 4.0.1 release of paraview as well as a recent build of master when deleting objects that are part of a pipeline.  The following code snippet gives an an error message.</div>

<div><br></div><div><div>from paraview import simple as smp</div><div><br></div><div>s = smp.Sphere()</div><div>smp.Show(s)</div><div>smp.Render()</div><div>c = smp.Contour()</div><div>smp.Show(c)</div><div>smp.Render()</div>

<div><br></div><div>smp.Delete(c)</div><div><br></div><div>Results in the error message</div><div><br></div><div><div>ERROR: In /home/utkarsh/Dashboards/MyTests/NightlyMaster/ParaViewSuperbuild-Release/paraview/src/paraview/ParaViewCore/ServerManager/Core/vtkSMProxyListDomain.cxx, line 189</div>

<div>vtkSMProxyListDomain (0x67c2aa0): Index 2 greater than max 1</div></div><div><br></div><div>Am I doing something invalid or is this a bug?</div><div><br></div><div>Thank you</div><div><br></div>-- <br>Casey B. Goodlett, Ph.D.<br>

R&amp;D Engineer<br>Kitware, Inc. - North Carolina Office<br><a href="http://www.kitware.com">http://www.kitware.com</a><br>(919) 969-6990 x310
</div></div>