Closed
Bug 1615275
Opened 5 years ago
Closed 5 years ago
Intermittent GECKO(2254) | SUMMARY: ThreadSanitizer: data race /builds/worker/workspace/build/src/gfx/layers/apz/src/Axis.cpp:358:42 in GetVelocity
Categories
(Core :: Panning and Zooming, defect, P5)
Core
Panning and Zooming
Tracking
()
RESOLVED
FIXED
mozilla75
People
(Reporter: intermittent-bug-filer, Assigned: botond)
References
(Blocks 2 open bugs)
Details
(Keywords: intermittent-failure)
Attachments
(4 files)
Filed by: choller [at] mozilla.com
Parsed log: https://treeherder.mozilla.org/logviewer.html#?job_id=288706553&repo=autoland
Full log: https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/HMvu2BrZSG-0Ylo6xmC09w/runs/0/artifacts/public/logs/live_backing.log
This is a data race on the mAxisLocked
member.
Comment 1•5 years ago
|
||
Attaching the TSan trace for better readability and to preserve it. This is for autoland revision b61bb41f31d147a3fd1ba875bbf73abb56286e67.
Comment 2•5 years ago
|
||
Comment 3•5 years ago
|
||
Updated•5 years ago
|
Assignee: nobody → choller
Status: NEW → ASSIGNED
Updated•5 years ago
|
Keywords: leave-open
Pushed by choller@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/5525a5b1d1c6
Add temporary suppression for GetVelocity data race. r=mccr8
Comment 5•5 years ago
|
||
bugherder |
Comment hidden (Intermittent Failures Robot) |
Assignee | ||
Comment 7•5 years ago
|
||
We should fix this properly and remove the suppression.
Assignee: choller → botond
Assignee | ||
Comment 8•5 years ago
|
||
Assignee | ||
Comment 9•5 years ago
|
||
Depends on D64484
Comment 10•5 years ago
|
||
Pushed by bballo@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/ea8b987cc1c9
Hold the APZC lock while calling Axis::EndTouch(). r=kats
https://hg.mozilla.org/integration/autoland/rev/a86295ff4cc6
Remove the temporary suppression added previously. r=decoder
Comment 11•5 years ago
|
||
bugherder |
Assignee | ||
Comment 12•5 years ago
|
||
Whoops, forgot to remove the leave-open keyword.
Status: ASSIGNED → RESOLVED
Closed: 5 years ago
Keywords: leave-open
Resolution: --- → FIXED
Target Milestone: --- → mozilla75
You need to log in
before you can comment on or make changes to this bug.
Description
•