Closed
Bug 680619
Opened 13 years ago
Closed 13 years ago
IonMonkey: Assertion failure: regs.sp == regs.fp()->base(), at jsinterp.cpp:2480 with overflowing JSOP_MUL bailout
Categories
(Core :: JavaScript Engine, defect)
Tracking
()
RESOLVED
FIXED
People
(Reporter: adrake, Assigned: dvander)
References
Details
Attachments
(2 files)
183 bytes,
application/javascript
|
Details | |
1.76 KB,
patch
|
sstangl
:
review+
|
Details | Diff | Splinter Review |
Attached test case asserts in JSOP_MUL bailout on ionmonkey tip x86 debug builds, with either register allocator.
![]() |
Assignee | |
Comment 1•13 years ago
|
||
Join blocks for if-statements did not have the correct pc.
Updated•13 years ago
|
Attachment #555340 -
Flags: review?(sstangl) → review+
![]() |
Assignee | |
Comment 2•13 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•