[Bug 30557] winegstreamer broken with >=glib-2.32.0

wine-bugs at winehq.org wine-bugs at winehq.org
Thu Jul 4 12:55:10 CDT 2013


http://bugs.winehq.org/show_bug.cgi?id=30557

Maarten Lankhorst <m.b.lankhorst at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |m.b.lankhorst at gmail.com

--- Comment #50 from Maarten Lankhorst <m.b.lankhorst at gmail.com> 2013-07-04 12:55:10 CDT ---
Sorry, after some more testing it looks like the patch is incomplete. The crash
is a direct result from wine running pthread_join on a thread it doesn't own,
causing any calls to pthread_*join* or pthread_detach to run into freed memory
and crashing the application.

I don't have a fix yet, it will probably involve hooking both functions,
keeping a list of threads and their id's, without introducing a race condition.

-- 
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.



More information about the wine-bugs mailing list