-
Notifications
You must be signed in to change notification settings - Fork 573
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
App crashes after closing and reopening #337
Comments
We need more information in order to reproduce this error. What app was this? An Oboe example app our your own app? Do our Oboe example apps work on this device? What device was this on? Does it fail on multiple devices? Does it fail intermittently or every time? |
It's happened to 3M+ users with different devices in my own app (Real-Darbuka) as well.
There is something that I can do to protect these crashes meanwhile? |
It's difficult to diagnose this issue without source code. Typically a Please consider posting a simplified version of your app which can reproduce the issue, then we can investigate further. |
I just disabled the Instant Run and now it not crashing all the time. (Just sometimes) any idea why? |
Unless you can supply the information which has been requested there is no way to diagnose your issue further. Feel free to reopen if you can supply source code. |
Is it possible that this occurs when plugging in or unplugging headphones? |
Closing for lack of response. |
Checked on Android 7 and 8.1
A/libc: Fatal signal 11 (SIGSEGV), code 1, fault addr 0xc0e000000000 in tid 2939 (AsyncTask #7)
Fatal signal 11 (SIGSEGV), code 1, fault addr 0x7a0000000f in tid 7583 (AudioTrack)
configurePerformanceMode() not supported until N_MR1
This process already got info. FadeIn[0] FadeOut[0] FadeInRing[0]
Fatal signal 7 (SIGBUS), code 2, fault addr 0x7900000010 in tid 7303 (AudioTrack)
1546469012.110 ? A/DEBUG: #1 pc 000000000004a4ac /data/app/com.example.app-2/lib/arm64/libnative-lib.so (_ZN4Game12onAudioReadyEPN4oboe11AudioStreamEPvi+112)
1546469012.110 ? A/DEBUG: #2 pc 0000000000055464 /data/app/com.example.app-2/lib/arm64/libnative-lib.so (ZN4oboe19AudioStreamOpenSLES21processBufferCallbackEPKPK30SLAndroidSimpleBufferQueueItf+32)
1546469012.110 ? A/DEBUG: #3 pc 0000000000054080 /data/app/com.example.app-2/lib/arm64/libnative-lib.so (_ZN4oboe25AudioOutputStreamOpenSLES12requestStartEv+256)
1546468483.881 ? A/DEBUG: *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** ***
1546468483.881 ? A/DEBUG: Build fingerprint: 'samsung/hero2ltexx/hero2lte:7.0/NRD90M/G935FXXU1DQJ3:user/release-keys'
1546468483.881 ? A/DEBUG: Revision: '9'
1546468483.881 ? A/DEBUG: ABI: 'arm64'
1546468483.881 ? A/DEBUG: pid: 25096, tid: 25889, name: AudioTrack >>> com.example.app<<<
1546468483.882 ? A/DEBUG: signal 7 (SIGBUS), code 2 (BUS_ADRERR), fault addr 0x7900000010
1546468483.882 ? A/DEBUG: x0 0000007914067e00 x1 0000007913f05300 x2 0000007913f05300 x3 00000000000000c0
1546468483.882 ? A/DEBUG: x4 0000007911716240 x5 000000793a08b000 x6 0000007911215818 x7 0000000000000000
1546468483.882 ? A/DEBUG: x8 0000007900000000 x9 0000000000000002 x10 0000000000000001 x11 0000000000000000
1546468483.882 ? A/DEBUG: x12 0000000000000040 x13 00000000000001c0 x14 0000000000000070 x15 0000000000000001
1546468483.882 ? A/DEBUG: x16 0000007929dfcd60 x17 00000079398da680 x18 000000003b9aca00 x19 00000000000000c0
1546468483.882 ? A/DEBUG: x20 0000007913f05300 x21 0000007913cef3c0 x22 0000000000000001 x23 00000079141f0228
1546468483.882 ? A/DEBUG: x24 0000007935c906f0 x25 0000007929d4b5cc x26 0000000000000060 x27 0000007938769d00
1546468483.882 ? A/DEBUG: x28 0000000000000090 x29 00000079117161a0 x30 0000007929d4b5f0
1546468483.882 ? A/DEBUG: sp 0000007911716160 pc 0000007929d4d29c pstate 0000000060000000
1546468483.895 ? A/DEBUG: backtrace:
1546468483.895 ? A/DEBUG: #00 pc 000000000005729c /data/app/com.example.app-2/lib/arm64/libnative-lib.so (_ZN4oboe11AudioStream12fireCallbackEPvi+164)
1546468483.895 ? A/DEBUG: #1 pc 00000000000153e8 /system/lib64/libwilhelm.so
1546468483.895 ? A/DEBUG: #2 pc 00000000000cc130 /system/lib64/libmedia.so (_ZN7android10AudioTrack18processAudioBufferEv+1812)
1546468483.895 ? A/DEBUG: #3 pc 00000000000cdc94 /system/lib64/libmedia.so (_ZN7android10AudioTrack16AudioTrackThread10threadLoopEv+176)
1546468483.895 ? A/DEBUG: #4 pc 0000000000012490 /system/lib64/libutils.so (_ZN7android6Thread11_threadLoopEPv+272)
1546468483.895 ? A/DEBUG: #5 pc 00000000000696bc /system/lib64/libc.so (_ZL15__pthread_startPv+196)
1546468483.895 ? A/DEBUG: #6 pc 000000000001dbf0 /system/lib64/libc.so (__start_thread+16)
The text was updated successfully, but these errors were encountered: