Closed
Bug 947912
Opened 11 years ago
Closed 11 years ago
Assertion failure: !enabled(), at ../vm/SPSProfiler.cpp:43
Categories
(Core :: JavaScript Engine, defect)
Tracking
()
RESOLVED
FIXED
mozilla31
People
(Reporter: decoder, Assigned: jld)
References
Details
(Keywords: assertion, testcase, Whiteboard: [jsbugmon:])
Attachments
(1 file, 1 obsolete file)
305 bytes,
text/plain
|
Details |
The following testcase asserts on mozilla-central revision 0204febd3146 (run with --fuzzing-safe --ion-eager):
for (var i = 0; i < 2; ++i) {
function g() {
enableSPSProfilingAssertions(false)
}
g();
}
Reporter | ||
Comment 1•11 years ago
|
||
Reporter | ||
Updated•11 years ago
|
Whiteboard: [jsbugmon:update]
Reporter | ||
Updated•11 years ago
|
Assignee: general → nobody
QA Contact: general
Reporter | ||
Comment 2•11 years ago
|
||
Attachment #8344626 -
Attachment is obsolete: true
Reporter | ||
Updated•11 years ago
|
Whiteboard: [jsbugmon:update] → [jsbugmon:update,ignore]
Reporter | ||
Comment 3•11 years ago
|
||
JSBugMon: The testcase found in this bug no longer reproduces (tried revision 5b6e82e7bbbf).
Reporter | ||
Updated•11 years ago
|
Whiteboard: [jsbugmon:update,ignore] → [jsbugmon:bisectfix]
Reporter | ||
Updated•11 years ago
|
Whiteboard: [jsbugmon:bisectfix] → [jsbugmon:]
Reporter | ||
Comment 4•11 years ago
|
||
JSBugMon: Fix Bisection requested, result:
=== Tinderbox Build Bisection Results by autoBisect ===
The "bad" changeset has the timestamp "20140327191048" and the hash "6ea0bf2b69f0".
The "good" changeset has the timestamp "20140327192149" and the hash "d9dc1a7d4649".
Likely fix window: https://hg.mozilla.org/integration/mozilla-inbound/pushloghtml?fromchange=6ea0bf2b69f0&tochange=d9dc1a7d4649
Assignee | ||
Comment 6•11 years ago
|
||
Yes, it did. I ran into this assertion while writing test cases for bug 914561, and changed EnableSPSProfilingAssertions to disable the profiler first (if it was enabled) before setting the stack.
Status: NEW → RESOLVED
Closed: 11 years ago
Flags: needinfo?(jld)
Resolution: --- → FIXED
Updated•11 years ago
|
You need to log in
before you can comment on or make changes to this bug.
Description
•