Requesting debug symbols to debug a crash

Hi, I’d like to request debug symbols in order to debug a crash we are currently having in android builds. We are on Unity 2020.3.14f1 and use integration 2.01.09. Thanks in advance.

We can’t consistently reproduce the crash yet, but it happens too often to ignore and its always the same crash. Here is the stack:

11-09 10:37:43.213 4170 4192 E AndroidRuntime: FATAL EXCEPTION: UnityMain
11-09 10:37:43.213 4170 4192 E AndroidRuntime: Process: com.vertigogames.atf, PID: 4170
11-09 10:37:43.213 4170 4192 E AndroidRuntime: java.lang.Error: *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** ****
11-09 10:37:43.213 4170 4192 E AndroidRuntime: Version ‘2020.3.14f1 (d0d1bb862f9d)’, Build type ‘Release’, Scripting Backend ‘il2cpp’, CPU ‘arm64-v8a’
11-09 10:37:43.213 4170 4192 E AndroidRuntime: Build fingerprint: ‘oculus/hollywood/hollywood:10/QQ3A.200805.001/20169900217500000:user/release-keys’
11-09 10:37:43.213 4170 4192 E AndroidRuntime: Revision: ‘0’
11-09 10:37:43.213 4170 4192 E AndroidRuntime: ABI: ‘arm64’
11-09 10:37:43.213 4170 4192 E AndroidRuntime: Timestamp: 2021-11-09 10:37:42-0500
11-09 10:37:43.213 4170 4192 E AndroidRuntime: pid: 4170, tid: 6190, name: Binder:4170_D >>> com.vertigogames.atf <<<
11-09 10:37:43.213 4170 4192 E AndroidRuntime: uid: 10076
11-09 10:37:43.213 4170 4192 E AndroidRuntime: signal 6 (SIGABRT), code -1 (SI_QUEUE), fault addr --------
11-09 10:37:43.213 4170 4192 E AndroidRuntime: x0 0000000000000000 x1 000000000000182e x2 0000000000000006 x3 0000007cc5826750
11-09 10:37:43.213 4170 4192 E AndroidRuntime: x4 0000000000000000 x5 0000000000000000 x6 0000000000000000 x7 0000000000000000
11-09 10:37:43.213 4170 4192 E AndroidRuntime: x8 00000000000000f0 x9 e5d5032791139101 x10 0000000000000001 x11 0000000000000000
11-09 10:37:43.213 4170 4192 E AndroidRuntime: x12 fffffff0fffffbdf x13 0000000000000001 x14 fffffffffc000000 x15 4000000000000000
11-09 10:37:43.213 4170 4192 E AndroidRuntime: x16 0000007efc462140 x17 0000007efc445b00 x18 0000007ca0a02000 x19 000000000000104a
11-09 10:37:43.213 4170 4192 E AndroidRuntime: x20 000000000000182e x21 00000000ffffffff x22 0000000000000086 x23 0000007cc5827020
11-09 10:37:43.213 4170 4192 E AndroidRuntime: x24 ffffffff0000275c x25 0000000000000000 x26 0000007cc5827020 x27 0000007cc58268d0
11-09 10:37:43.213 4170 4192 E AndroidRuntime: x28 0000000000000000 x29 0000007cc58267d0
11-09 10:37:43.213 4170 4192 E AndroidRuntime: sp 0000007cc5826730 lr 0000007efc402c3c pc 0000007efc402c68
11-09 10:37:43.213 4170 4192 E AndroidRuntime: *
11-09 10:37:43.213 4170 4192 E AndroidRuntime: backtrace:
11-09 10:37:43.213 4170 4192 E AndroidRuntime: #00 pc 0000000000080c68 /apex/com.android.runtime/lib64/bionic/libc.so (prop_area::find_property(prop_bt, char const
, unsigned int, char const
, unsigned int, bool)+36) (BuildId: a6e0ca3a9989715134d1d1e2126e0f7a)*
11-09 10:37:43.213 4170 4192 E AndroidRuntime: #01 pc 000000000001b030 /system/lib64/libaaudio.so (BuildId: 03eee76d2d81d1fe8b3759a59fbec6f3)
11-09 10:37:43.213 4170 4192 E AndroidRuntime: *
11-09 10:37:43.213 4170 4192 E AndroidRuntime: at libc.prop_area::find_property(prop_bt, char const
, unsigned int, char const*, unsigned int, bool)(find_property:36)*
11-09 10:37:43.213 4170 4192 E AndroidRuntime: at libaaudio.0x1b030(Native Method)

I’ve attached the symbols to your account. Look for them in the Uploads section of your Profile page.

Thanks Andrew, we’re going to give it a spin.