itlancer

Results 190 comments of itlancer

For me all these issues fixed with latest AIR 51.1.1.5.

@ajwfrost We have similar crash with latest AIR 51.2.2.5 using complex AIR Android x86_64 application with ChromeOS 141 on HP Chromebox G4. 100% reproducible. Somewhere around FLV video playback/start/stop/dispose and/or...

@ajwfrost, sorry for delay. There is no crash with patch anymore. Thanks!

@ajwfrost, seems the same crash happens with Windows too. We reproduce it using Windows 10 64-bit with complex 64-bit AIR application with video playback using AIR 51.2.1.5. Crash happens on...

There is no more issues anymore using AIR 51.2.1.6. Thanks!

> We can improve things by only using the delayed free on normal (smaller) allocations and for large allocs, just free the memory immediately. This actually may be what should...

> The failure is coming from the operating system - VirtualAlloc is failing to reserve the necessary virtual memory. In most case, the initial failure triggers an internal garbage collection...

@pol2095, thanks for hints! We already use shareable `ByteArrays`, but there are few things (in addition) which makes it hard in our cases: https://github.com/airsdk/Adobe-Runtime-Support/issues/3869 https://github.com/airsdk/Adobe-Runtime-Support/issues/33 https://github.com/airsdk/Adobe-Runtime-Support/issues/2139#issuecomment-2978288566

> A shareable ByteArray is not designed to be sent like in https://github.com/airsdk/Adobe-Runtime-Support/issues/3869. @pol2095, it should work according documentation https://airsdk.dev/reference/actionscript/3.0/flash/system/MessageChannel.html#send() But anyway https://github.com/airsdk/Adobe-Runtime-Support/issues/3869 issue still exists even without using `ByteArray`....

This issue fixed with AIR 51.2.1.6. @ajwfrost but need your comments on that https://github.com/airsdk/Adobe-Runtime-Support/issues/3869