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)
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
Reporter | ||
Comment 1•11 years ago
|
||
Jan could you take a look at this (stack is also comming)
Flags: needinfo?(jdemooij)
Reporter | ||
Comment 2•11 years ago
|
||
Reporter | ||
Comment 3•11 years ago
|
||
if this does not crash just reload 1 or 2 times
Comment 4•11 years ago
|
||
Looks like in TypeObjectKey::property, the EnsureTrackPropertyTypes call marks the TypeObject as having unknownProperties and the maybeGetProperty call fails.
Flags: needinfo?(jdemooij) → needinfo?(bhackett1024)
Assignee | ||
Comment 5•11 years ago
|
||
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)
Assignee | ||
Updated•11 years ago
|
Group: core-security
Updated•11 years ago
|
Attachment #829285 -
Flags: review?(jdemooij) → review+
Assignee | ||
Comment 6•11 years ago
|
||
Reporter | ||
Comment 7•11 years ago
|
||
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla28
Comment 8•11 years ago
|
||
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
Assignee | ||
Comment 9•11 years ago
|
||
(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)
Updated•11 years ago
|
Status: RESOLVED → VERIFIED
You need to log in
before you can comment on or make changes to this bug.
Description
•