Skip Menu |

This queue is for tickets about the GStreamer CPAN distribution.

Report information
The Basics
Id: 15361
Status: resolved
Priority: 0/
Queue: GStreamer

People
Owner: kaffeetisch [...] gmx.de
Requestors: metaperl@gmail.com (no email address)
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: (no value)
Fixed in: (no value)



Subject: t/GstBuffer.t fails on Debian/testing
I am using Debian/testing (I think we use Gstreamer-0.8) and t/GstBuffer.t fails as follows: Running make test PERL_DL_NONLAZY=1 /usr/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(0, 'blib/lib', 'blib/arch')" t/*.t t/Gst.................ok t/GstBin..............ok t/GstBuffer...........ok 1/14 (process:10723): GStreamer-CRITICAL **: gst_registry_add_path: assertion `GST_IS_REGISTRY (registry)' failed t/GstBuffer...........dubious Test returned status 0 (wstat 11, 0xb) DIED. FAILED tests 13-14 Failed 2/14 tests, 85.71% okay t/GstCaps.............ok t/GstClock............ok t/GstData.............ok t/GstElement..........ok t/GstEvent............ok t/GstFormat...........ok t/GstIndex............ok t/GstObject...........ok t/GstPad..............ok t/GstParse............ok t/GstPipeline.........ok t/GstPlugin...........ok t/GstPluginFeature....ok t/GstQuery............ok t/GstRegistry.........ok t/GstRegistryPool.....ok t/GstScheduler........ok t/GstStructure........ok t/GstTag..............ok t/GstTagSetter........ok t/GstThread...........ok Failed Test Stat Wstat Total Fail Failed List of Failed ------------------------------------------------------------------------------- t/GstBuffer.t 0 11 14 4 28.57% 13-14 Failed 1/24 test scripts, 95.83% okay. 2/320 subtests failed, 99.38% okay. make: *** [test_dynamic] Error 255 /usr/bin/make test -- NOT OK Running make install make test had returned bad status, won't install without force metaperl@pool-71-109-151-76:/$
[TBONE - Fri Oct 28 05:38:00 2005]: Show quoted text
> I am using Debian/testing (I think we use Gstreamer-0.8) and > t/GstBuffer.t fails as follows:
Can you try installing anyway and then run t/GstBuffer.t separately? And if it crashes, can you get a backtrace[1] and/or the valgrind[2] output? Thanks. [1] $ gdb perl (gdb) r t/GstBuffer.t # ... crash ... (gdb) bt # here's the backtrace I'd need (gdb) q [2] $ valgrind --tool=memcheck --num-callers=100 perl t/GstBuffer.t
From: antonio [...] dyne.org
On Sat Oct 29 10:26:02 2005, TSCH wrote: Show quoted text
> [TBONE - Fri Oct 28 05:38:00 2005]: >
> > I am using Debian/testing (I think we use Gstreamer-0.8) and > > t/GstBuffer.t fails as follows:
> > Can you try installing anyway and then run t/GstBuffer.t separately? > And if it crashes, can you get a backtrace[1] and/or the valgrind[2]
output? Show quoted text
> > Thanks. > > [1] > $ gdb perl > (gdb) r t/GstBuffer.t > # ... crash ... > (gdb) bt > # here's the backtrace I'd need > (gdb) q > > [2] > $ valgrind --tool=memcheck --num-callers=100 perl t/GstBuffer.t
This bug is not seen anymore, you can resolve it. Cheers Antonio