Closed Bug 1130756 Opened 10 years ago Closed 10 years ago

Assertion failure: frame.isDebuggee(), at vm/Debugger.cpp:1984

Categories

(Core :: JavaScript Engine, defect)

defect
Not set
normal

Tracking

()

RESOLVED FIXED
mozilla38
Tracking Status
firefox38 --- fixed

People

(Reporter: jandem, Unassigned)

Details

Attachments

(2 files)

Attached file Testcase
Attached testcase asserts with --baseline-eager at inbound revision 9a3a666c17d7.
Flags: needinfo?(shu)
Flags: needinfo?(shu)
Comment on attachment 8560927 [details] [diff] [review] Set BaselineFrame's isDebuggee flag before any operation that can re-enter the VM. Review of attachment 8560927 [details] [diff] [review]: ----------------------------------------------------------------- Thanks for fixing this so quickly. ::: js/src/jit/BaselineCompiler.cpp @@ +574,5 @@ > +void > +BaselineCompiler::emitIsDebuggeeCheck() > +{ > + if (compileDebugInstrumentation_) { > + masm.setupUnalignedABICall(1, R0.scratchReg()); We should push/pop BaselineFrameReg before/after the call, I think it's non-volatile on ARM (r11).
Attachment #8560927 - Flags: review?(jdemooij) → review+
Status: NEW → RESOLVED
Closed: 10 years ago
Flags: in-testsuite+
Resolution: --- → FIXED
Target Milestone: --- → mozilla38
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: