Closed
Bug 737997
Opened 14 years ago
Closed 14 years ago
"Assertion failure: rt->gcMode != JSGC_MODE_GLOBAL" with certain GC prefs and gczeal
Categories
(Core :: JavaScript Engine, defect)
Tracking
()
RESOLVED
FIXED
mozilla14
People
(Reporter: jruderman, Assigned: billm)
Details
(Keywords: assertion, testcase)
Attachments
(2 files)
|
70 bytes,
text/html
|
Details | |
|
2.02 KB,
patch
|
igor
:
review+
|
Details | Diff | Splinter Review |
1. Install the new new version of
https://www.squarefree.com/extensions/domFuzzLite3.xpi
2. Set
user_pref("javascript.options.mem.gc_per_compartment", false);
3. Load the testcase.
Result:
Assertion failure: rt->gcMode != JSGC_MODE_GLOBAL, at jsgc.cpp:3618
| Assignee | ||
Updated•14 years ago
|
Assignee: general → wmccloskey
| Assignee | ||
Comment 1•14 years ago
|
||
Attachment #609455 -
Flags: review?(igor)
| Assignee | ||
Comment 2•14 years ago
|
||
Sorry, hit enter too fast.
It seems silly that callers of js::GC have to worry about the GC mode. This patch just moves the checks into Collect, so that we only have to remember to check in one place.
Updated•14 years ago
|
Attachment #609455 -
Flags: review?(igor) → review+
| Assignee | ||
Comment 3•14 years ago
|
||
Target Milestone: --- → mozilla14
Comment 4•14 years ago
|
||
Status: NEW → RESOLVED
Closed: 14 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•