Closed
Bug 896154
Opened 12 years ago
Closed 12 years ago
Assertion failure: rt->workerThreadState->shouldPause, at vm/Runtime-inl.h
Categories
(Core :: JavaScript Engine, defect)
Tracking
()
RESOLVED
FIXED
mozilla25
People
(Reporter: gkw, Assigned: bhackett1024)
References
Details
(Keywords: assertion, regression, testcase, Whiteboard: [jsbugmon:])
Attachments
(2 files)
4.33 KB,
text/plain
|
Details | |
978 bytes,
patch
|
billm
:
review+
|
Details | Diff | Splinter Review |
eval("\
(function f(x) {\
if (x > 0) {\
f(x - 1)\
}\
})\
")(5000);
verifyprebarriers()
asserts js threadsafe debug shell on m-c changeset 6030c759a502 with --ion-parallel-compile=on at Assertion failure: rt->workerThreadState->shouldPause, at vm/Runtime-inl.h
s-s since this likely involves write barriers and GC is on the stack.
Reporter | ||
Comment 1•12 years ago
|
||
autoBisect shows this is probably related to the following changeset:
The first bad revision is:
changeset: http://hg.mozilla.org/mozilla-central/rev/d4d9f284b3d0
user: Brian Hackett
date: Fri Jul 19 11:01:46 2013 -0600
summary: Bug 875125 - Fix typo.
Brian, is bug 875125 a likely regressor?
Blocks: 875125
Flags: needinfo?(bhackett1024)
Updated•12 years ago
|
Whiteboard: [jsbugmon:update] → [jsbugmon:]
Comment 2•12 years ago
|
||
JSBugMon: Cannot process bug: Unable to automatically reproduce, please track manually.
Reporter | ||
Comment 3•12 years ago
|
||
This needs a threadsafe shell to reproduce.
Comment 4•12 years ago
|
||
Marking sec-high because this involves GC and write barriers. Feel free to adjust as appropriate.
Keywords: sec-high
Assignee | ||
Comment 5•12 years ago
|
||
This is a bug in barrier verification, StartVerifyPreBarriers does stuff that requires inspecting the runtime's PerThreadDatas without first pausing the worker threads.
Attachment #781887 -
Flags: review?(wmccloskey)
Flags: needinfo?(bhackett1024)
Assignee | ||
Comment 6•12 years ago
|
||
Bug in StartVerifyPreBarriers, not s-s.
Attachment #781887 -
Flags: review?(wmccloskey) → review+
Assignee | ||
Comment 7•12 years ago
|
||
Comment 8•12 years ago
|
||
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla25
You need to log in
before you can comment on or make changes to this bug.
Description
•