flutter_sequencer
flutter_sequencer copied to clipboard
Crash on Android 4.3
I'm getting this error reported in the Play Console. I can't say anything more so far, I'll update when I get any details from the tester who's experiencing this.
Build: samsung/m0xx/m0:4.3/JSS15J/I9300XXUGMK6:user/release-keys
Hardware: smdk4x12
Revision: 12
Bootloader: I9300ZCUBML1
Radio: unknown
Kernel: Linux version 3.0.31-2191747 (dpi@DELL136) (gcc version 4.4.3 (GCC) ) #1 SMP PREEMPT Tue Nov 26 16:57:12 KST 2013
*** *** *** *** *** *** *** *** *** *** *** *** *** *** *** ***
Build fingerprint: 'samsung/m0xx/m0:4.3/JSS15J/I9300XXUGMK6:user/release-keys'
Revision: '12'
pid: 13879, tid: 13947, name: 1.ui >>> my-app-id <<<
signal 11 (SIGSEGV), code 1 (SEGV_MAPERR), fault addr 0000000c
r0 59af4ba8 r1 00000000 r2 00000001 r3 dead10cc
r4 59af2d5c r5 59af2d58 r6 59af4bac r7 62364468
r8 00018b0a r9 e9387723 sl 401831f4 fp 623644b4
ip 00000001 sp 623643f8 lr 40145ac1 pc 633f1e6e cpsr 60000030
d0 fff8000000014b28 d1 fff8000041000000
d2 fff8000041300000 d3 0000000000000000
d4 0000000000000000 d5 406b600000000000
d6 4042800000000000 d7 4010000000000000
d8 0000000000000000 d9 0000000000000000
d10 0000000000000000 d11 0000000000000000
d12 0000000000000000 d13 0000000000000000
d14 0000000000000000 d15 0000000000000000
d16 0000000000000000 d17 0000000000000000
d18 c052000000000000 d19 401ae1c040906798
d20 0000000000000000 d21 0000000000000000
d22 404c000000000000 d23 0000430000000000
d24 c023000000000000 d25 0000000000000000
d26 3ff0000000000000 d27 0000000000010000
d28 3ff0000000000000 d29 0000000000010000
d30 0000000000000000 d31 0000000000000000
scr 20000011
backtrace:
#00 pc 00071e6e /data/app-lib/my-app-id-1/libflutter_sequencer.so (AndroidEngine::AndroidEngine(long long)+101)
#01 pc 0000dabf /system/lib/libc.so (free+10)
stack:
623643b8 e9387723
623643bc 401831f4
623643c0 623644b4
623643c4 59af4bac
623643c8 623643fc
623643cc 00000000
623643d0 623643f0
623643d4 633faea1 /data/app-lib/my-app-is-1/libflutter_sequencer.so (oboe::AudioStreamBuilder::openManagedStream(std::__ndk1::unique_ptr<oboe::AudioStream, oboe::StreamDeleterFunctor>&)+60)
623643d8 00000000
623643dc ab3f4169
623643e0 00018b0a
623643e4 59af2d5c
623643e8 59af2d58
623643ec 59af4bac
623643f0 df0027ad
623643f4 00000000
#00 623643f8 61c8eb80 /data/app-lib/my-app-id-1/libflutter.so
623643fc 6352f170 /data/app-lib/my-app-id-1/libflutter_sequencer.so
62364400 59af2d58
62364404 00000000
62364408 00000002
6236440c 0000ac44
62364410 00000000
62364414 00000000
62364418 00000000
6236441c 00000000
62364420 00000001
62364424 00000002
62364428 00000000
6236442c 0000000c
62364430 00000001
62364434 00000002
memory near r0:
59af4b88 b9723163 995cca9c ea7189e9 00000000
59af4b98 00000000 00000000 00000000 3f800000
59af4ba8 00000001 00000000 c9c91ad1 000001d3
59af4bb8 61c79fc0 00000001 59af6640 59af6310
59af4bc8 0000013c 40000000 00000000 44232100
59af4bd8 00000000 40000000 438e0000 00000000
59af4be8 00000000 3f800000 00000013 dd000000
59af4bf8 00000044 ff000000 00000000 00000000
59af4c08 00000000 00000000 00000000 00000000
59af4c18 00000000 00000000 00000003 ff7fffff
59af4c28 7f7fffff 7fb44800 00000000 00000000
59af4c38 59af4c4d 59af4c4d 59af4d84 00002780
59af4c48 618a9d95 c6e37100 56cf67b3 3f1e5656
59af4c58 bababc7e add6eb7a 04cecece f7f7f441
59af4c68 fe7f3f9f f80783c1 454547e3 408472e9
59af4c78 000028d2 228b4e3c 989898e0 cee773b8
memory near r4:
59af2d3c ffffffff ffffffff 00000000 726f7373
59af2d4c 0000000a 00000040 00001e63 6352f0bc
59af2d5c 6352f0ec 6352f110 00000000 00000000
59af2d6c 00000000 00000000 3f800000 000000
processName:my-app-id
broadcastEvent : my-app-id SYSTEM_TOMBSTONE
any updates? I am getting the same error
Looks like the interesting part is: oboe::AudioStreamBuilder::openManagedStream
Are you using GlobalState().setKeepEngineRunning(true);
? When does the crash happen?