Re: [Paraview] Segmentation fault when loading representation plugin on Linux paraview

2018-01-23 Thread Utkarsh Ayachit
Even with fb13726dbfdcb5479c393720abaf8234edd42609, it fails to build. I'll wait for you to update your code to build with latest ParaView before testing it. A quick look at the "AddToView" method and I don't see anything wrong with it, so it will need some debugging. On Tue, Jan 23, 2018 at 4:02

Re: [Paraview] Segmentation fault when loading representation plugin on Linux paraview

2018-01-23 Thread Yangguang Liao
​I'd like to share, the code works well on Paraview version fb13726dbfdcb5479c393720abaf8234edd42609 (version on Dec 1 2017), The latest has changed some source code, and I'm working on fix it. Thanks. ​ Paraview3DLICPlugin.zip

Re: [Paraview] Segmentation fault when loading representation plugin on Linux paraview

2018-01-23 Thread Utkarsh Ayachit
Maybe if you share the code for vtkLIC3DRepresentation I may be able to offer suggestions. You could also try getting a access to some other linux machine on which you should be able to reproduce the issue. On Tue, Jan 23, 2018 at 1:53 PM, Yangguang Liao wrote: > I run this

Re: [Paraview] Segmentation fault when loading representation plugin on Linux paraview

2018-01-23 Thread Yangguang Liao
I run this paraview on TACC Maverick, which I have no access to debug build. But I run the same plugin on my Windows Paraview build and there is no such error. How could I fix it? Thanks On Tue, Jan 23, 2018 at 10:49 AM, Utkarsh Ayachit < utkarsh.ayac...@kitware.com> wrote: > My guess would be

Re: [Paraview] Segmentation fault when loading representation plugin on Linux paraview

2018-01-23 Thread Utkarsh Ayachit
My guess would be that you're accessing a nullptr in `vtkLIC3DRepresentation::AddToView`. I'd recommend doing a debug build of ParaView, and then attaching a debugger to confirm and fix. Utkarsh On Mon, Jan 22, 2018 at 8:18 PM, Yangguang Liao wrote: > Hi, > > I get some