Closed Bug 1221897 Opened 10 years ago Closed 10 years ago

Assertion failure: !isEmptyShape(), at js/src/vm/Shape.h:873

Categories

(Core :: JavaScript Engine: JIT, defect)

44 Branch
x86_64
macOS
defect
Not set
normal

Tracking

()

RESOLVED WORKSFORME

People

(Reporter: bc, Unassigned)

References

()

Details

(Keywords: assertion)

Crash Data

Attachments

(1 file)

I haven't been able to reproduce this on either Win10 or OSX 10.11.
I retested this url and one other <http://www.manoramaonline.com/> in bughunter and could not reproduce. On OSX 10.8 I loaded the experia url and after changing the dates to be in the future, used Developer Web Console to open a window and to reload the url from a setInterval. After letting it run a while without an assertion, I noticed that never remember history was set for the profile which also seemed to have turned on tracking protection. When i turned history back on and restarted I got a Assertion failure: isEmpty(), at ../../dist/include/mozilla/LinkedList.h:328 which is similar to but not the same as the original. I repeated the manual test with remember history but could not reproduce again either. We can either mark this WFM or leave it open and I'll keep an eye out for new reproducible cases.
(In reply to Bob Clary [:bc:] from comment #2) > When i turned history back on > and restarted I got a Assertion failure: isEmpty(), at > ../../dist/include/mozilla/LinkedList.h:328 which is similar to but not the > same as the original. The "isEmpty" in teh assertions are entirely unrelated -- the original is a JS-engine-internal sense, the one you cite is a circular linked list that *should* have been empty when it was destroyed but was not. Whether that means there's something useful to investigate/do here, still, I don't know, and wouldn't know without more details about this linked-list case. The LinkedList assertion is inside a generalized data structure, so there's not enough context to make any guesses as to what its cause might be (whether JS engine or otherwise).
does not crash anymore for me, bob reproducible for you still ?
Flags: needinfo?(bob)
I can't reproduce with an updated url nor have we seen this assertion in the last couple of months. -> WFM
Status: NEW → RESOLVED
Closed: 10 years ago
Flags: needinfo?(bob)
Resolution: --- → WORKSFORME
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: