Search Issue Tracker
Not Reproducible
Votes
10
Found in
2020.3
2020.3.8f1
2021.1
2021.2
Issue ID
1338848
Regression
No
[DOTS][Mobile] IL2CPP ARM64 app crashes on start in release build
Steps to reproduce:
1. Open the user's attached project "ECS Test with ARM64.zip"
2. Build it to Android
3. Open the app
Expected results: The app opens
Actual results: App crashes
Reproducible with: 2020.3.7f1, 2021.1.10f1, 2021.2.0a17
Unable to test with: 2018.4.35f1, 2019.4.25f1(Unable to downgrade the collection package)
Reproducible devices:
N/A, Huawei - (ELS-NX9), Android 10, CPU: NOT FOUND, GPU: Mali-G76
VLNQA00264, Samsung Galaxy S10+ (SM-G975F), Android 10, CPU: NOT FOUND, GPU: Mali-G76
VLNQA00279, Samsung Galaxy S10+ (SM-G975U), Android 9, CPU: Snapdragon 855 SM8150, GPU: Adreno (TM) 640
iPhone 12 Pro Max, iOS 14.2.1
Note:
- Logcat is attached in "crash.txt"
- No repro with Mono
First lines of stacktrace:
2021/06/01 13:05:09.323 10779 11301 Error CRASH *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** ***
2021/06/01 13:05:09.323 10779 11301 Error CRASH Version '2020.3.7f1 (dd97f2c94397)', Build type 'Release', Scripting Backend 'il2cpp', CPU 'arm64-v8a'
2021/06/01 13:05:09.323 10779 11301 Error CRASH Build fingerprint: 'HUAWEI/ELS-N29/HWELS:10/HUAWEIELS-N29/10.1.0.176C432:user/release-keys'
2021/06/01 13:05:09.323 10779 11301 Error CRASH Revision: '0'
2021/06/01 13:05:09.323 10779 11301 Error CRASH ABI: 'arm64'
2021/06/01 13:05:09.323 10779 11301 Error CRASH Timestamp: 2021-06-01 13:05:09+0300
2021/06/01 13:05:09.323 10779 11301 Error CRASH pid: 10779, tid: 11301, name: UnityMain >>> com.TMG.ECSTestwithARM64 <<<
2021/06/01 13:05:09.323 10779 11301 Error CRASH uid: 10197
2021/06/01 13:05:09.323 10779 11301 Error CRASH signal 11 (SIGSEGV), code 1 (SEGV_MAPERR), fault addr 0xc
2021/06/01 13:05:09.323 10779 11301 Error CRASH Cause: null pointer dereference
2021/06/01 13:05:09.323 10779 11301 Error CRASH x0 0000006e3e6c0700 x1 0000006f9bf05d00 x2 0000006f9be00000 x3 000000000000000c
2021/06/01 13:05:09.323 10779 11301 Error CRASH x4 0000000000000105 x5 0000006e3e6c07f6 x6 006f006d00650052 x7 0041006400650076
2021/06/01 13:05:09.323 10779 11301 Error CRASH x8 0000000000000001 x9 0000000000002000 x10 00e00048c0002242 x11 0000000000000000
2021/06/01 13:05:09.323 10779 11301 Error CRASH x12 0000000000000001 x13 0020007200650074 x14 0001000000000000 x15 00000000000003e0
2021/06/01 13:05:09.323 10779 11301 Error CRASH x16 000000702bcaa938 x17 000000702bc9e970 x18 00000000e843421b x19 0000000000000000
2021/06/01 13:05:09.323 10779 11301 Error CRASH x20 0000006f91a83f40 x21 0000006f37979000 x22 0000006f37944250 x23 0000006f379333f0
2021/06/01 13:05:09.323 10779 11301 Error CRASH x24 0000000000000000 x25 0000006f3664e020 x26 0000006f918ac0b0 x27 0000000000000001
2021/06/01 13:05:09.323 10779 11301 Error CRASH x28 0000000000000000 x29 0000006f3664c2e0
2021/06/01 13:05:09.323 10779 11301 Error CRASH sp 0000006f3664c2b0 lr 0000006f36ce9088 pc 0000006f36ce9090
2021/06/01 13:05:09.323 10779 11301 Error CRASH
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- “Assertion failed on expression” errors thrown when undoing Nodes creation with keyboard shortcut
- Crash on various stack traces when using Texture2D.CreateExternalTexture() while rendering
- Clicking on section text in Node Library > Context folder throws NullReferenceException errors
- Node Library window sections text in Context folder are not visible when Editor is set to Light Theme
- "Scene Depth Difference" Node has an input Port which is called Position WS, directly referring to the World Space Position, when only the View Space Position can reflect if the object's depth is below or above the Plane
Add comment