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 654264 - [gsttask] Fix potential deadlock when TASK_LOCK is not set
[gsttask] Fix potential deadlock when TASK_LOCK is not set
Status: RESOLVED INVALID
Product: GStreamer
Classification: Platform
Component: gstreamer (core)
git master
Other Linux
: Normal normal
: git master
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2011-07-08 16:53 UTC by Andoni Morales
Modified: 2011-07-08 16:57 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Fix potential deadlock when the TASK_LOCK is not set (589 bytes, patch)
2011-07-08 16:53 UTC, Andoni Morales
none Details | Review

Description Andoni Morales 2011-07-08 16:53:01 UTC
Created attachment 191528 [details] [review]
Fix potential deadlock when the TASK_LOCK is not set

Fix potential deadlock in the task function when the task has no lock set.
gst_task_func takes the task's object lock but do not release it if the task has no lock set.
Comment 1 Andoni Morales 2011-07-08 16:57:40 UTC
Sorry, invalid...