Closed Bug 1652171 Opened 4 years ago Closed 4 years ago

ThreadSanitizer: data race [@ mozilla::dom::Element_Binding::removeAttribute] vs [@ AttrArray::GetAttr]

Categories

(Core :: Layout, defect)

defect

Tracking

()

RESOLVED INVALID

People

(Reporter: bwc, Unassigned)

References

(Blocks 1 open bug)

Details

Attachments

(1 file)

Attached file tsan output
No description provided.

This looks also wrong. Main thread (the thread doing the write) is paused when that read (from the style thread) happens.

It is paused via this rust code, which may be what is confusing TSAN?

All the reports regarding the style system I've looked at so far seem false positives... It seems there's something very broken about the TSAN setup with Rust code :/

Likely invalid, because the build used for this missed rust code instrumentation.

Status: NEW → RESOLVED
Closed: 4 years ago
Resolution: --- → INVALID
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: