[Paraview] error when running paraview from git

2012-09-29 Thread Pei-Ying Hsieh
Hi, Utkarch, - hsieh@jali:~/OpenFOAM/hsieh-2.1.x/run/damBreak> paraview --version paraview version 3.14.1-2033-g4a1d587 ERROR: In /home/hsieh/projects/ParaView-Source/VTK/GUISupport/Qt/vtkEventQtSlotConnect.cxx, line 68 vt

Re: [Paraview] error when running paraview from git

2012-10-01 Thread Utkarsh Ayachit
Odd, I cannot get to that version. Can you go to your paraview source directory and try the following command: > git describe Also, you may want to update to the latest git-master and see if that solves the problem. We don't see the same issue on any of the dashboards with git-master. Utkarsh O

Re: [Paraview] error when running paraview from git

2012-10-01 Thread Utkarsh Ayachit
Never mind the git-describe part, not sure why you're getting the error though. Try running with "paraview -dr", just in case there's something wrong with something that's being loaded automatically. Utkarsh On Mon, Oct 1, 2012 at 10:40 AM, Utkarsh Ayachit wrote: > Odd, I cannot get to that vers

Re: [Paraview] error when running paraview from git

2012-10-01 Thread Pei-Ying Hsieh
Hi, Utkarsh, Just in case any changes in the development branch, I re-grabbed the source code and recompile/re-install the development version. Then executed using "paraview -dr".  Got the same error. Pei-Ying - phsieh@galaxy:~/projects/build-devel> paraview -dr ERROR: In /

Re: [Paraview] error when running paraview from git

2012-10-01 Thread Utkarsh Ayachit
Are you okay with using the debugger and tracking this down? I cannot reproduce this so not sure why this is happening. If you are comfortable using a debugger, try rebuilding with CMAKE_BUILD_TYPE set to "Debug" and the attach the debugger and let's get the call stack for the error and the segfaul