Search Issue Tracker
Fixed
Fixed in 2020.3.45f1, 2021.3.17f1, 2022.2.4f1, 2023.1.0a26
Votes
0
Found in
2019.4.39f1
2020.3.35f1
2021.3.3f1
2022.1.1f1
2022.2.0a14
2023.1.0a21
Issue ID
UUM-576
Regression
No
[Vulkan] Crash with Signal 11 when opening app from floating icon state
How to reproduce:
1. Open the attached user's Unity project
2. Make sure _Vulkan_ is set as Graphics API
3. Build and run the "SampleScene" on a device
4. Open the application
5. Open the App Drawer to enter the Multitasking view
6. Find the built application and press and hold on the Unity icon
7. When menu list appears select "Open in pop-up view"
8. Movable floating window should appear on a screen
9. In the top of the floating window menu select arrows pointing inward
10. Floating application icon should appear on the screen
11. Open the floating app icon
12. Observe the crash
13. If the crash does not occur repeat the steps (on the second install it will produce the crash)
Expected result: Application does not crash
Actual result: Application crashes
Reproducible with: 2019.4.39f1, 2020.3.35f1, 2021.3.3f1, 2022.1.1f1, 2022.2.0a14, 2023.1.0a21 (Vulkan)
Not reproducible with: OpenGL3
Reproduces with:
VLNQA00410 - Galaxy Z Fold3 5G (SM-F926U), CPU: Snapdragon 888, GPU: Adreno 660, OS: 11,
VLNQA00404 - Galaxy Z Flip3 5G (SM-F711B), CPU: Snapdragon 888, GPU: Adreno 660, OS: 11
VLNQA00335, Samsung Galaxy S20+ 5G (SM-G986B), Android 10, CPU: Exynos 990, GPU: Mali-G77
Does not reproduce with:
----------, Oppo Reno Z 中国版 (PCDM10), Android 11, CPU: NOT FOUND, GPU: PowerVR Rogue GM9446 (doesn't have icon, has floating and mini windows, switching between them doesn't crash)
Add comment
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Long Prefab save times when using Unity 2022.2 and higher
- Console displays error "UnityException: Creating asset at path Assets/Scenes/ .scenetemplate failed." during scene template saving
- "Development Build" watermark is shown in non-development UWP release builds
- Console errors appear when the Inspector is set to Debug and a GameObject is selected
- A script public variable value is not used when set in the Inspector window
Resolution Note (fix version 2023.1.0a26):
Added a forgotten synchronization to prevent a race condition.