Closed Bug 510375 Opened 16 years ago Closed 15 years ago

VerifyError when two for loops occur after a return

Categories

(Tamarin Graveyard :: Virtual Machine, defect, P2)

x86
All

Tracking

(Not tracked)

VERIFIED DUPLICATE of bug 477133
flash10.1

People

(Reporter: cpeyer, Assigned: jodyer)

Details

as: function init():void { return; for(var i:uint=0; i<1; i++){ } for(i=0; i<1; i++){ } } init(); Actual Results: verify Function/<anonymous>() stack: scope: [global] locals: Object * 0:returnvoid stack: scope: [global] locals: Object * - 1:pushbyte 0 stack: scope: [global] locals: Object * - 3:convert_u stack: scope: [global] locals: Object * - 4:setlocal1 stack: scope: [global] locals: Object * - 5:jump 14 B9: stack: scope: [global] locals: Object? * 9:label stack: scope: [global] locals: Object? * 10:getlocal1 stack: * scope: [global] locals: Object? * 11:increment stack: Number scope: [global] locals: Object? * 12:convert_u stack: uint scope: [global] locals: Object? * 13:setlocal1 stack: scope: [global] locals: Object? uint 14:getlocal1 stack: uint scope: [global] locals: Object? uint 15:pushbyte 1 stack: uint int scope: [global] locals: Object? uint 17:iflt 9 VerifyError: Error #1068: uint and * cannot be reconciled. at global$init() Expected Results: It should run like an empty app. Workaround (if any): None Transferred Comments: Chris Peyer - Thu Aug 13 16:36:35 PDT 2009 Verified w/ asc 8743, avmshell 2489 This bug transferred from: http://bugs.adobe.com/jira/browse/ASC-3715
Flags: in-testsuite?
Flags: flashplayer-qrb?
Assignee: nobody → jodyer
Status: NEW → ASSIGNED
Flags: flashplayer-qrb? → flashplayer-qrb+
Priority: -- → P2
Target Milestone: --- → flash10.1
Status: ASSIGNED → RESOLVED
Closed: 15 years ago
Resolution: --- → DUPLICATE
Status: RESOLVED → VERIFIED
remove in-testsuite as this is a duplicate and the flag is set in the other bug
Flags: in-testsuite?
You need to log in before you can comment on or make changes to this bug.