Closed Bug 935952 Opened 11 years ago Closed 11 years ago

Assertion failure: !unknownProperties(), at c:\work\mozilla\builds\aurora\mozilla\js\src\jsinferinlines.h:1396

Categories

(Core :: JavaScript Engine, defect)

x86
All
defect
Not set
critical

Tracking

()

VERIFIED FIXED
mozilla28

People

(Reporter: cbook, Assigned: bhackett1024)

Details

(Keywords: assertion)

Attachments

(3 files)

Found via bughunter loading https://groups.google.com/forum/?hl=pt-BR#%21forum/fiscais_avancado results in nearly on load: Assertion failure: !unknownProperties(), at c:\work\mozilla\builds\aurora\mozilla\js\src\jsinferinlines.h:1396 in aurora and nightly at least on linux and windows will see if i can bring a testcase etc
Jan could you take a look at this (stack is also comming)
Flags: needinfo?(jdemooij)
Attached file windos stack
if this does not crash just reload 1 or 2 times
Looks like in TypeObjectKey::property, the EnsureTrackPropertyTypes call marks the TypeObject as having unknownProperties and the maybeGetProperty call fails.
Flags: needinfo?(jdemooij) → needinfo?(bhackett1024)
Attached patch patchSplinter Review
Clean up the TypeObjectKey::property interface to avoid this issue. This won't lead to any security problems.
Assignee: nobody → bhackett1024
Attachment #829285 - Flags: review?(jdemooij)
Flags: needinfo?(bhackett1024)
Group: core-security
Attachment #829285 - Flags: review?(jdemooij) → review+
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla28
Keywords: verifyme
With Nightly debug build from 2013-11-06 after reloading the testcase for 2 times, I get: "Assertion failure: !unknownProperties(), at ../../../js/src/jsinferinlines.h:1403" on Mac OS X 10.7. Is it the same issue? No assertion encountered with latest Firefox 28 beta debug build (Build ID: 20140218140834) on: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.7; rv:28.0) Gecko/20100101 Firefox/28.0 Mozilla/5.0 (X11; Linux x86_64; rv:28.0) Gecko/20100101 Firefox/28.0 Mozilla/5.0 (Windows NT 6.1; WOW64; rv:28.0) Gecko/20100101 Firefox/28.0
Flags: needinfo?(bhackett1024)
Keywords: verifyme
(In reply to Alexandra Lucinet, QA Mentor [:adalucinet] from comment #8) > With Nightly debug build from 2013-11-06 after reloading the testcase for 2 > times, I get: "Assertion failure: !unknownProperties(), at > ../../../js/src/jsinferinlines.h:1403" on Mac OS X 10.7. Is it the same > issue? Yes.
Flags: needinfo?(bhackett1024)
Status: RESOLVED → VERIFIED
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: