Closed Bug 675764 Opened 13 years ago Closed 13 years ago

Assert when passing sparse array between workers

Categories

(Tamarin Graveyard :: Workers, defect, P2)

x86
All
defect

Tracking

(Not tracked)

RESOLVED FIXED
Q2 12 - Cyril

People

(Reporter: cpeyer, Assigned: kpalacz)

Details

Attachments

(1 file, 1 obsolete file)

Attached file Full testcase (obsolete) —
Passing a sparse array results in:

Assertion failed: "((index < m_data->len))" ("../core/avmplusList-inlines.h":404)
Trace/BPT trap

Sparse Array code:
var sparseArray:Array = [1,"two"];
sparseArray[2050] = "twenty fifty";
Flags: in-testsuite?
Flags: flashplayer-injection-
Assignee: nobody → kpalacz
Flags: flashplayer-qrb+
Priority: -- → P2
Target Milestone: --- → Q2 12 - Cyril
Attachment #549936 - Attachment is obsolete: true
confirmed sparse array bug is fixed in concurrency branch 7126-ec10dcb678e9
Status: NEW → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Creator:
Created:
Updated:
Size: