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 671668 - race in basesrc
race in basesrc
Status: RESOLVED DUPLICATE of bug 670846
Product: GStreamer
Classification: Platform
Component: gstreamer (core)
git master
Other Linux
: Normal normal
: NONE
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2012-03-08 17:31 UTC by Edward Hervey
Modified: 2012-03-09 15:38 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
log (56.88 KB, text/plain)
2012-03-08 17:31 UTC, Edward Hervey
Details

Description Edward Hervey 2012-03-08 17:31:37 UTC
Created attachment 209269 [details]
log

libs/basesrc.c:586:F:general:basesrc_seek_events_rate_update:0: Assertion 'rate == 0.5' failed

I'm not sure whether this is a race in the test or basesrc itself.

Attached is the end of bottom part of :
GST_CHECKS=basesrc_seek_events_rate_update GST_DEBUG=2,check:5,base*:5 make libs/basesrc.forever > log 2>&1

It contains one run where it succeeds and the last run which fails.
Comment 1 Tim-Philipp Müller 2012-03-09 15:38:10 UTC
Can't reproduce this any more with the GStaticRecMutex fix from the other bug.

*** This bug has been marked as a duplicate of bug 670846 ***