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 706360 - queue2: test_simple_shutdown_while_running fails/racy
queue2: test_simple_shutdown_while_running fails/racy
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gstreamer (core)
git master
Other Linux
: Normal blocker
: 1.1.4
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2013-08-20 05:49 UTC by Edward Hervey
Modified: 2013-08-20 08:17 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Edward Hervey 2013-08-20 05:49:13 UTC
Running suite(s): queue2
83%: Checks: 6, Failures: 0, Errors: 1
elements/queue2.c:157:E:general:test_simple_shutdown_while_running:0: (after this point) Test timeout expired
Running suite(s): queue2
0:00:20.087804399 21456      0x20a68a0 WARN                 basesrc gstbasesrc.c:2857:gst_base_src_loop:<fakesrc0> error: Internal data flow error.
0:00:20.087860043 21456      0x20a68a0 WARN                 basesrc gstbasesrc.c:2857:gst_base_src_loop:<fakesrc0> error: streaming task paused, reason error (-5)
0:00:20.141653513 21456      0x20a68a0 WARN                 basesrc gstbasesrc.c:2857:gst_base_src_loop:<fakesrc1> error: Internal data flow error.
0:00:20.141694314 21456      0x20a68a0 WARN                 basesrc gstbasesrc.c:2857:gst_base_src_loop:<fakesrc1> error: streaming task paused, reason error (-5)
0:00:20.195893001 21456      0x20a68a0 WARN                 basesrc gstbasesrc.c:2857:gst_base_src_loop:<fakesrc2> error: Internal data flow error.
0:00:20.195926835 21456      0x20a68a0 WARN                 basesrc gstbasesrc.c:2857:gst_base_src_loop:<fakesrc2> error: streaming task paused, reason error (-5)
0:00:20.364806910 21456      0x20a68a0 WARN                 basesrc gstbasesrc.c:2857:gst_base_src_loop:<fakesrc5> error: Internal data flow error.
0:00:20.364840881 21456      0x20a68a0 WARN                 basesrc gstbasesrc.c:2857:gst_base_src_loop:<fakesrc5> error: streaming task paused, reason error (-5)
0:00:20.418545131 21456      0x20a68a0 WARN                 basesrc gstbasesrc.c:2857:gst_base_src_loop:<fakesrc6> error: Internal data flow error.
0:00:20.418576715 21456      0x20a68a0 WARN                 basesrc gstbasesrc.c:2857:gst_base_src_loop:<fakesrc6> error: streaming task paused, reason error (-5)
0:00:20.471621610 21456      0x20a68a0 WARN                 basesrc gstbasesrc.c:2857:gst_base_src_loop:<fakesrc7> error: Internal data flow error.
0:00:20.471668326 21456      0x20a68a0 WARN                 basesrc gstbasesrc.c:2857:gst_base_src_loop:<fakesrc7> error: streaming task paused, reason error (-5)
0:00:20.524475806 21456      0x20a68a0 WARN                 basesrc gstbasesrc.c:2857:gst_base_src_loop:<fakesrc8> error: Internal data flow error.
0:00:20.524518619 21456      0x20a68a0 WARN                 basesrc gstbasesrc.c:2857:gst_base_src_loop:<fakesrc8> error: streaming task paused, reason error (-5)
83%: Checks: 6, Failures: 0, Errors: 1
elements/queue2.c:157:E:general:test_simple_shutdown_while_running:0: (after this point) Test timeout expired
make: *** [elements/queue2.check] Error 1


Introduced by the following commit:
d7c3be226cc808e049e3111ae32ff880b19bee00 is the first bad commit
commit d7c3be226cc808e049e3111ae32ff880b19bee00
Author: Sebastian Dröge <slomo@circular-chaos.org>
Date:   Mon Aug 19 16:38:40 2013 +0200

    queue2: Clean up after the streaming thread has stopped
    
    https://bugzilla.gnome.org/show_bug.cgi?id=705835
Comment 1 Sebastian Dröge (slomo) 2013-08-20 08:17:31 UTC
commit 14f817d72375f281d7b27d2259947c362ddd0105
Author: Sebastian Dröge <slomo@circular-chaos.org>
Date:   Tue Aug 20 10:16:41 2013 +0200

    queue: Properly unlock the sinkpad streaming thread when deactivating the pad
    
    https://bugzilla.gnome.org/show_bug.cgi?id=705835

commit 52f2345516fc0cd8260d9fa739030f8d3838f6ef
Author: Sebastian Dröge <slomo@circular-chaos.org>
Date:   Tue Aug 20 10:16:05 2013 +0200

    queue2: Properly unlock the sinkpad streaming thread when deactivating the pad
    
    https://bugzilla.gnome.org/show_bug.cgi?id=706360