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 721073 - shm: test_shm_sysmem_alloc unit test fails with timeout after some time
shm: test_shm_sysmem_alloc unit test fails with timeout after some time
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-bad
git master
Other All
: Normal normal
: 1.3.1
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2013-12-26 08:52 UTC by Sebastian Dröge (slomo)
Modified: 2014-04-04 14:38 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Sebastian Dröge (slomo) 2013-12-26 08:52:20 UTC
When running in .forever:

Running suite(s): shm
50%: Checks: 2, Failures: 0, Errors: 1
gstcheck.c:311:E:shm:test_shm_sysmem_alloc:0: (after this point) Test timeout expired
Comment 1 Vincent Penquerc'h 2014-04-04 14:09:47 UTC
Also seen on Linux, updating platform.
Comment 2 Vincent Penquerc'h 2014-04-04 14:38:39 UTC
commit 312a38dd377343fd65cfd1e5a8ed010120d26315
Author: Vincent Penquerc'h <vincent.penquerch@collabora.co.uk>
Date:   Fri Apr 4 15:30:20 2014 +0100

    tests: fix shm test deadlock
    
    The test was not bringing the source back to NULL, so its thread
    could start creating a buffer while the pads were being shutdown.