On Tue, Jan 6, 2009 at 1:30 AM, Nigel Hsiung <nige...@hotmail.com> wrote: > Hi list, > > I crosscompiled gstreamer from source for mipsel-linux. It builds without > any problem, but gst-inspect segmentation faults when i run it on the target > (via nfs). > > $ ./gst_feedback-0.10 > > + GSTREAMER INFORMATION (0.10) > +++ which gst-inspect-0.10 > /root/smp8634/dfb_install/bin/gst-inspect-0.10 > +++ gst-inspect-0.10 > Segmentation fault
So when this sort of thing happens, you should set GST_REGISTRY_FORK=no (to avoid extra complexity of tracing child processes), then run it in a debugger. That'll let you see which plugin/element is causing the crash. If you don't have a debugger, then you're probably doomed. However, you could try running with GST_DEBUG=5, and see what the last output is before the crash - it'll at least give you some idea what's going wrong, most likely. Mike ------------------------------------------------------------------------------ Check out the new SourceForge.net Marketplace. It is the best place to buy or sell services for just about anything Open Source. http://p.sf.net/sfu/Xq1LFB _______________________________________________ Gstreamer-embedded mailing list Gstreamer-embedded@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/gstreamer-embedded