Closed
Bug 786107
Opened 13 years ago
Closed 13 years ago
IonMonkey: Assertion failure: [barrier verifier] Unmarked edge: method, at jsgc.cpp:5264
Categories
(Core :: JavaScript Engine, defect)
Tracking
()
VERIFIED
FIXED
Tracking | Status | |
---|---|---|
firefox-esr10 | --- | unaffected |
firefox-esr17 | --- | unaffected |
People
(Reporter: decoder, Assigned: dvander)
References
Details
(Keywords: assertion, testcase, Whiteboard: [jsbugmon:update][ion:p1:fx18])
Attachments
(1 file)
2.78 KB,
patch
|
terrence
:
review+
|
Details | Diff | Splinter Review |
The following testcase asserts on ionmonkey revision 92b9b2840a79 (run with --ion -n -m --ion-eager):
function writeHeaderToLog( string ) {}
writeHeaderToLog(-0, this);
gczeal(4);
writeHeaderToLog(0,1,2,3,4,5,6,7,8,9,0,1,2,3,4,5,6,7,8,9,
0,1,2,3,4,5,6,7,8,9,0,1,2,3,4,5,6,7,8,9,
0,1,2,3,4,5,6,7,8,9,0,1,2,3,4,5,6,7,8,9,
0,1,2,3,4,5,6,7,8,9,0,1,2,3,4,5,6,7,8,9,
0,1,2,3,4,5,6,7,8,9,0,1,2,3,4,5,6,7,8,9,
0,1,2,3,4,5,6,7,8,9,0,1,2,3,4,5,6,7,8,9,
0,1,2,3,4,5,6,7,8,9,0,1,2,3,4,5,6,7,8,9);
Reporter | ||
Comment 1•13 years ago
|
||
Without gczeal, this can also yield the following assertion:
Assertion failure: co->script == __null, at jsinfer.cpp:2261
![]() |
Assignee | |
Updated•13 years ago
|
Whiteboard: [jsbugmon:update] → [jsbugmon:update][ion:p1:fx18]
![]() |
Assignee | |
Comment 3•13 years ago
|
||
![]() |
Assignee | |
Updated•13 years ago
|
Attachment #659379 -
Flags: review? → review?(terrence)
Comment 4•13 years ago
|
||
Comment on attachment 659379 [details] [diff] [review]
fix
Review of attachment 659379 [details] [diff] [review]:
-----------------------------------------------------------------
Looks correct.
Attachment #659379 -
Flags: review?(terrence) → review+
![]() |
Assignee | |
Comment 5•13 years ago
|
||
http://hg.mozilla.org/projects/ionmonkey/rev/18142c3076a1
Thanks for the quick review!
Status: ASSIGNED → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
Reporter | ||
Updated•13 years ago
|
Status: RESOLVED → VERIFIED
Reporter | ||
Comment 6•13 years ago
|
||
JSBugMon: This bug has been automatically verified fixed.
Updated•13 years ago
|
status-firefox-esr10:
--- → unaffected
Updated•12 years ago
|
Group: core-security
status-firefox-esr17:
--- → unaffected
You need to log in
before you can comment on or make changes to this bug.
Description
•