Closed
Bug 1120151
Opened 10 years ago
Closed 10 years ago
"Assertion failure: uintptr_t(str) > 0x1000" with gcparam("maxBytes") and RegExp.prototype.flags
Categories
(Core :: JavaScript Engine, defect)
Tracking
()
RESOLVED
FIXED
mozilla39
| Tracking | Status | |
|---|---|---|
| firefox39 | --- | fixed |
People
(Reporter: jruderman, Unassigned)
References
Details
(Keywords: assertion, regression, testcase)
Attachments
(1 file)
|
7.20 KB,
text/plain
|
Details |
gcparam('maxBytes', gcparam('gcBytes') + 0); (/c/m).flags;
js_ReportOutOfMemory called
Assertion failure: uintptr_t(str) > 0x1000, at ../../../dist/include/js/Value.h:734
> ~/fuzzing/autobisect-js/autoBisect.py --build="--enable-more-deterministic --enable-debug" -p "--fuzzing-safe --no-threads ~/Desktop/h.js"
The first bad revision is:
changeset: https://hg.mozilla.org/mozilla-central/rev/bc5ad20e8f27
user: ziyunfei
date: Mon Dec 08 19:41:00 2014 -0500
summary: Bug 1108467 - Implement RegExp.prototype.flags. r=till
Comment 1•10 years ago
|
||
autoBisect shows this is probably related to the following changeset:
The first good revision is:
changeset: https://hg.mozilla.org/mozilla-central/rev/f2dcbff898a1
user: ziyunfei
date: Sun Feb 22 07:23:00 2015 +0100
summary: Bug 1120170 - part 2 - Self-host RegExp.prototype.flags. r=till
Till, is bug 1120170 a likely fix?
Flags: needinfo?(till)
Comment 3•10 years ago
|
||
-> FIXED by bug 1120170.
Status: NEW → RESOLVED
Closed: 10 years ago
status-firefox39:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla39
You need to log in
before you can comment on or make changes to this bug.
Description
•