-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA256 Hello,
I came across a segfault working with vtkNonOverlappingAMR and vtkOverlappingAMR. I updated to Paraview 5.0.0 but the problem still remains. The python script reproduces the problem: > pvpython Python 2.7.11 (default, Dec 6 2015, 15:43:46) [GCC 5.2.0] on linux2 Type "help", "copyright", "credits" or "license" for more information. >>> import vtk a = vtk.vtkNonOverlappingAMR(); b = >>> vtk.vtkNonOverlappingAMR(); a.DeepCopy(b); Segmentation fault (core dumped) > pvpython Python 2.7.11 (default, Dec 6 2015, 15:43:46) [GCC 5.2.0] on linux2 Type "help", "copyright", "credits" or "license" for more information. >>> import vtk a = vtk.vtkOverlappingAMR() b = >>> vtk.vtkOverlappingAMR() a.DeepCopy(b) Segmentation fault (core dumped) > paraview --version paraview version 5.0.0 Please help! Best regards, Henry -----BEGIN PGP SIGNATURE----- Version: GnuPG v2 iQEcBAEBCAAGBQJWq4+GAAoJEM0zIsxevdB20T4H/0A3BKguS69LRMbRZIh4og1A WTL1Jjcsur4qdlsEtRygkhJENf9A+AcBgsyX7uRkD8WQtTO1k5bmbHv+hYzPw+O8 xfpCZv5dXBs+ovxb5Ba74swvXtjoLpUDmsaivG3pwJlEpQkmvUAFD9vyglVITxmz BY0jiSWMp0aLanuwrrc2ZhMknXBCGqMInEGd8QnCAHdKqV6YPxplgDM/+NHF+zdP cx+IPx+DWgQXuBN1BJZ6S/z2xcZiSJxpTs7hpHJh69HifQo/GIHrsVeAqvOg4F4g VfEqjyNx/M4gLeIMDNlRJkRy6A3cFERudySeIzUqNy/pqBcDdeJj2zZS3KE9dvA= =1Kkz -----END PGP SIGNATURE----- _______________________________________________ Powered by www.kitware.com Visit other Kitware open-source projects at http://www.kitware.com/opensource/opensource.html Please keep messages on-topic and check the ParaView Wiki at: http://paraview.org/Wiki/ParaView Search the list archives at: http://markmail.org/search/?q=ParaView Follow this link to subscribe/unsubscribe: http://public.kitware.com/mailman/listinfo/paraview