Closed
Bug 1038088
Opened 11 years ago
Closed 7 years ago
JS fails to start on debug build
Categories
(Core :: JavaScript: GC, defect)
Tracking
()
RESOLVED
WORKSFORME
People
(Reporter: stransky, Unassigned)
Details
JS fails to start on debug build, with:
0x00003fffb5ed4708 in js::gc::MarkPagesInUse (rt=0x10250690, p=0x3fffa8401000, size=4096)
at /home/jhorak/rpmbuild/BUILD/firefox-31.0.0/mozilla-aurora/js/src/gc/Memory.cpp:306
306 JS_ASSERT(uintptr_t(p) % rt->gcSystemPageSize == 0);
Trunk uses something similar. The p is arena page (aligned to 4K) and rt->gcSystemPageSize is 64KB on PPC(64).
Updated•11 years ago
|
Component: JavaScript Engine → JavaScript: GC
| Reporter | ||
Comment 1•7 years ago
|
||
No longer seen this, closing.
Status: NEW → RESOLVED
Closed: 7 years ago
Resolution: --- → WORKSFORME
You need to log in
before you can comment on or make changes to this bug.
Description
•