Closed
Bug 1466166
Opened 7 years ago
Closed 7 years ago
gc\bug-1464872.js | Error: Incremental GC already in progress on beta branch
Categories
(Core :: JavaScript: GC, defect)
Tracking
()
RESOLVED
FIXED
mozilla62
People
(Reporter: jonco, Assigned: jonco)
References
Details
Attachments
(1 file)
567 bytes,
patch
|
sfink
:
review+
|
Details | Diff | Splinter Review |
This is a test code problem with the test code in bug 1464872. I don't know why this is only showing up on beta.
Assignee | ||
Comment 1•7 years ago
|
||
Doesn't reproduce for me, but it seems to be gcslice() complaining because GC zeal already started a collection. I don't know how that managed to happen seeing as we just finished gc() though. Anyway, this should fix it.
Attachment #8982572 -
Flags: review?(sphink)
Comment 2•7 years ago
|
||
Comment on attachment 8982572 [details] [diff] [review]
bug1466166-fix-testcode
Review of attachment 8982572 [details] [diff] [review]:
-----------------------------------------------------------------
Oh, I see.
Attachment #8982572 -
Flags: review?(sphink) → review+
Pushed by ryanvm@gmail.com:
https://hg.mozilla.org/integration/mozilla-inbound/rev/b84e8b8c441d
Fix test code for bug 1464872 to work with GC zeal. r=sfink
Comment 4•7 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 7 years ago
status-firefox62:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla62
Comment 5•7 years ago
|
||
bugherder uplift |
status-firefox61:
--- → fixed
Comment 6•7 years ago
|
||
bugherder uplift |
status-firefox-esr60:
--- → fixed
Comment hidden (Intermittent Failures Robot) |
Updated•7 years ago
|
Flags: qe-verify-
You need to log in
before you can comment on or make changes to this bug.
Description
•