Closed
Bug 1739399
Opened 3 years ago
Closed 3 years ago
Linux SM Tsan exception : task resolved with "claim_expired" after 30 minutes
Categories
(Core :: JavaScript: WebAssembly, defect)
Core
JavaScript: WebAssembly
Tracking
()
RESOLVED
FIXED
96 Branch
Tracking | Status | |
---|---|---|
firefox-esr91 | --- | unaffected |
firefox93 | --- | unaffected |
firefox94 | --- | unaffected |
firefox95 | --- | unaffected |
firefox96 | --- | fixed |
People
(Reporter: CrissCozmuta, Unassigned)
References
(Regression)
Details
(Keywords: regression)
Comment 1•3 years ago
|
||
Yeah, this is probably going to be a problem. The tests here test very large webassembly heaps - i tried to keep it sane but there's no way that any of the tests can allocate less than 4GB RAM, and each file usually contains several tests. If TSAN allocates shadow storage for this to track read/write activity there's going to be enormous memory pressure.
It may be best to back out the previous patch for now and I can try to figure out how not to run these tests in some configurations. Cristina, can you take care of that?
Flags: needinfo?(ccozmuta)
Reporter | ||
Comment 2•3 years ago
|
||
Hi,
I performed the backout. See bellow the link:
https://hg.mozilla.org/integration/autoland/rev/befddf7c6b413b684f5cda04f4878c71e84a4ddf
Comment 3•3 years ago
|
||
Thanks! I think we'll close this then.
Status: NEW → RESOLVED
Closed: 3 years ago
Resolution: --- → FIXED
Updated•3 years ago
|
status-firefox93:
--- → unaffected
status-firefox94:
--- → unaffected
status-firefox95:
--- → unaffected
status-firefox96:
--- → fixed
status-firefox-esr91:
--- → unaffected
Flags: needinfo?(ccozmuta)
Target Milestone: --- → 96 Branch
Updated•3 years ago
|
Keywords: regression
Comment hidden (Intermittent Failures Robot) |
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
•