Closed
Bug 481874
Opened 16 years ago
Closed 15 years ago
assertion thrown with -Dnosse in acceptance tests
Categories
(Tamarin Graveyard :: Virtual Machine, defect, P2)
Tracking
(Not tracked)
VERIFIED
DUPLICATE
of bug 491084
flash10.1
People
(Reporter: dschaffe, Assigned: rreitmai)
Details
assertion is thrown in debug build in acceptance test ecma3/Expressions/e11_5_3.as
run the testcase like:
$ /Users/dschaffe/hg/tamarin-redux/objdir-debug/shell/avmshell -Dnosse ecma3/Expressions/e11_5_3.abc
output:
Assertion failed: _allocator.active[FST0] && _fpuStkDepth == -1 || !_allocator.active[FST0] && _fpuStkDepth == 0 (/Users/dschaffe/hg/tamarin-redux/nanojit/Assembler.cpp:436)
Abort trap
Flags: flashplayer-triage+
Flags: flashplayer-qrb?
Comment 1•15 years ago
|
||
QRB take note: backlog items 118, 155, 156, all required for release.
Comment 2•15 years ago
|
||
backlog 188 (p3) has been completed.
Comment 3•15 years ago
|
||
sorry, meant 118
Assignee: nobody → rreitmai
Flags: flashplayer-qrb? → flashplayer-qrb+
Priority: -- → P2
Target Milestone: --- → flash10.x
Comment 4•15 years ago
|
||
Just confirming that the assertion is still happening in debug builds for the mentioned testcase on windows and mac. Tested build 2084:2b0ac0e456ab
Updated•15 years ago
|
Status: NEW → ASSIGNED
Updated•15 years ago
|
Status: ASSIGNED → RESOLVED
Closed: 15 years ago
Resolution: --- → DUPLICATE
Updated•15 years ago
|
Status: RESOLVED → VERIFIED
Flags: in-testsuite+
You need to log in
before you can comment on or make changes to this bug.
Description
•