Hi, Fellow unity developers,
I have an application that integrated a Unity application as a library, which connected with firebase. I’m currently getting around 1000 Crashes per day on this error, it is a pure null pointer dereference - signal 11 (SIGSEGV), code 1 (SEGV_MAPERR), fault addr 0x0 Cause: null pointer dereference. I don’t know how to fix This error does not seem to occur as an individual builds from unity. But once it is integrated with the Native application, this crash occurs to a certain number of users.
This is really frustrating issue, looking for a solution for a week.
Can anyone help me to solve this issue, please? Thank you in advance
Caused by java.lang.Error: *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** ***
Version '2020.3.21f1 (a38c86f6690f)',
Build type 'Release',
Scripting Backend 'il2cpp',
CPU 'arm64-v8a'
Build fingerprint: 'samsung/m30sdd/m30s:11/RP1A.200720.012/M307FXXU4CUI1:user/release-keys'
Revision: '5'
ABI: 'arm64'
Timestamp: 2021-12-22 06:47:44+0100
pid: 25085, tid: 331, name:
UnityMain >>> dz.mycompany.myapp <<<
uid: 10255
signal 11 (SIGSEGV), code 1 (SEGV_MAPERR), fault addr 0x0
Cause: null pointer dereference
x0 0000000000000000 x1 0000000000000001 x2 0000000000010006 x3 0000007208f9a800
x4 00000071984c6ff0 x5 000000721fa024f2 x6 0000000000000924 x7 000000000003e8f0
x8 00000071984c9238 x9 0000000000000001 x10 0000000000000000 x11 0000007221ff7000
x12 0000000000000000 x13 0000000000000000 x14 000000007ffbffff x15 0000000000000012
x16 00000071710efa18 x17 00000072a4e4de8c x18 000000702c2b0000 x19 00000070a0f9cc78
x20 00000070a0f9cc70 x21 0000000000000000 x22 0000000000000001 x23 0000000000000001
x24 0000000000000001 x25 00000070a0f9cce8 x26 0000000000000000 x27 0000000000000000
x28 0000000000000000 x29 00000071984c7770
sp 00000071984c7400 lr 0000007170065c04 pc 0000007170065c04
backtrace:
#00 pc 00000000006a5c04 /data/app/~~-R4YDFDfGXtKOzHdD51vZQ==/dz.mycompany.myapp-MRY2xkAS1hPcHZbi0DrB4Q==/split_config.arm64_v8a.apk (BuildId: a280a52f47bff02c5dd1ba60b52e7737354c7d18)
#01 pc 000000000068fd24 /data/app/~~-R4YDFDfGXtKOzHdD51vZQ==/dz.mycompany.myapp-MRY2xkAS1hPcHZbi0DrB4Q==/split_config.arm64_v8a.apk (BuildId: a280a52f47bff02c5dd1ba60b52e7737354c7d18)
#02 pc 00000000006a66bc /data/app/~~-R4YDFDfGXtKOzHdD51vZQ==/dz.mycompany.myapp-MRY2xkAS1hPcHZbi0DrB4Q==/split_config.arm64_v8a.apk (BuildId: a280a52f47bff02c5dd1ba60b52e7737354c7d18)
#03 pc 00000000006a85e8 /data/app/~~-RrYDFDfGXtKOzHdD51vZQ==/dz.mycompany.myapp-MRY2xkAS1hPcHZbi0DrB4Q==/split_config.arm64_v8a.apk (BuildId: a280a52f47bff02c5dd1ba60b52e7737354c7d18)
#04 pc 0000000000099e54 /data/ap<truncated: 91 chars>
at split_config.0x6a5c04()
at split_config.0x68fd24()
at split_config.0x6a66bc()
at split_config.0x6a85e8()
at base.0x99e54()