WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
124752
[Win] Avoid deadlock when interacting with some AVFoundationCF content
https://bugs.webkit.org/show_bug.cgi?id=124752
Summary
[Win] Avoid deadlock when interacting with some AVFoundationCF content
Brent Fulgham
Reported
2013-11-21 17:11:53 PST
Testing with certain media in WebKit revealed a deadlock in the CFNotification callback code. This bug corrects this problem.
Attachments
Patch
(4.85 KB, patch)
2013-11-21 17:25 PST
,
Brent Fulgham
no flags
Details
Formatted Diff
Diff
View All
Add attachment
proposed patch, testcase, etc.
Brent Fulgham
Comment 1
2013-11-21 17:12:11 PST
<
rdar://problem/15482977
>
Brent Fulgham
Comment 2
2013-11-21 17:25:26 PST
Created
attachment 217634
[details]
Patch
Brent Fulgham
Comment 3
2013-11-21 17:35:49 PST
Prevent deadlock caused by conflict over the "mapLock" mutex. Notification handling in the file, which modify assets and make other changes, are required to happen on the main thread. This patch enforces this requirement.
WebKit Commit Bot
Comment 4
2013-11-22 09:20:54 PST
Comment on
attachment 217634
[details]
Patch Clearing flags on attachment: 217634 Committed
r159691
: <
http://trac.webkit.org/changeset/159691
>
WebKit Commit Bot
Comment 5
2013-11-22 09:20:56 PST
All reviewed patches have been landed. Closing bug.
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug