-
Notifications
You must be signed in to change notification settings - Fork 322
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
Bug: app crashed through libgojni.so #525
Comments
From the log, it can be seen that there are Android permission error messages. Can you please ensure that users must grant the app with read and write permissions and observe again? |
@FGadvancer
Any chance you are familiar with this path? Is Gbox app must be granted with r/w perms? |
@FGadvancer Here's partial logs from logcat: |
This issue is stale because it has been open 60 days with no activity. Remove stale label or comment or this will be closed in 7 days. |
This issue was closed because it has been stalled for 7 days with no activity. |
What happened?
Android app crashed while initializing, sdk-core version v3.5.0, same as openim-server. This type of crash happened across 2 of my app version, 80+ times, and 4+7 different devices. So this is not a single event.
Log captured by bugly:
System version: Android 12,level 31
ROM: HuaWei/EMOTION
CPU Arch: arm64-v8a
103-05 00:58:02.235 16297 18880 E TaggedService: at com.tagged.caspr.service.CasprJobIntentService$CommandProcessor.doInBackground(CasprJobIntentService.java:1)
203-05 00:58:02.235 16297 18880 E TaggedService: at android.os.AsyncTask$3.call(AsyncTask.java:394)
303-05 00:58:02.235 16297 18880 E TaggedService: at java.util.concurrent.FutureTask.run(FutureTask.java:266)
403-05 00:58:02.235 16297 18880 E TaggedService: at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1167)
503-05 00:58:02.235 16297 18880 E TaggedService: at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:641)
603-05 00:58:02.235 16297 18880 E TaggedService: at java.lang.Thread.run(Thread.java:930)
703-05 00:58:03.697 14088 14609 E AppProcessKiller: com.taggedapp invisible 1
803-05 00:58:03.720 14088 14164 E AppProcessKiller: Type=11
903-05 00:58:03.720 14088 14164 E AppProcessKiller: GBox in background
1003-05 00:58:03.721 14088 14164 E AppProcessKiller: Type=10010
1103-05 00:58:03.777 16297 18699 E ActivityThread: Process Permission error! uid:10078
1203-05 00:58:09.314 14088 14101 E AppProcessKiller: com.gbox.android visible 1
1303-05 00:58:09.315 14088 14164 E AppProcessKiller: Type=10
1403-05 00:58:09.315 14088 14164 E AppProcessKiller: GBox has apps in foreground
1503-05 00:58:09.896 18952 18952 E android:vlapp0: Not starting debugger since process cannot load the jdwp agent.
1603-05 00:58:09.917 18952 18967 E BehaviorCollectManager: Fail to acquire dataAnalyzerService...
1703-05 00:58:10.217 18952 18965 E ActivityThread: Process Permission error! uid:10172
1803-05 00:58:10.644 18952 18952 E android:vlapp0: Invalid ID 0x00000000.
1903-05 00:58:10.644 18952 18952 E android:vlapp0: Invalid ID 0x00000000.
2003-05 00:58:10.644 18952 18952 E android:vlapp0: Invalid ID 0x00000000.
2103-05 00:58:10.645 18952 18952 E android:vlapp0: Invalid ID 0x00000000.
2203-05 00:58:10.645 18952 18952 E ThinkingAnalytics.TDPresetProperties: android.content.res.Resources$NotFoundException: String array resource ID #0x0
2303-05 00:58:10.793 18952 18952 E conf : path: /storage/emulated/0/Android/data/com.nimispace.app/files
2403-05 00:58:10.796 18952 18952 E EMClient: system device name :samsungSM-G9880
2503-05 00:58:10.798 18952 18952 E EMPushHelper: EMPushHelper init, config: EMPushConfig{fcmSenderId='508935905538', hwAppId='null', honorAppId='null', miAppId='null', miAppKey='null', mzAppId='null', mzAppKey='null', oppoAppKey='null', oppoAppSecret='null', vivoAppId='null', vivoAppKey='null', enabledPushTypes=[FCM]}
2603-05 00:58:10.816 18952 18952 E EMClient: is autoLogin : true
2703-05 00:58:10.817 18952 18952 E EMClient: lastLoginUser : love28l9s41smh35
2803-05 00:58:10.817 18952 18952 E EMClient: hyphenate SDK is initialized with version : 4.4.0
2903-05 00:58:10.862 18952 0 E Go : fatal error: unexpected signal during runtime execution
3003-05 00:58:10.869 18952 0 E Go : [signal SIGSEGV: segmentation violation code=0x1 addr=0x0 pc=0x0]
3103-05 00:58:10.869 18952 0 E Go :
3203-05 00:58:10.869 18952 0 E Go : goroutine 6 [running]:
3303-05 00:58:10.869 18952 0 E Go : runtime.throw({0x7366fc5e2f?, 0x0?})
3403-05 00:58:10.869 18952 0 E Go : runtime/panic.go:1047 +0x40 fp=0x400005a530 sp=0x400005a500 pc=0x736681f150
3503-05 00:58:10.869 18952 0 E Go : runtime: g 6: unexpected return pc for runtime.sigpanic called from 0x0
3603-05 00:58:10.869 18952 0 E Go : stack: frame={sp:0x400005a530, fp:0x400005a560} stack=[0x400005a000,0x400005a800)
3703-05 00:58:10.869 18952 0 E Go : 0x000000400005a430: 0x0000000000000400 0x0000000000000400
3803-05 00:58:10.869 18952 0 E Go : 0x000000400005a440: 0x0000007386f59fff 0x0000007386d66900
3903-05 00:58:10.869 18952 0 E Go : 0x000000400005a450: 0x0000007386d66800 0x000000400005a4a8
4003-05 00:58:10.869 18952 0 E Go : 0x000000400005a460: 0x00000073668004bc <runtime.(*mcentral).cacheSpan+0x000000000000033c> 0x0000007386d66800
4103-05 00:58:10.869 18952 0 E Go : 0x000000400005a470: 0x000000400005a4d0 0x00000073bfd0eb7c
4203-05 00:58:10.869 18952 0 E Go : 0x000000400005a480: 0x0000007366800214 <runtime.(*mcentral).cacheSpan+0x0000000000000094> 0x000000400005a560
4303-05 00:58:10.870 18952 0 E Go : 0x000000400005a490: 0x00000073b3ba2000 0x00000073b3be1f00
4403-05 00:58:10.870 18952 0 E Go : 0x000000400005a4a0: 0x000000400005a588 0x000000400005a4b8
4503-05 00:58:10.870 18952 0 E Go : 0x000000400005a4b0: 0x000000736681f3e8 <runtime.fatalthrow+0x0000000000000058> 0x000000400005a4f8
4603-05 00:58:10.870 18952 0 E Go : 0x000000400005a4c0: 0x000000736681f150 <runtime.throw+0x0000000000000040> 0x000000400005a4d8
4703-05 00:58:10.870 18952 0 E Go : 0x000000400005a4d0: 0x0000004000003ba0 0x000000736681f400 <runtime.fatalthrow.func1+0x0000000000000000>
4803-05 00:58:10.870 18952 0 E Go : 0x000000400005a4e0: 0x0000004000003ba0 0x000000736681f150 <runtime.throw+0x0000000000000040>
4903-05 00:58:10.870 18952 0 E Go : 0x000000400005a4f0: 0x000000400005a500 0x000000400005a528
5003-05 00:58:10.870 18952 0 E Go : 0x000000400005a500: 0x0000007366835584 <runtime.sigpanic+0x00000000000001e4> 0x000000400005a510
5103-05 00:58:10.870 18952 0 E Go : 0x000000400005a510: 0x000000736681f160 <runtime.throw.func1+0x0000000000000000> 0x0000007366fc5e2f
5203-05 00:58:10.870 18952 0 E Go : 0x000000400005a520: 0x000000000000002a 0x0000000000000000
5303-05 00:58:10.870 18952 0 E Go : 0x000000400005a530: <0x0000000000000000 0x0000007366fc5e2f
5403-05 00:58:10.870 18952 0 E Go : 0x000000400005a540: 0x0000000000000000 0x00000073b3b43a00
5503-05 00:58:10.870 18952 0 E Go : 0x000000400005a550: 0x0000000000000000 0x0000000000000000
5603-05 00:58:10.870 18952 0 E Go : 0x000000400005a560: >0x0000000000000000 0x000000400005a5b8
5703-05 00:58:10.870 18952 0 E Go : 0x000000400005a570: 0x00000073667f62e8 <runtime.mallocgc+0x00000000000004a8> 0x000000741095aa68
5803-05 00:58:10.870 18952 0 E Go : 0x000000400005a580: 0x0000000000008000 0x0000000000001200
5903-05 00:58:10.870 18952 0 E Go : 0x000000400005a590: 0x0000000000000000 0x0000000000000000
6003-05 00:58:10.870 18952 0 E Go : 0x000000400005a5a0: 0x00000073677ed600 0x0000000000000208
6103-05 00:58:10.870 18952 0 E Go : 0x000000400005a5b0: 0x000000741095aa90 0x000000400005a628
6203-05 00:58:10.870 18952 0 E Go : 0x000000400005a5c0: 0x000000736683696c <runtime.makeslice+0x000000000000007c> 0x000000741095aa68
6303-05 00:58:10.870 18952 0 E Go : 0x000000400005a5d0: 0x0000000000000041 0x0000000000000000
6403-05 00:58:10.870 18952 0 E Go : 0x000000400005a5e0: 0x0000000000000000 0x0400000100010000
6503-05 00:58:10.870 18952 0 E Go : 0x000000400005a5f0: 0x0000000000000000 0x000000741095aa68
6603-05 00:58:10.870 18952 0 E Go : 0x000000400005a600: 0x0000000000000000 0x0000004000100000
6703-05 00:58:10.870 18952 0 E Go : 0x000000400005a610: 0x0000000000000000 0x0000000000000000
6803-05 00:58:10.870 18952 0 E Go : 0x000000400005a620: 0x000000400005b790 0x000000400005a658
6903-05 00:58:10.870 18952 0 E Go : 0x000000400005a630: 0x00000073668df738 <golang.org/x/mobile/internal/mobileinit.lineLog+0x0000000000000058> 0x0000000000000400
7003-05 00:58:10.870 18952 0 E Go : 0x000000400005a640: 0x000000736715ce80 0x000000400005a601
7103-05 00:58:10.870 18952 0 E Go : 0x000000400005a650: 0x00000073668df71c <golang.org/x/mobile/internal/mobileinit.lineLog+0x000000000000003c> 0x000000400005a7a8
7203-05 00:58:10.870 18952 0 E Go : runtime.sigpanic()
7303-05 00:58:10.870 18952 0 E Go : runtime/signal_unix.go:819 +0x1e4 fp=0x400005a560 sp=0x400005a530 pc=0x7366835584
7403-05 00:58:10.871 18952 0 E Go : created by golang.org/x/mobile/internal/mobileinit.init.0
7503-05 00:58:10.871 18952 0 E Go : golang.org/x/[email protected]/internal/mobileinit/mobileinit_android.go:82 +0x184
7603-05 00:58:10.871 18952 0 E Go :
7703-05 00:58:10.871 18952 0 E Go : goroutine 1 [chan send, locked to thread]:
7803-05 00:58:10.871 18952 0 E Go : runtime.gopark(0x8448?, 0x7410964f60?, 0x8?, 0xa1?, 0x7410965070?)
7903-05 00:58:10.871 18952 0 E Go : runtime/proc.go:363 +0xe4 fp=0x400022dc20 sp=0x400022dc00 pc=0x7366821b24
8003-05 00:58:10.871 18952 0 E Go : runtime.chansend(0x400008e5a0, 0x400022dd04, 0x1, 0x0?)
8103-05 00:58:10.871 18952 0 E Go : runtime/chan.go:259 +0x43c fp=0x400022dcb0 sp=0x400022dc20 pc=0x73667ef38c
8203-05 00:58:10.871 18952 0 E Go : runtime.chansend1(0xc3c0?, 0x73bfe09f00?)
8303-05 00:58:10.871 18952 0 E Go : runtime/chan.go:145 +0x18 fp=0x400022dce0 sp=0x400022dcb0 pc=0x73667eef38
8403-05 00:58:10.871 18952 0 E Go : runtime.sigenable(0xd)
8503-05 00:58:10.871 18952 0 E Go : runtime/signal_unix.go:202 +0x6c fp=0x400022dd30 sp=0x400022dce0 pc=0x736683424c
8603-05 00:58:10.871 18952 0 E Go : os/signal.signal_enable(0x6bd01?)
8703-05 00:58:10.871 18952 0 E Go : runtime/sigqueue.go:223 +0x9c fp=0x400022dd50 sp=0x400022dd30 pc=0x736684c3ec
8803-05 00:58:10.871 18952 0 E Go : os/signal.enableSignal(...)
8903-05 00:58:10.871 18952 0 E Go : os/signal/signal_unix.go:49
9003-05 00:58:10.871 18952 0 E Go : os/signal.Notify.func1(0xd)
9103-05 00:58:10.871 18952 0 E Go : os/signal/signal.go:145 +0x7c fp=0x400022dd70 sp=0x400022dd50 pc=0x7366e40edc
9203-05 00:58:10.871 18952 0 E Go : os/signal.Notify(0x400008e480, {0x400022de18, 0x1, 0x7367767658?})
9303-05 00:58:10.871 18952 0 E Go : os/signal/signal.go:165 +0x258 fp=0x400022ddf0 sp=0x400022dd70 pc=0x7366e40db8
9403-05 00:58:10.871 18952 0 E Go : main.init.0()
9503-05 00:58:10.871 18952 0 E Go : gobind/gobind/seq.go:42 +0xb8 fp=0x400022de30 sp=0x400022ddf0 pc=0x7366e5bde8
9603-05 00:58:10.871 18952 0 E Go : runtime.doInit(0x736776ae00)
9703-05 00:58:10.871 18952 0 E Go : runtime/proc.go:6321 +0x12c fp=0x400022df70 sp=0x400022de30 pc=0x736682f2fc
9803-05 00:58:10.871 18952 0 E Go : runtime.main()
9903-05 00:58:10.871 18952 0 E Go : runtime/proc.go:233 +0x1f8 fp=0x400022dfd0 sp=0x400022df70 pc=0x7366821708
10003-05 00:58:10.871 18952 0 E Go : runtime.goexit()
10103-05 00:58:10.871 18952 0 E Go : runtime/asm_arm64.s:1165 +0x4 fp=0x400022dfd0 sp=0x400022dfd0 pc=0x736684fb54
10203-05 00:58:10.871 18952 0 E Go :
10303-05 00:58:10.871 18952 0 E Go : goroutine 17 [chan receive, locked to thread]:
10403-05 00:58:10.871 18952 0 E Go : runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?)
10503-05 00:58:10.871 18952 0 E Go : runtime/proc.go:363 +0xe4 fp=0x400006ad40 sp=0x400006ad20 pc=0x7366821b24
10603-05 00:58:10.871 18952 0 E Go : runtime.chanrecv(0x400008e000, 0x0, 0x1)
10703-05 00:58:10.871 18952 0 E Go : runtime/chan.go:583 +0x454 fp=0x400006add0 sp=0x400006ad40 pc=0x73667f0144
10803-05 00:58:10.871 18952 0 E Go : runtime.chanrecv1(0x73672a26b0?, 0x0?)
10903-05 00:58:10.871 18952 0 E Go : runtime/chan.go:442 +0x14 fp=0x400006ae00 sp=0x400006add0 pc=0x73667efcb4
11003-05 00:58:10.871 18952 0 E Go : runtime.cgocallbackg1(0x7366e627b0, 0x0?, 0x0)
11103-05 00:58:10.871 18952 0 E Go : runtime/cgocall.go:293 +0x1b4 fp=0x400006aef0 sp=0x400006ae00 pc=0x73667ed6b4
11203-05 00:58:10.872 18952 0 E Go : runtime.cgocallbackg(0x0?, 0x0?, 0x0?)
11303-05 00:58:10.872 18952 0 E Go : runtime/cgocall.go:235 +0xd8 fp=0x400006af80 sp=0x400006aef0 pc=0x73667ed478
11403-05 00:58:10.872 18952 0 E Go : runtime.cgocallbackg(0x7366e627b0, 0x7ff56f1d90, 0x0)
11503-05 00:58:10.872 18952 0 E Go : :1 +0x1c fp=0x400006afb0 sp=0x400006af80 pc=0x73668514cc
11603-05 00:58:10.872 18952 0 E Go : runtime.cgocallback(0x0, 0x0, 0x0)
11703-05 00:58:10.872 18952 0 E Go : runtime/asm_arm64.s:1087 +0xa0 fp=0x400006afe0 sp=0x400006afb0 pc=0x736684fa80
11803-05 00:58:10.872 18952 0 E Go : runtime.goexit()
11903-05 00:58:10.872 18952 0 E Go : runtime/asm_arm64.s:1165 +0x4 fp=0x400006afe0 sp=0x400006afe0 pc=0x736684fb54
12003-05 00:58:10.872 18952 0 E Go :
12103-05 00:58:10.872 18952 0 E Go : goroutine 2 [force gc (idle)]:
12203-05 00:58:10.872 18952 0 E Go : runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?)
12303-05 00:58:10.872 18952 0 E Go : runtime/proc.go:363 +0xe4 fp=0x4000058fa0 sp=0x4000058f80 pc=0x7366821b24
12403-05 00:58:10.872 18952 0 E Go : runtime.goparkunlock(...)
12503-05 00:58:10.872 18952 0 E Go : runtime/proc.go:369
12603-05 00:58:10.872 18952 0 E Go : runtime.forcegchelper()
12703-05 00:58:10.872 18952 0 E Go : runtime/proc.go:302 +0xac fp=0x4000058fd0 sp=0x4000058fa0 pc=0x73668219bc
12803-05 00:58:10.872 18952 0 E Go : runtime.goexit()
12903-05 00:58:10.872 18952 0 E Go : runtime/asm_arm64.s:1165 +0x4 fp=0x4000058fd0 sp=0x4000058fd0 pc=0x736684fb54
13003-05 00:58:10.872 18952 0 E Go : created by runtime.init.6
13103-05 00:58:10.872 18952 0 E Go : runtime/proc.go:290 +0x24
13203-05 00:58:10.872 18952 0 E Go :
13303-05 00:58:10.872 18952 0 E Go : goroutine 3 [GC sweep wait]:
13403-05 00:58:10.872 18952 0 E Go : runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?)
13503-05 00:58:10.872 18952 0 E Go : runtime/proc.go:363 +0xe4 fp=0x4000059770 sp=0x4000059750 pc=0x7366821b24
13603-05 00:58:10.872 18952 0 E Go : runtime.goparkunlock(...)
13703-05 00:58:10.872 18952 0 E Go : runtime/proc.go:369
13803-05 00:58:10.872 18952 0 E Go : runtime.bgsweep(0x0?)
13903-05 00:58:10.872 18952 0 E Go : runtime/mgcsweep.go:278 +0xa4 fp=0x40000597b0 sp=0x4000059770 pc=0x736680e0e4
14003-05 00:58:10.872 18952 0 E Go : runtime.gcenable.func1()
14103-05 00:58:10.872 18952 0 E Go : runtime/mgc.go:178 +0x28 fp=0x40000597d0 sp=0x40000597b0 pc=0x73668026d8
14203-05 00:58:10.872 18952 0 E Go : runtime.goexit()
14303-05 00:58:10.872 18952 0 E Go : runtime/asm_arm64.s:1165 +0x4 fp=0x40000597d0 sp=0x40000597d0 pc=0x736684fb54
14403-05 00:58:10.872 18952 0 E Go : created by runtime.gcenable
14503-05 00:58:10.872 18952 0 E Go : runtime/mgc.go:178 +0x74
14603-05 00:58:10.872 18952 0 E Go :
14703-05 00:58:10.872 18952 0 E Go : goroutine 4 [GC scavenge wait]:
14803-05 00:58:10.872 18952 0 E Go : runtime.gopark(0x4000080000?, 0x73670c25a8?, 0x1?, 0x0?, 0x0?)
14903-05 00:58:10.872 18952 0 E Go : runtime/proc.go:363 +0xe4 fp=0x4000059f50 sp=0x4000059f30 pc=0x7366821b24
15003-05 00:58:10.872 18952 0 E Go : runtime.goparkunlock(...)
15103-05 00:58:10.872 18952 0 E Go : runtime/proc.go:369
15203-05 00:58:10.872 18952 0 E Go : runtime.(*scavengerState).park(0x73677bb940)
15303-05 00:58:10.872 18952 0 E Go : runtime/mgcscavenge.go:389 +0x5c fp=0x4000059f80 sp=0x4000059f50 pc=0x736680c0cc
15403-05 00:58:10.872 18952 0 E Go : runtime.bgscavenge(0x0?)
15503-05 00:58:10.872 18952 0 E Go : runtime/mgcscavenge.go:617 +0x44 fp=0x4000059fb0 sp=0x4000059f80 pc=0x736680c644
15603-05 00:58:10.872 18952 0 E Go : runtime.gcenable.func2()
15703-05 00:58:10.872 18952 0 E Go : runtime/mgc.go:179 +0x28 fp=0x4000059fd0 sp=0x4000059fb0 pc=0x7366802678
15803-05 00:58:10.872 18952 0 E Go : runtime.goexit()
15903-05 00:58:10.873 18952 0 E Go : runtime/asm_arm64.s:1165 +0x4 fp=0x4000059fd0 sp=0x4000059fd0 pc=0x736684fb54
16003-05 00:58:10.873 18952 0 E Go : created by runtime.gcenable
16103-05 00:58:10.873 18952 0 E Go : runtime/mgc.go:179 +0xb8
16203-05 00:58:10.873 18952 0 E Go :
16303-05 00:58:10.873 18952 0 E Go : goroutine 5 [runnable]:
16403-05 00:58:10.873 18952 0 E Go : runtime.runfinq()
16503-05 00:58:10.873 18952 0 E Go : runtime/mfinal.go:162 fp=0x40000587d0 sp=0x40000587d0 pc=0x73668017e0
16603-05 00:58:10.873 18952 0 E Go : runtime.goexit()
16703-05 00:58:10.873 18952 0 E Go : runtime/asm_arm64.s:1165 +0x4 fp=0x40000587d0 sp=0x40000587d0 pc=0x736684fb54
16803-05 00:58:10.873 18952 0 E Go : created by runtime.createfing
16903-05 00:58:10.873 18952 0 E Go : runtime/mfinal.go:157 +0x84
17003-05 00:58:10.873 18952 0 E Go :
17103-05 00:58:10.873 18952 0 E Go : goroutine 7 [IO wait]:
17203-05 00:58:10.873 18952 0 E Go : runtime.gopark(0x7386f59fff?, 0x736680066c?, 0x30?, 0xac?, 0x1000?)
17303-05 00:58:10.873 18952 0 E Go : runtime/proc.go:363 +0xe4 fp=0x400005ac00 sp=0x400005abe0 pc=0x7366821b24
17403-05 00:58:10.873 18952 0 E Go : runtime.netpollblock(0x0?, 0xffffffff?, 0xff?)
17503-05 00:58:10.873 18952 0 E Go : runtime/netpoll.go:526 +0x158 fp=0x400005ac40 sp=0x400005ac00 pc=0x736681a5a8
17603-05 00:58:10.873 18952 0 E Go : internal/poll.runtime_pollWait(0x73bfe03d18, 0x72)
17703-05 00:58:10.873 18952 0 E Go : runtime/netpoll.go:305 +0xa0 fp=0x400005ac70 sp=0x400005ac40 pc=0x736684a150
17803-05 00:58:10.873 18952 0 E Go : internal/poll.(*pollDesc).wait(0x4000082240?, 0x4000116000?, 0x1)
17903-05 00:58:10.873 18952 0 E Go : internal/poll/fd_poll_runtime.go:84 +0x28 fp=0x400005aca0 sp=0x400005ac70 pc=0x73668af648
18003-05 00:58:10.873 18952 0 E Go : internal/poll.(*pollDesc).waitRead(...)
18103-05 00:58:10.873 18952 0 E Go : internal/poll/fd_poll_runtime.go:89
18203-05 00:58:10.873 18952 0 E Go : internal/poll.(*FD).Read(0x4000082240, {0x4000116000, 0x400, 0x400})
18303-05 00:58:10.873 18952 0 E Go : internal/poll/fd_unix.go:167 +0x1e0 fp=0x400005ad20 sp=0x400005aca0 pc=0x73668b0970
18403-05 00:58:10.873 18952 0 E Go : os.(*File).read(...)
18503-05 00:58:10.873 18952 0 E Go : os/file_posix.go:31
18603-05 00:58:10.873 18952 0 E Go : os.(*File).Read(0x4000010038, {0x4000116000?, 0x400005adb8?, 0x73667f66bc?})
18703-05 00:58:10.873 18952 0 E Go : os/file.go:118 +0x5c fp=0x400005ad80 sp=0x400005ad20 pc=0x73668b97dc
18803-05 00:58:10.873 18952 0 E Go : bufio.(*Reader).fill(0x400005af50)
18903-05 00:58:10.873 18952 0 E Go : bufio/bufio.go:106 +0xfc fp=0x400005adc0 sp=0x400005ad80 pc=0x73668d91ac
19003-05 00:58:10.873 18952 0 E Go : bufio.(*Reader).ReadSlice(0x400005af50, 0x0?)
19103-05 00:58:10.873 18952 0 E Go : bufio/bufio.go:372 +0x30 fp=0x400005ae10 sp=0x400005adc0 pc=0x73668d9e50
19203-05 00:58:10.873 18952 0 E Go : bufio.(*Reader).ReadLine(0x400005af50)
19303-05 00:58:10.873 18952 0 E Go : bufio/bufio.go:401 +0x24 fp=0x400005ae60 sp=0x400005ae10 pc=0x73668da084
19403-05 00:58:10.873 18952 0 E Go : golang.org/x/mobile/internal/mobileinit.lineLog(0x4000010038, 0x0?)
19503-05 00:58:10.873 18952 0 E Go : golang.org/x/[email protected]/internal/mobileinit/mobileinit_android.go:55 +0xd0 fp=0x400005afb0 sp=0x400005ae60 pc=0x73668df7b0
19603-05 00:58:10.873 18952 0 E Go : golang.org/x/mobile/internal/mobileinit.init.0.func2()
19703-05 00:58:10.873 18952 0 E Go : golang.org/x/[email protected]/internal/mobileinit/mobileinit_android.go:92 +0x2c fp=0x400005afd0 sp=0x400005afb0 pc=0x73668dfbfc
19803-05 00:58:10.873 18952 0 E Go : runtime.goexit()
19903-05 00:58:10.873 18952 0 E Go : runtime/asm_arm64.s:1165 +0x4 fp=0x400005afd0 sp=0x400005afd0 pc=0x736684fb54
20003-05 00:58:10.873 18952 0 E Go : created by golang.org/x/mobile/internal/mobileinit.init.0
20103-05 00:58:10.873 18952 0 E Go : golang.org/x/[email protected]/internal/mobileinit/mobileinit_android.go:92 +0x2a4
20203-05 00:58:10.873 18952 0 E Go :
20303-05 00:58:10.873 18952 0 E Go : goroutine 8 [running, locked to thread]:
20403-05 00:58:10.873 18952 0 E Go : goroutine running on other thread; stack unavailable
20503-05 00:58:10.873 18952 0 E Go : created by runtime.ensureSigM
20603-05 00:58:10.873 18952 0 E Go : runtime/signal_unix.go:974 +0xf4
20703-05 00:58:10.894 18952 19091 E eup : get abort message after Q
What did you expect to happen?
do not crash
How can we reproduce it (as minimally and precisely as possible)?
System version: Android 12,level 31 or Android 10, level 29
ROM: HuaWei/EMOTION
CPU Arch: arm64-v8a
Anything else we need to know?
No response
version
Cloud provider
OS version
Install tools
The text was updated successfully, but these errors were encountered: