Closed
Bug 900452
Opened 12 years ago
Closed 11 years ago
Assertion failure: !rt->mainThread.suppressGC, at jsgc.cpp:4349 with setObjectMetadataCallback
Categories
(Core :: JavaScript Engine, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 950118
People
(Reporter: decoder, Unassigned)
Details
(Keywords: assertion, testcase, Whiteboard: [jsbugmon:update,ignore])
Attachments
(1 file)
|
618 bytes,
text/plain
|
Details |
The following testcase asserts on mozilla-central revision 05d3797276d3 (run with --fuzzing-safe):
setObjectMetadataCallback(function(obj) {
var [] = gczeal(0);
});
gczeal(4);
x();
| Reporter | ||
Comment 1•12 years ago
|
||
| Reporter | ||
Comment 2•12 years ago
|
||
Needinfo from Brian because this is related to setObjectMetadataCallback.
Flags: needinfo?(bhackett1024)
Whiteboard: [jsbugmon:update]
| Reporter | ||
Updated•12 years ago
|
Whiteboard: [jsbugmon:update] → [jsbugmon:update,ignore]
| Reporter | ||
Comment 4•12 years ago
|
||
JSBugMon: The testcase found in this bug no longer reproduces (tried revision f8fea5ea69a1).
| Reporter | ||
Comment 5•11 years ago
|
||
Fixed according to comment 3 and 4.
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•