After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 680672 - multiqueue test failures
multiqueue test failures
Status: RESOLVED INVALID
Product: GStreamer
Classification: Platform
Component: gstreamer (core)
0.11.x
Other Linux
: Normal normal
: git master
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2012-07-26 20:08 UTC by Gary van der Merwe
Modified: 2012-08-06 07:27 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Gary van der Merwe 2012-07-26 20:08:58 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
==========================================================================
Comment 1 Gary van der Merwe 2012-07-26 20:10:33 UTC
Sorry, forgot the version: 0.11.92.
Comment 2 Tim-Philipp Müller 2012-08-05 18:15:44 UTC
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
Comment 3 Gary van der Merwe 2012-08-06 07:27:19 UTC
Can't reproduce on master
Can reproduce on checkout RELEASE-0.11.92

So I assume that it is fixed. Closing.