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 165929 - [threads/scheduler] race in state changes
[threads/scheduler] race in state changes
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gstreamer (core)
git master
Other Linux
: Normal critical
: 0.9.x
Assigned To: GStreamer Maintainers
GStreamer Maintainers
: 167138 (view as bug list)
Depends on:
Blocks:
 
 
Reported: 2005-02-01 13:25 UTC by Ronald Bultje
Modified: 2005-07-16 10:12 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Ronald Bultje 2005-02-01 13:25:35 UTC
See testsuite/threads/threadi-nfy1. It's a { fakesrc ! fakesink }, where we set
the fakesrc to PLAYING (and thus the thread), and then sync state. This leads to
a race for some reason because the thing may EOS before the state change on
fakesink is completed, which leads to a warning "state change failure: asked
playing, still PAUSED". This may be related to #165928.
Comment 1 Ronald Bultje 2005-02-25 09:13:03 UTC
*** Bug 167138 has been marked as a duplicate of this bug. ***
Comment 2 Andy Wingo 2005-07-16 10:12:26 UTC
This kind of bug goes away in 0.9 (replaced with new kinds of bugs of course).
Closing.