Search Issue Tracker
Duplicate
Votes
0
Found in
2019.4
2020.3
2020.3.18f1
2021.1
2021.2
2022.1
Issue ID
1365205
Regression
No
[Android] Quitting Android application with Application.Quit() results with Segmentation Fault in the process
Reproduction steps:
1. Open the attached project "AndroidApplicationStates-TestProject.zip"
2. Build and Run the project
3. Open Android Logcat
4. Search the Logcat for "signal 9" and "Segmentation fault"
Expected result: "signal 9(killed)" is printed and "Segmentation fault" should not be printed
Actual result: "signal 9(killed)" is not printed and "Segmentation fault" is printed
Reproducible with: 2019.4.30f1, 2020.3.19f1, 2021.1.21f1, 2021.2.0b12, 2022.1.0a9
Reproduces with these devices:
N/A, Huawei - (ELS-NX9), Android 10, CPU: NOT FOUND, GPU: Mali-G76
VLNQA00377, Google Pixel 5, Android 12, CPU: Snapdragon 765/765G, GPU: Adreno 620
VLNQA00264, Samsung Galaxy S10+ (SM-G975F), Android 10, CPU: Exynos 9 9820, GPU: Mali-G76
VLNQA00122, Samsung Galaxy S9 (SM-G960F), Android 10, CPU: Snapdragon 855 SM8150, GPU: Mali-G72
VLNQA00321, Xiaomi MI 9 (MI 9), Android 10, CPU: Snapdragon 855 SM8150, GPU: Adreno (TM) 640
VLNQA00335, Samsung Galaxy S20+ 5G (SM-G986B), Android 10, CPU: Exynos 990, GPU: Mali-G77
VLNQA00391, Xiaomi Redmi 9A (M2006C3LG), Android 10, CPU: MediaTek Helio G25 (MT6762G), GPU: PowerVR Rogue GE8320
VLNQA00294, Oppo OPPO Reno Z (PCDM10), Android 11, CPU: NOT FOUND, GPU: PowerVR Rogue GM9446
Not reproducible with these devices:
VLNQA00331, Huawei P20 lite (ANE-LX1), Android 9, CPU: HiSilicon Kirin 659, GPU: Mali-T830
VLNQA00285, Samsung Galaxy J4 Core (SM-J410F), Android 8.1.0, CPU: Snapdragon 425 MSM8917, GPU: Adreno (TM) 308
VLNQA00013 - Galaxy S6 Edge+ (SM-G928F), OS: 7.0.0, CPU: Exynos 7 Octa (7420), GPU: Mali-T760
Could not test with these devices:
VLNQA00110, Samsung Galaxy Note2 (GT-N7100), Android 4.4.2, CPU: Exynos 4 Quad 4412, GPU: Mali-400 MP
VLNQA00078, Motorola Nexus 6 (Nexus 6), Android 7.1.1, CPU: Snapdragon 805 APQ8084AB, GPU: Adreno (TM) 420
Notes:
- Reproduces on both Mono and IL2CPP backends
- On most reproducible devices, the issue reproduced with "signal 9(killed)" printed and "Segmentation fault" printed
- On some devices, the reproduction rate is low since the project had to be built and run multiple times in order to get the actual result
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
- SpeedTree does not move when using WindZone
- "Undeclared identifier 'LinearToSRGB'" error is thrown when creating a color variable with HDR color mode and assigning a Custom Render Texture target in Shader Graph
- Input System package is missing when creating a new HDRP project
- Inconsistent behaviour when interacting with different dropdown types with pointer events on parent Visual Element
- Hidden GameObjects won't re-enable when they have call "DontDestroyOnLoad" function
This is a duplicate of issue #1341467