Re: [Paraview] a lot of Generic Warning for vtkBuffer in PV5.1

2016-09-06 Thread David Lonie
Hi Claire, Sure, if you can send me the files I'll push them for review/merging. Thanks, Dave On Tue, Sep 6, 2016 at 3:53 AM, GUILBAUD Claire wrote: > Hi David, > > The trouble happens when ParaView is compiled with > VTK_ALL_NEW_OBJECT_FACTORY=ON. > It seems there is a

Re: [Paraview] a lot of Generic Warning for vtkBuffer in PV5.1

2016-09-06 Thread GUILBAUD Claire
Hi David, The trouble happens when ParaView is compiled with VTK_ALL_NEW_OBJECT_FACTORY=ON. It seems there is a naming problem when using factories: the name used in the New method is not the same as the one used in the destructor. One of my colleague fixed it: in VTK/Common/Core, he modified

Re: [Paraview] a lot of Generic Warning for vtkBuffer in PV5.1

2016-08-12 Thread David Lonie
Oops, I sent that too quickly -- the vtkBuffer.h line should actually be: vtkTemplateTypeMacro(vtkBuffer, vtkObject) with the template argument. Dave ___ Powered by www.kitware.com Visit other Kitware open-source projects at

Re: [Paraview] a lot of Generic Warning for vtkBuffer in PV5.1

2016-08-10 Thread David Lonie
On Wed, Aug 10, 2016 at 9:48 AM, claire.guilb...@cea.fr wrote: > When running ParaView 5.1 in debug with DEBUG_LEAKS=ON, I have several times > the following message : > > Generic Warning: In …/vtkDebugLeaks.cxx, line 285: > Deleting unknown object: vtkBuffer > > When I

[Paraview] a lot of Generic Warning for vtkBuffer in PV5.1

2016-08-10 Thread claire.guilb...@cea.fr
Hello, When running ParaView 5.1 in debug with DEBUG_LEAKS=ON, I have several times the following message : Generic Warning: In .../vtkDebugLeaks.cxx, line 285: Deleting unknown object: vtkBuffer When I close PV, there are a lot of vtkBuffer instances still around. The configuration used for