You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Worker::start() cause application crash using AIR 51.0.0.3 with macOS.
Tested with latest AIR 51.0.0.3 with macOS Intel-based device with different applications.
There is no such issue with Windows.
Also there is no such issue using AIR 50.2.4.4.
Didn't test with AIR 51.0.0.2.
We can't show an alert from a background thread. I think this is the worker instantiation, mistakenly trying to show an alert to say that it's a beta version of AIR....
thanks
itlancer
changed the title
[AIR 51.0.0.3][macOS][ Worker::start() cause crash
[AIR 51.0.0.3][macOS] Worker::start() cause crash
Mar 5, 2024
Problem Description
Worker::start()
cause application crash using AIR 51.0.0.3 with macOS.Tested with latest AIR 51.0.0.3 with macOS Intel-based device with different applications.
There is no such issue with Windows.
Also there is no such issue using AIR 50.2.4.4.
Didn't test with AIR 51.0.0.2.
Related issue: #2523
Steps to Reproduce
Launch application with code below on any macOS device.
Application example with sources attached.
air51_mac_worker_start_crash.zip
Actual Result:
Application crash:
Expected Result:
Worker will be started without crash.
Known Workarounds
none
*Use AIR 50.2.4.4
The text was updated successfully, but these errors were encountered: