Try running the following: > gdb paraview > run
(then when paraview segfaults) > where (and post the output). That will give us a starting point. Feel free to google details on using gdb to see how to extract additional information, if you'd like. Utkarsh On Mon, Jan 7, 2013 at 9:54 AM, Pei-Ying Hsieh <[email protected]> wrote: > Hi, Utkarsh, > > I am wondering if you have any suggestion on this issue. I am using Qt > 4.8.1. > > Thanks! > > Pei-Ying > > > ________________________________ > From: Utkarsh Ayachit <[email protected]> > To: Pei-Ying Hsieh <[email protected]> > Cc: paraview <[email protected]> > Sent: Wednesday, January 2, 2013 2:35 PM > > Subject: Re: [Paraview] ParaView from git, make fail on OpenSUSE 12.2 > > Do you know what version of Qt you built ParaView with? > > On Wed, Jan 2, 2013 at 2:20 PM, Pei-Ying Hsieh <[email protected]> wrote: >> Hi, Utkarsh, >> >> No, this is a release build. I do not know how to attach the debugger and >> the stack trace. >> >> Pei-Ying >> >> >> ________________________________ >> From: Utkarsh Ayachit <[email protected]> >> To: Pei-Ying Hsieh <[email protected]> >> Cc: paraview <[email protected]> >> Sent: Wednesday, January 2, 2013 1:37 PM >> >> Subject: Re: [Paraview] ParaView from git, make fail on OpenSUSE 12.2 >> >> Is this a debug build? If so, can you attach a debugger and post the >> stack trace? >> >> Utkarsh >> >> On Wed, Jan 2, 2013 at 1:36 PM, Pei-Ying Hsieh <[email protected]> >> wrote: >>> Hi, Utkarsh, >>> >>> Thanks for the reply! >>> >>> make was successful when I turned off ffmpeg. But, I got segmention >>> fault >>> when I ran paraview. >>> >>> ERROR: In >>> >>> >>> /home/phsieh/projects/ParaView/ParaView/VTK/GUISupport/Qt/vtkEventQtSlotConnect.cxx, >>> line 68 >>> vtkEventQtSlotConnect (0x1c82420): Cannot connect NULL objects. >>> >>> >>> Segmentation fault >>> --------------------------- >>> >>> Any suggestion? >>> >>> Pei-Ying >>> >>> >>> ________________________________ >>> From: Utkarsh Ayachit <[email protected]> >>> To: Pei-Ying Hsieh <[email protected]> >>> Cc: paraview <[email protected]> >>> Sent: Wednesday, January 2, 2013 8:55 AM >>> Subject: Re: [Paraview] ParaView from git, make fail on OpenSUSE 12.2 >>> >>> You may want to turn off FFMPEG for starters (by turning of >>> PARAVIEW_ENABLE_FFMPEG cmake variable). >>> >>> Utkarsh >>> >>> On Tue, Jan 1, 2013 at 8:14 PM, Pei-Ying Hsieh <[email protected]> >>> wrote: >>>> Dear ParaView experts, >>>> >>>> I just got the latest Paraview source code from git and tried to compile >>>> on >>>> OpenSUSE 12.2 64 bit OS. But, got the following errors: >>>> >>>> [ 94%] Built target pqApplicationComponents >>>> Linking CXX executable ../../../../bin/pqPipelineApp >>>> /usr/lib64/gcc/x86_64-suse-linux/4.7/../../../../lib64/libavformat.so: >>>> undefined reference to `av_small_strptime@LIBAVUTIL_51' >>>> /usr/lib64/gcc/x86_64-suse-linux/4.7/../../../../lib64/libavformat.so: >>>> undefined reference to `av_dict_count@LIBAVUTIL_51' >>>> /usr/lib64/gcc/x86_64-suse-linux/4.7/../../../../lib64/libavformat.so: >>>> undefined reference to `av_timecode_check_frame_rate@LIBAVUTIL_51' >>>> /usr/lib64/gcc/x86_64-suse-linux/4.7/../../../../lib64/libavcodec.so: >>>> undefined reference to `av_image_fill_arrays@LIBAVUTIL_51' >>>> /usr/lib64/gcc/x86_64-suse-linux/4.7/../../../../lib64/libavcodec.so: >>>> undefined reference to `avpriv_float_dsp_init@LIBAVUTIL_51' >>>> /usr/lib64/gcc/x86_64-suse-linux/4.7/../../../../lib64/libavcodec.so: >>>> undefined reference to `av_image_get_buffer_size@LIBAVUTIL_51' >>>> /usr/lib64/gcc/x86_64-suse-linux/4.7/../../../../lib64/libavcodec.so: >>>> undefined reference to `av_image_copy_to_buffer@LIBAVUTIL_51' >>>> /usr/lib64/gcc/x86_64-suse-linux/4.7/../../../../lib64/libavformat.so: >>>> undefined reference to `av_gettime@LIBAVUTIL_51' >>>> /usr/lib64/gcc/x86_64-suse-linux/4.7/../../../../lib64/libavformat.so: >>>> undefined reference to `av_opt_set_bin@LIBAVUTIL_51' >>>> /usr/lib64/gcc/x86_64-suse-linux/4.7/../../../../lib64/libavformat.so: >>>> undefined reference to `av_usleep@LIBAVUTIL_51' >>>> /usr/lib64/gcc/x86_64-suse-linux/4.7/../../../../lib64/libavcodec.so: >>>> undefined reference to `av_timecode_adjust_ntsc_framenum2@LIBAVUTIL_51' >>>> collect2: error: ld returned 1 exit status >>>> make[2]: *** [bin/pqPipelineApp] Error 1 >>>> make[1]: *** >>>> [Qt/Components/Testing/Cxx/CMakeFiles/pqPipelineApp.dir/all] >>>> Error 2 >>>> make: *** [all] Error 2 >>>> ------------------------------ >>>> >>>> I do have libavuitl installed. I am wondering how I can fix these >>>> errors. >>>> >>>> Thanks! >>>> >>>> Pei-Ying >>>> >>>> _______________________________________________ >>>> 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
