Skip to content
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

x/mobile: out of memory crash #20624

Closed
qq51529210 opened this issue Jun 9, 2017 · 0 comments
Closed

x/mobile: out of memory crash #20624

qq51529210 opened this issue Jun 9, 2017 · 0 comments

Comments

@qq51529210
Copy link

Please answer these questions before submitting your issue. Thanks!

What version of Go are you using (go version)?

go 1.8.3

What operating system and processor architecture are you using (go env)?

windows and linux

What did you do?

I write a udp network SO.aar for android 7, NDK version is 12rb. App crash after a few minute, errors

06-09 15:13:14.641 26955-26955/? A/DEBUG: signal 6 (SIGABRT), code -6 (SI_TKILL), fault addr --------
06-09 15:13:14.652 26955-26955/? A/DEBUG: Abort message: 'pthread_create failed: Out of memory'
06-09 15:13:14.652 26955-26955/? A/DEBUG: r0 00000000 r1 00004d4a r2 00000006 r3 00000008
06-09 15:13:14.652 26955-26955/? A/DEBUG: r4 856d1978 r5 00000006 r6 856d1920 r7 0000010c
06-09 15:13:14.652 26955-26955/? A/DEBUG: r8 9a8d0780 r9 00000034 sl 9a898690 fp 856d17ac
06-09 15:13:14.652 26955-26955/? A/DEBUG: ip 00000000 sp 856d1728 lr f3896eb7 pc f3899720 cpsr 600f0010
06-09 15:13:14.662 26955-26955/? A/DEBUG: backtrace:
06-09 15:13:14.663 26955-26955/? A/DEBUG: #00 pc 0004a720 /system/lib/libc.so (tgkill+12)
06-09 15:13:14.663 26955-26955/? A/DEBUG: #1 pc 00047eb3 /system/lib/libc.so (pthread_kill+34)
06-09 15:13:14.663 26955-26955/? A/DEBUG: #2 pc 0001d955 /system/lib/libc.so (raise+10)
06-09 15:13:14.663 26955-26955/? A/DEBUG: #3 pc 000194a1 /system/lib/libc.so (__libc_android_abort+34)
06-09 15:13:14.663 26955-26955/? A/DEBUG: #4 pc 000170e4 /system/lib/libc.so (abort+4)
06-09 15:13:14.663 26955-26955/? A/DEBUG: #5 pc 0014e5c8 /data/app/com.ocnt.liveapp.hw-1/lib/arm/libgojni.so (fatalf+212)

What did you expect to see?

What did you see instead?

@gopherbot gopherbot added this to the Unreleased milestone Jun 9, 2017
@bradfitz bradfitz changed the title x/mobile: x/mobile: out of memory crash Jun 13, 2017
@golang golang locked and limited conversation to collaborators Jun 19, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants