Closed
Bug 658177
Opened 14 years ago
Closed 14 years ago
gVolumeScaleLock deadlock
Categories
(Core :: Audio/Video, defect)
Tracking
()
RESOLVED
FIXED
mozilla6
People
(Reporter: cpearce, Assigned: cpearce)
Details
Attachments
(1 file)
865 bytes,
patch
|
roc
:
review+
|
Details | Diff | Splinter Review |
No good deed goes unpunished. I landed Bug 652475 today, but that introduced a potential deadlock with `make xpcshell-tests`. It never showed up on TryServer for some reason, but aborts locally for me with a warning about potential deadlock.
http://pastebin.mozilla.org/1229597
The problem is I take the gVolumeScaleLock and then read the media.volume_sale pref. I imagine that's taking a lock.
Attachment #533538 -
Flags: review?(roc)
Comment on attachment 533538 [details] [diff] [review]
Patch
Review of attachment 533538 [details] [diff] [review]:
-----------------------------------------------------------------
Attachment #533538 -
Flags: review?(roc) → review+
Assignee | ||
Comment 2•14 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 14 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla6
You need to log in
before you can comment on or make changes to this bug.
Description
•