I've fixed the segfault, but still getting a non-zero exit code from gprocessor.
Benjamin showed me that the problem is in AudioInputGst containing exit(EXIT_FAILURE) calls, which is a no-no for any library. Classes in libmedia should throw MediaException at worst. Since CU students are supposed to look at libmedia I think this would be a good starting task: documenting current classes and improving their stability/usability. The goal would be for a build w/out gst plugins to survive. This is such a system: http://gnashdev.org:8010/builders/lenny-linux-x86/ You can see it keeps giving failures running gprocessor, first for segfaults, then for deep exists... --strk; On Fri, Nov 26, 2010 at 07:45:25AM +0100, strk wrote: > I filed a bug: > https://savannah.gnu.org/bugs/?31771 > > I belive Petter experienced the same on squeeze (but now he installed > the plugins) > > --strk; > > On Fri, Nov 26, 2010 at 07:41:37AM +0100, strk wrote: > > This is what happens on lenny-linux-x86 [1] (dunno why can't see those > > in the web log) > > > > $ ../../utilities/gprocessor Camera-v6.swf > > ** (<unknown>:5291): CRITICAL **: > > gst_property_probe_probe_and_get_values_name: assertion `probe != NULL' > > failed > > > > ** (<unknown>:5291): CRITICAL **: > > gst_property_probe_probe_and_get_values_name: assertion `probe != NULL' > > failed > > Segmentation fault > > > > $ ../../utilities/gprocessor Microphone-v6.swf > > > > ** (<unknown>:5396): CRITICAL **: > > gst_property_probe_probe_and_get_values_name: assertion `probe != NULL' > > failed > > > > ** (<unknown>:5396): CRITICAL **: > > gst_property_probe_probe_and_get_values_name: assertion `probe != NULL' > > failed > > > > ** (<unknown>:5396): CRITICAL **: > > gst_property_probe_probe_and_get_values_name: assertion `probe != NULL' > > failed > > Segmentation fault > > > > [1] > > http://gnashdev.org:8010/builders/lenny-linux-x86/builds/63/steps/shell_4/logs/stdio > > > > Note that I didn't install the required gst plugins, as you can see > > from logs. > > > > --strk; > > > > () Free GIS & Flash consultant/developer > > /\ http://strk.keybit.net/services.html > > -- > > () Free GIS & Flash consultant/developer > /\ http://strk.keybit.net/services.html > > _______________________________________________ > Gnash-dev mailing list > [email protected] > http://lists.gnu.org/mailman/listinfo/gnash-dev -- () Free GIS & Flash consultant/developer /\ http://strk.keybit.net/services.html _______________________________________________ Gnash-dev mailing list [email protected] http://lists.gnu.org/mailman/listinfo/gnash-dev

