Closed
Bug 1344454
Opened 8 years ago
Closed 8 years ago
testGCGrayMarking test sometimes fails with compacting GC zeal enabled
Categories
(Core :: JavaScript: GC, defect)
Core
JavaScript: GC
Tracking
()
RESOLVED
FIXED
mozilla54
Tracking | Status | |
---|---|---|
firefox54 | --- | fixed |
People
(Reporter: jonco, Assigned: jonco)
References
Details
Attachments
(1 file)
962 bytes,
patch
|
jandem
:
review+
|
Details | Diff | Splinter Review |
The test makes use of unrooted pointers for testing purposes. If compacting GC happens than these pointers don't get updated and the test can fail or crash.
Assignee | ||
Comment 1•8 years ago
|
||
Patch to disable CGC during this test.
Attachment #8843557 -
Flags: review?(jdemooij)
Updated•8 years ago
|
Attachment #8843557 -
Flags: review?(jdemooij) → review+
Pushed by jcoppeard@mozilla.com:
https://hg.mozilla.org/integration/mozilla-inbound/rev/63f4a611e340
Disable compacting GC in testGCGrayMarking test r=jandem
Comment 3•8 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 8 years ago
status-firefox54:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla54
You need to log in
before you can comment on or make changes to this bug.
Description
•