GNOME Bugzilla – Bug 680672
multiqueue test failures
Last modified: 2012-08-06 07:27:19 UTC
Running make check, I got these errors: Running suite(s): multiqueue 57%: Checks: 7, Failures: 0, Errors: 3 elements/multiqueue.c:118:E:general:test_simple_pipeline:0: (after this point) Received signal 11 (Segmentation fault) elements/multiqueue.c:151:E:general:test_simple_shutdown_while_running:0: (after this point) Received signal 11 (Segmentation fault) elements/multiqueue.c:279:E:general:test_request_pads_named:0: (after this point) Received signal 11 (Segmentation fault) FAIL: elements/multiqueue ... ========================================================================== 1 of 75 tests failed Please report to http://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer ==========================================================================
Sorry, forgot the version: 0.11.92.
Any chance you could try a git checkout? (master branch) I can't reproduce this with current git master, and it's valgrind clean and happily runs make elements/multiqueue.forever here. If you can still reproduce it with git, could you: $ cd tests/check/ $ make elements/multiqueue.gdb (gdb) run .. wait for crash.. (gdb) bt
Can't reproduce on master Can reproduce on checkout RELEASE-0.11.92 So I assume that it is fixed. Closing.