Hi Pei-Ying, Checking back this mailing list, it seems that you (and maybe only you because no other people has reported this) have been having this problem since 3.14.1, which makes me think this problem might be unique to your development environment. Since we don't have a system here like yours to track this down, I suggest you put on a developer's hat and do some serious debugging yourself :). I suggest to start with clean source and build directories and use paraview's superbuild (http://paraview.org/Wiki/ParaView:Superbuild).
sorry I can't give you more helpful ideas. Yumin On Tue, Jan 8, 2013 at 9:29 PM, Pei-Ying Hsieh <[email protected]> wrote: > Hi, Yumin, > > I turned off USE_MPI and ffmpeg in ccmake, re-did make and make install, > still getting the same error: > > hsieh@jali:~/projects/build-devel> paraview -dr > ERROR: In > /home/hsieh/projects/ParaView-devel/ParaView/VTK/GUISupport/Qt/vtkEventQtSlotConnect.cxx, > line 68 > vtkEventQtSlotConnect (0x1be85b0): Cannot connect NULL objects. > > > Segmentation fault > ---------------------------------------- > qmake --version returned: > > hsieh@jali:~/OpenFOAM/hsieh-2.1.x/run/damBreak> qmake --version > QMake version 2.01a > Using Qt version 4.8.1 in /usr/lib64 > > Pei-Ying > > > > ________________________________ > From: Yumin Yuan <[email protected]> > To: Pei-Ying Hsieh <[email protected]> > Cc: Utkarsh Ayachit <[email protected]>; paraview > <[email protected]> > Sent: Tuesday, January 8, 2013 5:04 PM > > Subject: Re: [Paraview] ParaView from git, make fail on OpenSUSE 12.2 > > A trial-and-error suggestion to debug the problem: > The segfault seems to be due to an uninitialized vtkProcessMoudule, > and to narrow down a bit more (if that is the issue), can you try to > set PARAVIEW_USE_MPI cmake variable to OFF, then run 'paraview -dr' to > see if that makes a difference? > > Yumin > > On Tue, Jan 8, 2013 at 3:05 PM, Pei-Ying Hsieh <[email protected]> wrote: >> Hi, Utkarsh, >> >> I moved ~/.config/ParaView to home folder, rebooted the computer, but, >> still >> received segmentation fault. >> >> >> ERROR: In >> >> /home/phsieh/projects/ParaView/ParaView/VTK/GUISupport/Qt/vtkEventQtSlotConnect.cxx, >> line 68 >> vtkEventQtSlotConnect (0x2a2c220): Cannot connect NULL objects. >> >> Pei-Ying >> >> ________________________________ >> From: Utkarsh Ayachit <[email protected]> >> To: Pei-Ying Hsieh <[email protected]> >> Cc: paraview <[email protected]> >> Sent: Tuesday, January 8, 2013 10:06 AM >> >> Subject: Re: [Paraview] ParaView from git, make fail on OpenSUSE 12.2 >> >> Not sure what could be going wrong. Try deleting your >> "~/.config/ParaView" directory, you may want to copy it over to some >> other place, just in case. >> >> Utkarsh >> >> On Mon, Jan 7, 2013 at 12:28 PM, Pei-Ying Hsieh <[email protected]> >> wrote: >>> #0 0x00007ffff6e4cc55 in pqApplicationCore::settings() () from >>> >>> >>> /home/phsieh/projects/paraview-devel/lib/paraview-3.98/libvtkpqCore-pv3.98.so.1 >> >> >> >> _______________________________________________ >> 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 >> >> Follow this link to subscribe/unsubscribe: >> http://www.paraview.org/mailman/listinfo/paraview >> > > _______________________________________________ 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 Follow this link to subscribe/unsubscribe: http://www.paraview.org/mailman/listinfo/paraview
