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 147000 - [threads] removing all elements from a GstThread causes crash when state not NULL
[threads] removing all elements from a GstThread causes crash when state not ...
Status: RESOLVED DUPLICATE of bug 142588
Product: GStreamer
Classification: Platform
Component: gstreamer (core)
git master
Other Linux
: Normal normal
: NONE
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2004-07-09 14:24 UTC by Zaheer Abbas Merali
Modified: 2005-01-29 23:50 UTC
See Also:
GNOME target: ---
GNOME version: 2.9/2.10



Description Zaheer Abbas Merali 2004-07-09 14:24:33 UTC
Remove all elements contained in a GstThread when state is in PAUSED for example.

Currently an error such as this apears: GThread-ERROR **: file gthread-posix.c:
line 160 (): error 'Device or resource busy' during 'pthread_mutex_destroy
((pthread_mutex_t *) mutex)'

Expected result: no error

I have added a test: threadg.c in testsuite/threads
Comment 1 Ronald Bultje 2005-01-29 23:50:28 UTC
You filed this bug twice. ;).

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