Closed Bug 506040 Opened 15 years ago Closed 15 years ago

Verifyerror when throwing an error

Categories

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

x86
All
defect

Tracking

(Not tracked)

VERIFIED DUPLICATE of bug 477133
flash10.1

People

(Reporter: cpeyer, Assigned: jodyer)

Details

Attachments

(1 file)

Attached file Stack trace
as:
function verifyError():void
{
    throw Error("dummy test error");

    var i:int;
    for (i = 0; i<5; ++i)
        ;
    
    var snapDeltaX:Number = 9999;
    
    for (i = 0; i<5; ++i)
        snapDeltaX = 5;
}
verifyError();

result:
VerifyError: Error #1068: Number and * cannot be reconciled.

Transferred from jira: https://bugs.adobe.com/jira/browse/ASC-3579
Flags: in-testsuite?
Flags: flashplayer-qrb?
Flags: flashplayer-triage+
Assignee: nobody → jodyer
Status: NEW → ASSIGNED
Flags: flashplayer-qrb? → flashplayer-qrb+
Priority: -- → P3
Target Milestone: --- → flash10.1
Status: ASSIGNED → RESOLVED
Closed: 15 years ago
Resolution: --- → DUPLICATE
Status: RESOLVED → VERIFIED
removing in-testsuite flag, duplicate bug has flag set
Flags: in-testsuite?
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Creator:
Created:
Updated:
Size: