Closed
Bug 919518
Opened 11 years ago
Closed 11 years ago
Crash [@ js::jit::IonBuilder::getSingletonPrototype] or Crash [@ getType]
Categories
(Core :: JavaScript Engine, defect)
Tracking
()
RESOLVED
WORKSFORME
People
(Reporter: decoder, Unassigned)
References
Details
(Keywords: crash, testcase, Whiteboard: [jsbugmon:])
Crash Data
Attachments
(1 file, 3 obsolete files)
1.41 KB,
text/plain
|
Details |
The following testcase crashes on mozilla-central revision f97307cb4c95 (run with --fuzzing-safe --ion-eager):
function TestCase() TestCase.prototype.dump = function () {}
function reportCompare () new TestCase();
test();
function test() {
try {
try {
test();
} finally { }
} catch(ex) {
reportCompare();
}
}
Reporter | ||
Comment 1•11 years ago
|
||
Reporter | ||
Comment 2•11 years ago
|
||
Attachment #808553 -
Attachment is obsolete: true
Reporter | ||
Updated•11 years ago
|
Whiteboard: [jsbugmon:update,bisect]
Reporter | ||
Updated•11 years ago
|
Whiteboard: [jsbugmon:update,bisect] → [jsbugmon:update]
Reporter | ||
Comment 3•11 years ago
|
||
JSBugMon: Bisection requested, failed due to error (try manually).
Reporter | ||
Updated•11 years ago
|
Whiteboard: [jsbugmon:update] → [jsbugmon:update,bisect]
Reporter | ||
Updated•11 years ago
|
Whiteboard: [jsbugmon:update,bisect] → [jsbugmon:update]
Reporter | ||
Comment 4•11 years ago
|
||
JSBugMon: Bisection requested, result:
autoBisect shows this is probably related to the following changeset:
The first bad revision is:
changeset: http://hg.mozilla.org/mozilla-central/rev/72681e08a35d
user: Brian Hackett
date: Fri Sep 20 07:43:46 2013 -0600
summary: Bug 918116 - Don't delazify scripts during Ion compilation, r=jandem.
This iteration took 401.724 seconds to run.
Reporter | ||
Comment 5•11 years ago
|
||
Attachment #808555 -
Attachment is obsolete: true
Comment 6•11 years ago
|
||
Thanks!
Reporter | ||
Comment 7•11 years ago
|
||
Attachment #812087 -
Attachment is obsolete: true
Reporter | ||
Updated•11 years ago
|
Crash Signature: [@ js::jit::IonBuilder::getSingletonPrototype] → [@ js::jit::IonBuilder::getSingletonPrototype]
[@ getType]
Summary: Crash [@ js::jit::IonBuilder::getSingletonPrototype] → Crash [@ js::jit::IonBuilder::getSingletonPrototype] or Crash [@ getType]
Reporter | ||
Updated•11 years ago
|
Crash Signature: [@ js::jit::IonBuilder::getSingletonPrototype]
[@ getType] → [@ js::jit::IonBuilder::getSingletonPrototype]
[@ getType]
Whiteboard: [jsbugmon:update] → [jsbugmon:update,ignore]
Reporter | ||
Comment 8•11 years ago
|
||
JSBugMon: The testcase found in this bug no longer reproduces (tried revision ddd03c32fab1).
Reporter | ||
Updated•11 years ago
|
Crash Signature: [@ js::jit::IonBuilder::getSingletonPrototype]
[@ getType] → [@ js::jit::IonBuilder::getSingletonPrototype]
[@ getType]
Whiteboard: [jsbugmon:update,ignore] → [jsbugmon:bisectfix]
Reporter | ||
Updated•11 years ago
|
Crash Signature: [@ js::jit::IonBuilder::getSingletonPrototype]
[@ getType] → [@ js::jit::IonBuilder::getSingletonPrototype]
[@ getType]
Whiteboard: [jsbugmon:bisectfix] → [jsbugmon:]
Reporter | ||
Comment 9•11 years ago
|
||
JSBugMon: Fix Bisection requested, result:
autoBisect shows this is probably related to the following changeset:
The first good revision is:
changeset: http://hg.mozilla.org/mozilla-central/rev/f613d7363bd2
user: Brian Hackett
date: Mon Oct 14 12:13:41 2013 -0600
summary: Bug 924611 - Don't create lazy type objects and type properties in IonBuilder, r=jandem.
This iteration took 427.394 seconds to run.
Reporter | ||
Comment 10•11 years ago
|
||
Very likely fixed by the refactorings in bug 924611.
Status: NEW → RESOLVED
Crash Signature: [@ js::jit::IonBuilder::getSingletonPrototype]
[@ getType] → [@ js::jit::IonBuilder::getSingletonPrototype]
[@ getType]
Closed: 11 years ago
Depends on: 924611
Resolution: --- → WORKSFORME
You need to log in
before you can comment on or make changes to this bug.
Description
•