Closed
Bug 1583860
Opened 5 years ago
Closed 5 years ago
Intermittent js/src/jit-test/tests/bug1375074.js | ================== (code 66, args "--ion-eager --ion-check-range-analysis --ion-extra-checks --no-sse3") [1.2 s]
Categories
(Core :: JavaScript Engine, defect, P1)
Core
JavaScript Engine
Tracking
()
RESOLVED
FIXED
mozilla71
Tracking | Status | |
---|---|---|
firefox-esr60 | --- | unaffected |
firefox-esr68 | --- | unaffected |
firefox69 | --- | unaffected |
firefox70 | --- | unaffected |
firefox71 | --- | fixed |
People
(Reporter: intermittent-bug-filer, Assigned: tcampbell)
References
(Regression)
Details
(Keywords: intermittent-failure, regression)
Attachments
(1 file)
Filed by: tcampbell [at] mozilla.com
Parsed log: https://treeherder.mozilla.org/logviewer.html#?job_id=268363232&repo=try
Full log: https://queue.taskcluster.net/v1/task/Yf5_NmfLRV6111R2KzXssw/runs/0/artifacts/public/logs/live_backing.log
This is a tsan failure on try, but I believe the issue is related to Bug 1568245.
Assignee | ||
Comment 1•5 years ago
|
||
We should not be accessing JSScript::realm() directly from off-thread anymore. Can probably store the realm in the IonBuilder.
Assignee | ||
Comment 2•5 years ago
|
||
It is no longer safe to access JSScript::realm() off-thread. That is
okay because IonBuilder already has a CompileRealm for us to use.
Comment hidden (Intermittent Failures Robot) |
Pushed by tcampbell@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/c520d4083fa2
Don't access JSScript::realm() off-thread. r=jandem
Comment 5•5 years ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 5 years ago
status-firefox71:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla71
Updated•5 years ago
|
status-firefox69:
--- → unaffected
status-firefox70:
--- → unaffected
status-firefox-esr60:
--- → unaffected
status-firefox-esr68:
--- → unaffected
Updated•3 years ago
|
Has Regression Range: --- → yes
You need to log in
before you can comment on or make changes to this bug.
Description
•