Audiokinetic's Community Q&A is the forum where users can ask and answer questions within the Wwise and Strata communities. If you would like to get an answer from Audiokinetic's Technical support team, make sure you use the Support Tickets page.

crash on android, wwise version is 2019.1.6.7110

+1 vote

Operating system: Android 0.0.0 Linux 4.14.116 #1 SMP PREEMPT Tue Nov 10 21:37:27 CST 2020 aarch64 CPU: arm64 8 CPUs GPU: UNKNOWN Crash reason: SIGSEGV /0x00000000 Crash address: 0x18 Process uptime: not available Thread 73 (crashed) 0 libclient.so!__OnAAudioErrorCallback [AkAAudioBackend.cpp : 29 + 0xc] x0 = 0x0000007b1ba00000 x1 = 0x0000000000000000 x2 = 0x00000000fffffc7d x3 = 0x0000000000000001 x4 = 0x0000000080000000 x5 = 0x6475414100000000 x6 = 0x0000008041417564 x7 = 0x6374403fff737764 x8 = 0x0000000000000000 x9 = 0x0000007ba23b3130 x10 = 0x0000007ba23c1128 x11 = 0x0000000000000000 x12 = 0x0000007c304f4740 x13 = 0xeb13d3c6c795416f x14 = 0x0000000000000006 x15 = 0xffffffffffffffff x16 = 0x0000007c2fe13140 x17 = 0x0000007c3203e318 x18 = 0x00000079889be000 x19 = 0x0000007b1ba49110 x20 = 0x00000000fffffc7d x21 = 0x0000007b0b28b260 x22 = 0x0100804010040101 x23 = 0x0000007ba23e2530 x24 = 0x0000000000000000 x25 = 0x0000000000000003 x26 = 0x0000000000000000 x27 = 0x0000000000000000 x28 = 0x0000000000000000 fp = 0x0000007b059949f0 lr = 0x0000007b0b28b284 sp = 0x0000007b059949f0 pc = 0x0000007b0b28b2a8 Found by: given as instruction pointer in context 1 libclient.so!__OnAAudioErrorCallback [AkAAudioBackend.cpp : 29 + 0x8] fp = 0x0000007b05994a50 lr = 0x0000007ba23be7f8 sp = 0x0000007b05994a00 pc = 0x0000007b0b28b284 Found by: previous frame's frame pointer 2 libaaudio.so + 0x1d7f4 fp = 0x0000007b05994ab0 lr = 0x0000007ba23c563c sp = 0x0000007b05994a60 pc = 0x0000007ba23be7f8 Found by: previous frame's frame pointer 3 libaaudio.so + 0x24638 fp = 0x0000007b05994bb0 lr = 0x0000007c2c6773bc sp = 0x0000007b05994ac0 pc = 0x0000007ba23c563c Found by: previous frame's frame pointer 4 libaudioclient.so + 0x6c3b8 fp = 0x0000007b05994c10 lr = 0x0000007c2c6768f4 sp = 0x0000007b05994bc0 pc = 0x0000007c2c6773bc Found by: previous frame's frame pointer 5 libaudioclient.so + 0x6b8f0 fp = 0x0000007b05994c80 lr = 0x0000007c2ca5a6c4 sp = 0x0000007b05994c20 pc = 0x0000007c2c6768f4 Found by: previous frame's frame pointer 6 libutils.so + 0x136c0 fp = 0x0000007b05994cf0 lr = 0x0000007c2fa30fd8 sp = 0x0000007b05994c90 pc = 0x0000007c2ca5a6c4 Found by: previous frame's frame pointer 7 libandroid_runtime.so + 0xe7fd4 fp = 0x0000007b05994d10 lr = 0x0000007c2bb561b4 sp = 0x0000007b05994d00 pc = 0x0000007c2fa30fd8 Found by: previous frame's frame pointer 8 libc.so + 0xce1b0 fp = 0x0000007b05994d40 lr = 0x0000007c2baf8bac sp = 0x0000007b05994d20 pc = 0x0000007c2bb561b4 Found by: previous frame's frame pointer 9 libc.so + 0x70ba8 fp = 0x0000000000000000 lr = 0x0000000000000000 sp = 0x0000007b05994d50 pc = 0x0000007c2baf8bac Found by: previous frame's frame pointer


Could someone tell me why the crash happended and how to avoid the crash? Thank you

asked Jan 22, 2021 in General Discussion by z h. (110 points)

1 Answer

0 votes

I can see aaudio in your crash log,

maybe you can try to change your android specific settings,

change your audio api from Default to OpenSLES

it might help

answered Jan 29, 2021 by Hou Chenzhong (Audiokinetic) (5,990 points)
...