Hi, we are trying to debug an FMOD related android crash in our game. Only a few devices may have this issue, and we wonder if updating to a newer version of FMOD can fix it.
Exception Thread: fmod studio update thread(233)
Exception Name: SIGSEGV(SEGV_MAPERR)
Accessed Address When Crashed: 0x7974706d655fb3
08-14 11:13:35.272 5312 5806 E CRASH : *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** ***
08-14 11:13:35.272 5312 5806 E CRASH : Version '2021.3.31f1 (3409e2af086f)', Build type 'Release', Scripting Backend 'il2cpp', CPU 'arm64-v8a'
08-14 11:13:35.272 5312 5806 E CRASH : Build fingerprint: 'Redmi/vermeer/vermeer:14/UKQ1.230804.001/V816.0.16.0.UNKCNXM:user/release-keys'
08-14 11:13:35.272 5312 5806 E CRASH : Revision: '0'
08-14 11:13:35.272 5312 5806 E CRASH : ABI: 'arm64'
08-14 11:13:35.272 5312 5806 E CRASH : Timestamp: 2024-08-14 11:13:35+0800
08-14 11:13:35.272 5312 5806 E CRASH : pid: 5312, tid: 5806, name: FMOD Studio upd >>> com.xxx.xx.xxxx<<<
08-14 11:13:35.272 5312 5806 E CRASH : uid: 10303
08-14 11:13:35.272 5312 5806 E CRASH : signal 11 (SIGSEGV), code 1 (SEGV_MAPERR), fault addr 0x7974706d655fb3
08-14 11:13:35.272 5312 5806 E CRASH : x0 b40000742572a374 x1 b40000743a343c48 x2 0000000000195c4e x3 0000000000000001
08-14 11:13:35.273 5312 5806 E CRASH : x4 0000000000000001 x5 0000000000000000 x6 0000000000000000 x7 0000007519b9ef54
08-14 11:13:35.273 5312 5806 E CRASH : x8 417974706d655f73 x9 0000000000000000 x10 000000000000bb80 x11 0000000000005dc0
08-14 11:13:35.273 5312 5806 E CRASH : x12 000000007f800000 x13 b4000072d801e888 x14 00000000000079c0 x15 00000bbd37bcdf89
08-14 11:13:35.273 5312 5806 E CRASH : x16 00000072b4f823c0 x17 00000072b4f01d90 x18 b4000072d7ec0290 x19 b40000743a8623c8
08-14 11:13:35.273 5312 5806 E CRASH : x20 b40000743a343c48 x21 b40000743a56ab60 x22 0000000000000001 x23 0000000000000001
08-14 11:13:35.273 5312 5806 E CRASH : x24 b40000743a56a7d0 x25 b40000743a343c48 x26 0000000000000000 x27 00000000ffffffff
08-14 11:13:35.273 5312 5806 E CRASH : x28 000000000001e400 x29 0000007519b9f300
08-14 11:13:35.273 5312 5806 E CRASH : sp 0000007519b9f2d0 lr 00000072b16e721c pc 00000072b16e70d8
08-14 11:13:35.273 5312 5806 E CRASH : backtrace:
08-14 11:13:35.273 5312 5806 E CRASH : #00 pc 00000000000400d8 /data/app/~~v_SsGe0dOkSYbF4hyAs3ow==/com.xxx.xx.xxxx-IqjzxqVxFxc_QlTGYzsLhA==/lib/arm64/libfmodstudio.so
08-14 11:13:35.472 5312 5806 E CRASH : Forwarding signal 11
The crash occurs in /lib/arm64/libfmodstudio.so. Could we get access to the debug symbols for more insights?
We are using FMOD 2.01.09 for Unity, and our Unity Version is Unity 2021.3.31f1
Thanks!