• Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
    Dedicated community for Japanese speakers
  • 한국 커뮤니티
    Dedicated community for Korean speakers
Exit
Locked
0

AIR 29 Beta and domainMemory = application crash

Community Beginner ,
Feb 10, 2018 Feb 10, 2018

Copy link to clipboard

Copied

AIR 29 Beta and domainMemory = application crash

I've noticed since testing AIR 29 beta that we I attach a bytearray to the domainMemory the application crashes.

eg of code:

var memory:ByteArray = new ByteArray();

memory.length = 10000;

memory.shareable = true;

memory.position = 0;

memory.endian = Endian.LITTLE_ENDIAN;

ApplicationDomain.currentDomain.domainMemory = memory;

Windows 10 Event Viewer Log:

Faulting application name: adl.exe, version: 29.0.0.96, time stamp: 0x5a752672

Faulting module name: KERNELBASE.dll, version: 10.0.16299.15, time stamp: 0x2cd1ce3d

Exception code: 0xc000041d

Fault offset: 0x00112ca2

Faulting process ID: 0x38f8

Faulting application start time: 0x01d3a25aad1c2238

Faulting application path: C:\_sdks\air\29\bin\adl.exe

Faulting module path: C:\WINDOWS\System32\KERNELBASE.dll

Report ID: 0e95361e-c2d4-443c-a7ce-481fc64fe096

Faulting package full name:

Faulting package-relative application ID:

TOPICS
Air beta

Views

398

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Beginner ,
Feb 12, 2018 Feb 12, 2018

Copy link to clipboard

Copied

LATEST

Update:

Adobe has been able to reproduce and have logged an internal ticket:

Tracker

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines