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
