[Linux] NativeWindow
creation cause crash without adl in some cases
#3203
Labels
NativeWindow
creation cause crash without adl in some cases
#3203
Problem Description
NativeWindow
creation cause crash without adl usage in some cases for some Linux devices.I can reproduce it with making main window visible, turn it to fullscreen and launching
Worker
before. Sample below. Happens in 25-50% of launches.Reproduced with AIR 50.2.4.5 with multiple different Ubuntu 22.04.1 LTS x86_64 devices with different applications.
Cannot test with AIR 50.2.5.1 because of #3195
There is no such issue when launch app via adl. Crash happens only with bundled application.
There is no such issue with Ubuntu 20.10 x86_64 devices.
There is no such issue using 51.0.0.4 (but in 5-10% cases there is another crash, see below).
There is no such issue with Windows.
Related issues:
#3166
#3195
#2523
#2548
Steps to Reproduce
Package application with code below (as bundled app, without adl!), launch on any Ubuntu 22.04.1 LTS x86_64 device and click anywhere on stage.
Application example with sources and crash logs attached.
linux_create_nativewindow_crash.zip
Actual Result:
With AIR 50.2.4.5 application crash in 25-50% of launches (full crash log
crash_50.2.4.5.log
in zip archive above):With AIR 51.0.0.4 application crash in 5-10% of launches just after start (without click) (full crash log
crash_51.0.0.4.log
in zip archive above):Expected Result:
NativeWindow
will be created (without activation) without crash.Known Workarounds
none
The text was updated successfully, but these errors were encountered: