Closed
Bug 1078960
Opened 10 years ago
Closed 10 years ago
Assertion failure entry_ == makeIndex(clasp, key, kind)
Categories
(Core :: JavaScript: GC, defect)
Core
JavaScript: GC
Tracking
()
RESOLVED
WORKSFORME
People
(Reporter: terrence, Unassigned)
References
(Blocks 1 open bug)
Details
Attachments
(1 file)
(deleted),
text/plain
|
Details |
khuey has an android testcase that reliably hits this assertion[1]. I was not able to figure out what could be going off the rails with a few minutes of poking. The stack is at [2].
1- http://mxr.mozilla.org/mozilla-central/source/js/src/vm/Runtime.h?force=1#334
2- https://khuey.pastebin.mozilla.org/6726143
That pastebin is probably only good for 24 hours.
Blocks: 1038262
Comment 3•10 years ago
|
||
Probably a duplicate of bug 1075546, which is waiting for sec-approval to land.
Flags: needinfo?(jcoppeard)
Reporter | ||
Comment 4•10 years ago
|
||
(In reply to Kyle Huey [:khuey] (khuey@mozilla.com) from comment #2)
> Created attachment 8500783 [details]
> minidump
>
> That pastebin is probably only good for 24 hours.
Pastebin was down when I filed last night, so wasn't able to up the limit. Things seem to be fixed now though:
https://pastebin.mozilla.org/6735990
I can't reproduce this after updating to trunk.
Status: NEW → RESOLVED
Closed: 10 years ago
Flags: needinfo?(khuey)
Resolution: --- → WORKSFORME
You need to log in
before you can comment on or make changes to this bug.
Description
•