Closed Bug 1428926 Opened 6 years ago Closed 6 years ago

Embedding gray GC root tracing set/remove mismatch

Categories

(Core :: JavaScript: GC, enhancement)

enhancement
Not set
normal

Tracking

()

RESOLVED DUPLICATE of bug 1369712

People

(Reporter: mccr8, Unassigned)

Details

CycleCollectedJSRuntime::CycleCollectedJSRuntime calls:
  JS_SetGrayGCRootsTracer(aCx, TraceGrayJS, this);

but then CycleCollectedJSRuntime::Shutdown calls:
  JS_RemoveExtraGCRootsTracer(cx, TraceGrayJS, this);

It seems like the latter attempts to remove something from a different list. I don't actually see a JS_RemoveGrayGCRootsTracer function.
Status: NEW → RESOLVED
Closed: 6 years ago
Resolution: --- → DUPLICATE
Ah, right, I forgot about that quagmire.
You need to log in before you can comment on or make changes to this bug.