GNOME Bugzilla – Bug 747663
osx test failures: cerbero check gstreamer-1.0
Last modified: 2018-11-03 12:26:46 UTC
FAIL: gst/gstvalue FAIL: pipelines/simple-launch-lines FAIL: gst/gstbin FAIL: elements/multiqueue OS X 10.10.2 # Custom cerbero config file for "uninstalled" style build: from cerbero.config import Architecture target_arch=Architecture.X86_64 prefix='/Users/jhg/work/Library/Frameworks/GStreamer.framework/Versions/1.0' allow_parallel_build = True # Test command: ./cerbero-uninstalled -c osx-x86-64.cbc check gstreamer-1.0 =================================================== GStreamer 1.5.0.1: tests/check/test-suite.log =================================================== # TOTAL: 96 # PASS: 92 # SKIP: 0 # XFAIL: 0 # FAIL: 4 # XPASS: 0 # ERROR: 0 .. contents:: :depth: 2 FAIL: gst/gstvalue ================== Running suite(s): GstValue 97%: Checks: 35, Failures: 1, Errors: 0 gst/gstvalue.c:490:F:general:test_deserialize_bitmask:0: could not deserialize 0xffffffffffffffff (0) FAIL gst/gstvalue (exit status: 1) FAIL: pipelines/simple-launch-lines =================================== Running suite(s): Pipelines 50%: Checks: 4, Failures: 0, Errors: 2 pipelines/simple-launch-lines.c:55:E:linear:test_2_elements:0: (after this point) Received signal 11 (Segmentation fault: 11) pipelines/simple-launch-lines.c:55:E:linear:test_typefind_force_sink_caps:0: (after this point) Received signal 11 (Segmentation fault: 11) FAIL pipelines/simple-launch-lines (exit status: 2) FAIL: gst/gstbin ================ Running suite(s): GstBin 95%: Checks: 20, Failures: 0, Errors: 1 gst/gstbin.c:184:E:bin tests:test_eos:0: (after this point) Received signal 11 (Segmentation fault: 11) FAIL gst/gstbin (exit status: 1) FAIL: elements/multiqueue ========================= FIXME: skipping test test_output_order because it's broken Running suite(s): multiqueue 88%: Checks: 9, Failures: 0, Errors: 1 elements/multiqueue.c:151:E:general:test_simple_shutdown_while_running:0: (after this point) Received signal 11 (Segmentation fault: 11) FAIL elements/multiqueue (exit status: 1)
gstvalue is fixed with https://bugzilla.gnome.org/show_bug.cgi?id=747690
pipelines/simple-launch-lines appears to be intermittent. pipelines/simple-launch-lines.c:55:E:linear:test_2_elements:0: (after this point) Received signal 11 (Segmentation fault: 11) pipelines/simple-launch-lines.c:55:E:linear:test_typefind_force_sink_caps:0: (after this point) Received signal 11 (Segmentation fault: 11) pipelines/simple-launch-lines.c:55: fail_if (bus == NULL); If there is a timeout, perhaps we can lengthen it so that the pipeline may have time to come up to satisfy adding a bus and then the NULL test.
What is the stack trace please?
Created attachment 301417 [details] simple-launch-lines stack trace
Created attachment 301418 [details] gstbin stack trace
Created attachment 301419 [details] multiqueue stack trace
Created attachment 301429 [details] multiqueue valgrind
-- GitLab Migration Automatic Message -- This bug has been migrated to freedesktop.org's GitLab instance and has been closed from further activity. You can subscribe and participate further through the new bug through this link to our GitLab instance: https://gitlab.freedesktop.org/gstreamer/gstreamer/issues/105.