Closed Bug 1176923 Opened 9 years ago Closed 9 years ago

Hit MOZ_CRASH(DOMEventTargetHelper not thread-safe) in TrackBuffersManager when appendMode == sequence

Categories

(Core :: Audio/Video, defect)

defect
Not set
normal

Tracking

()

RESOLVED FIXED
mozilla41
Tracking Status
firefox41 --- fixed

People

(Reporter: jya, Assigned: jya)

References

Details

Attachments

(1 file)

When appendMode is set to sequence, we need to set the timestampOffset.

This is done by calling SourceBuffer::SetTimestampOffset ; to do this we dispatch a task to the mainthread.
Creating the task calls AddRef on the SourceBuffer outside the main thread, which will assert.
Attachment #8625519 - Flags: review?(gsquelart) → review+
https://hg.mozilla.org/mozilla-central/rev/03a9fa1f400f
Status: NEW → RESOLVED
Closed: 9 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla41
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: