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

Bug: app crashed through libgojni.so #525

Open
Sylariam opened this issue Mar 5, 2024 · 5 comments
Open

Bug: app crashed through libgojni.so #525

Sylariam opened this issue Mar 5, 2024 · 5 comments
Labels
bug Categorizes issue or PR as related to a bug.

Comments

@Sylariam
Copy link
Contributor

Sylariam commented Mar 5, 2024

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

```console $ {name} version # paste output here ```

Cloud provider

OS version

```console # On Linux: $ cat /etc/os-release # paste output here $ uname -a # paste output here # On Windows: C:\> wmic os get Caption, Version, BuildNumber, OSArchitecture # paste output here ```

Install tools

@Sylariam Sylariam added the bug Categorizes issue or PR as related to a bug. label Mar 5, 2024
@FGadvancer
Copy link
Member

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?

@Sylariam
Copy link
Contributor Author

@FGadvancer
I've discovered that all crashes are related to the same stack pointer:

#00 pc 00000000002428d8 /data/user/0/com.gbox.android/_root/data/internal_app/com.nimispace.app-_OYt6z6psBBgEAQY6teaww==/lib/arm64/libgojni.so

Any chance you are familiar with this path? Is Gbox app must be granted with r/w perms?

@Sylariam
Copy link
Contributor Author

@FGadvancer
After a hard time discovering, I've managed to reproduce the crash. All times.
First you need Gbox(https://gboxlab.com/). It's a platform app commonly used to install app on Android.
Then you have to use "Clone" function, to create a app clone for openim-integrated app. Like OpenIM demo.
After that, start your cloned app in Gbox(or clone shortcuts). After your openim-integrated app loads the .so file, it crashes.

Here's partial logs from logcat:
2024-04-23 15:07:35.580 9343-0 Go com.nimispace.app E unexpected fault address 0x4000054d60
2024-04-23 15:07:35.580 9343-0 Go com.nimispace.app E fatal error: fault
2024-04-23 15:07:35.583 9343-0 Go com.nimispace.app E [signal SIGSEGV: segmentation violation code=0x2 addr=0x4000054d60 pc=0x4000054d60]
2024-04-23 15:07:35.583 9343-0 Go com.nimispace.app E
2024-04-23 15:07:35.583 9343-0 Go com.nimispace.app E goroutine 20 [running]:
2024-04-23 15:07:35.583 9343-0 Go com.nimispace.app E runtime.throw({0x7481423662?, 0x0?})
2024-04-23 15:07:35.583 9343-0 Go com.nimispace.app E runtime/panic.go:1047 +0x40 fp=0x4000054ce0 sp=0x4000054cb0 pc=0x7480c93170
2024-04-23 15:07:35.583 9343-0 Go com.nimispace.app E runtime: g 20: unexpected return pc for runtime.sigpanic called from 0x4000054d60
2024-04-23 15:07:35.583 9343-0 Go com.nimispace.app E stack: frame={sp:0x4000054ce0, fp:0x4000054d10} stack=[0x4000054800,0x4000055000)
2024-04-23 15:07:35.583 9343-0 Go com.nimispace.app E 0x0000004000054be0: 0x0000007480c94a9c <runtime.gwrite+0x00000000000000cc> 0x0000004000054c28
2024-04-23 15:07:35.583 9343-0 Go com.nimispace.app E 0x0000004000054bf0: 0x0000007480c94a00 <runtime.gwrite+0x0000000000000030> 0x000000000000000c
2024-04-23 15:07:35.583 9343-0 Go com.nimispace.app E 0x0000004000054c00: 0x0000007481c7956f 0x000000000000000f
2024-04-23 15:07:35.584 9343-0 Go com.nimispace.app E 0x0000004000054c10: 0x00000000000003f1 0x0000000000000000
2024-04-23 15:07:35.584 9343-0 Go com.nimispace.app E 0x0000004000054c20: 0x0000007481c7956f 0x0000004000054c68
2024-04-23 15:07:35.584 9343-0 Go com.nimispace.app E 0x0000004000054c30: 0x0000007480c951ec <runtime.printstring+0x000000000000004c> 0x00000074815404b9
2024-04-23 15:07:35.584 9343-0 Go com.nimispace.app E 0x0000004000054c40: 0x0000000000000001 0x0000000000000001
2024-04-23 15:07:35.584 9343-0 Go com.nimispace.app E 0x0000004000054c50: 0x0000007480ca9548 <runtime.sigpanic+0x0000000000000188> 0x0000004000054c68
2024-04-23 15:07:35.584 9343-0 Go com.nimispace.app E 0x0000004000054c60: 0x0000007480c93408 <runtime.fatalthrow+0x0000000000000058> 0x0000004000054ca8
2024-04-23 15:07:35.584 9343-0 Go com.nimispace.app E 0x0000004000054c70: 0x0000007480c93170 <runtime.throw+0x0000000000000040> 0x0000004000054c88
2024-04-23 15:07:35.584 9343-0 Go com.nimispace.app E 0x0000004000054c80: 0x00000040001864e0 0x0000007480c93420 <runtime.fatalthrow.func1+0x0000000000000000>
2024-04-23 15:07:35.584 9343-0 Go com.nimispace.app E 0x0000004000054c90: 0x00000040001864e0 0x0000007480c93170 <runtime.throw+0x0000000000000040>
2024-04-23 15:07:35.584 9343-0 Go com.nimispace.app E 0x0000004000054ca0: 0x0000004000054cb0 0x0000004000054cd8
2024-04-23 15:07:35.584 9343-0 Go com.nimispace.app E 0x0000004000054cb0: 0x0000007480ca9560 <runtime.sigpanic+0x00000000000001a0> 0x0000004000054cc0
2024-04-23 15:07:35.585 9343-0 Go com.nimispace.app E 0x0000004000054cc0: 0x0000007480c93180 <runtime.throw.func1+0x0000000000000000> 0x0000007481423662
2024-04-23 15:07:35.585 9343-0 Go com.nimispace.app E 0x0000004000054cd0: 0x0000000000000005 0x00000075292de174
2024-04-23 15:07:35.585 9343-0 Go com.nimispace.app E 0x0000004000054ce0: <0x0000004000054d60 0x0000007481423662
2024-04-23 15:07:35.585 9343-0 Go com.nimispace.app E 0x0000004000054cf0: 0x0000000000000000 0x0000004000054d60
2024-04-23 15:07:35.585 9343-0 Go com.nimispace.app E 0x0000004000054d00: 0x00000040001864e0 0x00000040001a2120
2024-04-23 15:07:35.585 9343-0 Go com.nimispace.app E 0x0000004000054d10: >0x0000004000054d60 0x0000004000054d78
2024-04-23 15:07:35.585 9343-0 Go com.nimispace.app E 0x0000004000054d20: 0x0000007480d4d1cc <bufio.(*Reader).fill+0x00000000000000fc> 0x00000040001a2120
2024-04-23 15:07:35.585 9343-0 Go com.nimispace.app E 0x0000004000054d30: 0x000000400010e000 0x0000000000000400
2024-04-23 15:07:35.585 9343-0 Go com.nimispace.app E 0x0000004000054d40: 0x0000000000000400 0x000000751e8e4888
2024-04-23 15:07:35.586 9343-0 Go com.nimispace.app E 0x0000004000054d50: 0x0000000000400000 0x0000004000054d98
2024-04-23 15:07:35.586 9343-0 Go com.nimispace.app E 0x0000004000054d60: 0x0000000000000000 0x0000000000000000
2024-04-23 15:07:35.587 9343-0 Go com.nimispace.app E 0x0000004000054d70: 0x0000007527662000 0x0000004000000000
2024-04-23 15:07:35.587 9343-0 Go com.nimispace.app E 0x0000004000054d80: 0x0000000000008000 0xfffffffc3bba6a27
2024-04-23 15:07:35.587 9343-0 Go com.nimispace.app E 0x0000004000054d90: 0x000000400010e000 0x0000004000054db8
2024-04-23 15:07:35.587 9343-0 Go com.nimispace.app E 0x0000004000054da0: 0x0000007480c6a6dc <runtime.mallocgc+0x000000000000087c> 0x0000007481c78d40
2024-04-23 15:07:35.587 9343-0 Go com.nimispace.app E 0x0000004000054db0: 0x0000000000000064 0x0000004000054e08
2024-04-23 15:07:35.588 9343-0 Go com.nimispace.app E 0x0000004000054dc0: 0x0000007480d4e0a4 <bufio.(*Reader).ReadLine+0x0000000000000024> 0x0000004000054f50
2024-04-23 15:07:35.588 9343-0 Go com.nimispace.app E 0x0000004000054dd0: 0x0000000000000000 0x0000000000000400
2024-04-23 15:07:35.588 9343-0 Go com.nimispace.app E 0x0000004000054de0: 0x000000000000000a 0xffffffffffffffff
2024-04-23 15:07:35.588 9343-0 Go com.nimispace.app E 0x0000004000054df0: 0x0a0000751e8e4888 0x0000000000000000
2024-04-23 15:07:35.588 9343-0 Go com.nimispace.app E 0x0000004000054e00: 0x0000000000000000 0x0000004000054e58
2024-04-23 15:07:35.588 9343-0 Go com.nimispace.app E runtime.sigpanic()
2024-04-23 15:07:35.588 9343-0 Go com.nimispace.app E runtime/signal_unix.go:842 +0x1a0 fp=0x4000054d10 sp=0x4000054ce0 pc=0x7480ca9560
2024-04-23 15:07:35.588 9343-0 Go com.nimispace.app E created by golang.org/x/mobile/internal/mobileinit.init.0
2024-04-23 15:07:35.588 9343-0 Go com.nimispace.app E golang.org/x/[email protected]/internal/mobileinit/mobileinit_android.go:82 +0x184
2024-04-23 15:07:35.588 9343-0 Go com.nimispace.app E
2024-04-23 15:07:35.588 9343-0 Go com.nimispace.app E goroutine 2 [force gc (idle)]:
2024-04-23 15:07:35.588 9343-0 Go com.nimispace.app E runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?)
2024-04-23 15:07:35.588 9343-0 Go com.nimispace.app E runtime/proc.go:363 +0xe4 fp=0x4000058fa0 sp=0x4000058f80 pc=0x7480c95b44
2024-04-23 15:07:35.588 9343-0 Go com.nimispace.app E runtime.goparkunlock(...)
2024-04-23 15:07:35.588 9343-0 Go com.nimispace.app E runtime/proc.go:369
2024-04-23 15:07:35.588 9343-0 Go com.nimispace.app E runtime.forcegchelper()
2024-04-23 15:07:35.589 9343-0 Go com.nimispace.app E runtime/proc.go:302 +0xac fp=0x4000058fd0 sp=0x4000058fa0 pc=0x7480c959dc
2024-04-23 15:07:35.589 9343-0 Go com.nimispace.app E runtime.goexit()
2024-04-23 15:07:35.589 9343-0 Go com.nimispace.app E runtime/asm_arm64.s:1165 +0x4 fp=0x4000058fd0 sp=0x4000058fd0 pc=0x7480cc3b74
2024-04-23 15:07:35.589 9343-0 Go com.nimispace.app E created by runtime.init.6
2024-04-23 15:07:35.589 9343-0 Go com.nimispace.app E runtime/proc.go:290 +0x24
2024-04-23 15:07:35.589 9343-0 Go com.nimispace.app E
2024-04-23 15:07:35.589 9343-0 Go com.nimispace.app E goroutine 3 [GC sweep wait]:
2024-04-23 15:07:35.589 9343-0 Go com.nimispace.app E runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?)
2024-04-23 15:07:35.589 9343-0 Go com.nimispace.app E runtime/proc.go:363 +0xe4 fp=0x4000059770 sp=0x4000059750 pc=0x7480c95b44
2024-04-23 15:07:35.589 9343-0 Go com.nimispace.app E runtime.goparkunlock(...)
2024-04-23 15:07:35.589 9343-0 Go com.nimispace.app E runtime/proc.go:369
2024-04-23 15:07:35.589 9343-0 Go com.nimispace.app E runtime.bgsweep(0x0?)
2024-04-23 15:07:35.589 9343-0 Go com.nimispace.app E runtime/mgcsweep.go:278 +0xa4 fp=0x40000597b0 sp=0x4000059770 pc=0x7480c82104
2024-04-23 15:07:35.589 9343-0 Go com.nimispace.app E runtime.gcenable.func1()
2024-04-23 15:07:35.589 9343-0 Go com.nimispace.app E runtime/mgc.go:178 +0x28 fp=0x40000597d0 sp=0x40000597b0 pc=0x7480c766f8
2024-04-23 15:07:35.589 9343-0 Go com.nimispace.app E runtime.goexit()
2024-04-23 15:07:35.589 9343-0 Go com.nimispace.app E runtime/asm_arm64.s:1165 +0x4 fp=0x40000597d0 sp=0x40000597d0 pc=0x7480cc3b74
2024-04-23 15:07:35.589 9343-0 Go com.nimispace.app E created by runtime.gcenable
2024-04-23 15:07:35.589 9343-0 Go com.nimispace.app E runtime/mgc.go:178 +0x74
2024-04-23 15:07:35.589 9343-0 Go com.nimispace.app E
2024-04-23 15:07:35.589 9343-0 Go com.nimispace.app E goroutine 4 [GC scavenge wait]:
2024-04-23 15:07:35.590 9343-0 Go com.nimispace.app E runtime.gopark(0x4000080000?, 0x74815424b8?, 0x1?, 0x0?, 0x0?)
2024-04-23 15:07:35.590 9343-0 Go com.nimispace.app E runtime/proc.go:363 +0xe4 fp=0x4000059f50 sp=0x4000059f30 pc=0x7480c95b44
2024-04-23 15:07:35.590 9343-0 Go com.nimispace.app E runtime.goparkunlock(...)
2024-04-23 15:07:35.590 9343-0 Go com.nimispace.app E runtime/proc.go:369
2024-04-23 15:07:35.590 9343-0 Go com.nimispace.app E runtime.(*scavengerState).park(0x7481c466e0)
2024-04-23 15:07:35.590 9343-0 Go com.nimispace.app E runtime/mgcscavenge.go:389 +0x5c fp=0x4000059f80 sp=0x4000059f50 pc=0x7480c800ec
2024-04-23 15:07:35.590 9343-0 Go com.nimispace.app E runtime.bgscavenge(0x0?)
2024-04-23 15:07:35.590 9343-0 Go com.nimispace.app E runtime/mgcscavenge.go:617 +0x44 fp=0x4000059fb0 sp=0x4000059f80 pc=0x7480c80664
2024-04-23 15:07:35.590 9343-0 Go com.nimispace.app E runtime.gcenable.func2()
2024-04-23 15:07:35.590 9343-0 Go com.nimispace.app E runtime/mgc.go:179 +0x28 fp=0x4000059fd0 sp=0x4000059fb0 pc=0x7480c76698
2024-04-23 15:07:35.590 9343-0 Go com.nimispace.app E runtime.goexit()
2024-04-23 15:07:35.590 9343-0 Go com.nimispace.app E runtime/asm_arm64.s:1165 +0x4 fp=0x4000059fd0 sp=0x4000059fd0 pc=0x7480cc3b74
2024-04-23 15:07:35.590 9343-0 Go com.nimispace.app E created by runtime.gcenable
2024-04-23 15:07:35.590 9343-0 Go com.nimispace.app E runtime/mgc.go:179 +0xb8
2024-04-23 15:07:35.590 9343-0 Go com.nimispace.app E
2024-04-23 15:07:35.590 9343-0 Go com.nimispace.app E goroutine 19 [finalizer wait]:
2024-04-23 15:07:35.591 9343-0 Go com.nimispace.app E runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?)
2024-04-23 15:07:35.591 9343-0 Go com.nimispace.app E runtime/proc.go:363 +0xe4 fp=0x4000054580 sp=0x4000054560 pc=0x7480c95b44
2024-04-23 15:07:35.591 9343-0 Go com.nimispace.app E runtime.goparkunlock(...)
2024-04-23 15:07:35.591 9343-0 Go com.nimispace.app E runtime/proc.go:369
2024-04-23 15:07:35.591 9343-0 Go com.nimispace.app E runtime.runfinq()
2024-04-23 15:07:35.591 9343-0 Go com.nimispace.app E runtime/mfinal.go:180 +0x120 fp=0x40000547d0 sp=0x4000054580 pc=0x7480c75920
2024-04-23 15:07:35.591 9343-0 Go com.nimispace.app E runtime.goexit()
2024-04-23 15:07:35.591 9343-0 Go com.nimispace.app E runtime/asm_arm64.s:1165 +0x4 fp=0x40000547d0 sp=0x40000547d0 pc=0x7480cc3b74
2024-04-23 15:07:35.591 9343-0 Go com.nimispace.app E created by runtime.createfing
2024-04-23 15:07:35.591 9343-0 Go com.nimispace.app E runtime/mfinal.go:157 +0x84
2024-04-23 15:07:35.591 9343-0 Go com.nimispace.app E
2024-04-23 15:07:35.591 9343-0 Go com.nimispace.app E goroutine 21 [IO wait]:
2024-04-23 15:07:35.591 9343-0 Go com.nimispace.app E runtime.gopark(0x4000055420?, 0x1000?, 0x0?, 0x4?, 0x400?)
2024-04-23 15:07:35.591 9343-0 Go com.nimispace.app E runtime/proc.go:363 +0xe4 fp=0x4000055400 sp=0x40000553e0 pc=0x7480c95b44
2024-04-23 15:07:35.591 9343-0 Go com.nimispace.app E runtime.netpollblock(0x0?, 0xffffffff?, 0xff?)
2024-04-23 15:07:35.591 9343-0 Go com.nimispace.app E runtime/netpoll.go:526 +0x158 fp=0x4000055440 sp=0x4000055400 pc=0x7480c8e5c8
2024-04-23 15:07:35.592 9343-0 Go com.nimispace.app E internal/poll.runtime_pollWait(0x751e7f5d18, 0x72)
2024-04-23 15:07:35.592 9343-0 Go com.nimispace.app E runtime/netpoll.go:305 +0xa0 fp=0x4000055470 sp=0x4000055440 pc=0x7480cbe170
2024-04-23 15:07:35.592 9343-0 Go com.nimispace.app E internal/poll.(*pollDesc).wait(0x40001a21e0?, 0x4000094000?, 0x1)
2024-04-23 15:07:35.592 9343-0 Go com.nimispace.app E internal/poll/fd_poll_runtime.go:84 +0x28 fp=0x40000554a0 sp=0x4000055470 pc=0x7480d23668
2024-04-23 15:07:35.592 9343-0 Go com.nimispace.app E internal/poll.(*pollDesc).waitRead(...)
2024-04-23 15:07:35.592 9343-0 Go com.nimispace.app E internal/poll/fd_poll_runtime.go:89
2024-04-23 15:07:35.592 9343-0 Go com.nimispace.app E internal/poll.(*FD).Read(0x40001a21e0, {0x4000094000, 0x400, 0x400})
2024-04-23 15:07:35.592 9343-0 Go com.nimispace.app E internal/poll/fd_unix.go:167 +0x1e0 fp=0x4000055520 sp=0x40000554a0 pc=0x7480d24990
2024-04-23 15:07:35.592 9343-0 Go com.nimispace.app E os.(*File).read(...)
2024-04-23 15:07:35.592 9343-0 Go com.nimispace.app E os/file_posix.go:31
2024-04-23 15:07:35.592 9343-0 Go com.nimispace.app E os.(*File).Read(0x40001a0028, {0x4000094000?, 0x40000555a8?, 0x7480c61364?})
2024-04-23 15:07:35.592 9343-0 Go com.nimispace.app E os/file.go:118 +0x5c fp=0x4000055580 sp=0x4000055520 pc=0x7480d2d7fc
2024-04-23 15:07:35.592 9343-0 Go com.nimispace.app E bufio.(*Reader).fill(0x4000055750)
2024-04-23 15:07:35.593 9343-0 Go com.nimispace.app E bufio/bufio.go:106 +0xfc fp=0x40000555c0 sp=0x4000055580 pc=0x7480d4d1cc
2024-04-23 15:07:35.593 9343-0 Go com.nimispace.app E bufio.(*Reader).ReadSlice(0x4000055750, 0x58?)
2024-04-23 15:07:35.593 9343-0 Go com.nimispace.app E bufio/bufio.go:372 +0x30 fp=0x4000055610 sp=0x40000555c0 pc=0x7480d4de70
2024-04-23 15:07:35.593 9343-0 Go com.nimispace.app E bufio.(*Reader).ReadLine(0x4000055750)
2024-04-23 15:07:35.593 9343-0 Go com.nimispace.app E bufio/bufio.go:401 +0x24 fp=0x4000055660 sp=0x4000055610 pc=0x7480d4e0a4
2024-04-23 15:07:35.594 9343-0 Go com.nimispace.app E golang.org/x/mobile/internal/mobileinit.lineLog(0x40001a0028, 0x0?)
2024-04-23 15:07:35.594 9343-0 Go com.nimispace.app E golang.org/x/[email protected]/internal/mobileinit/mobileinit_android.go:55 +0xd0 fp=0x40000557b0 sp=0x4000055660 pc=0x7480d537d0
2024-04-23 15:07:35.594 9343-0 Go com.nimispace.app E golang.org/x/mobile/internal/mobileinit.init.0.func2()
2024-04-23 15:07:35.594 9343-0 Go com.nimispace.app E golang.org/x/[email protected]/internal/mobileinit/mobileinit_android.go:92 +0x2c fp=0x40000557d0 sp=0x40000557b0 pc=0x7480d53c1c
2024-04-23 15:07:35.594 9343-0 Go com.nimispace.app E runtime.goexit()
2024-04-23 15:07:35.594 9343-0 Go com.nimispace.app E runtime/asm_arm64.s:1165 +0x4 fp=0x40000557d0 sp=0x40000557d0 pc=0x7480cc3b74
2024-04-23 15:07:35.594 9343-0 Go com.nimispace.app E created by golang.org/x/mobile/internal/mobileinit.init.0
2024-04-23 15:07:35.594 9343-0 Go com.nimispace.app E golang.org/x/[email protected]/internal/mobileinit/mobileinit_android.go:92 +0x2a4
2024-04-23 15:07:35.594 9343-0 Go com.nimispace.app E
2024-04-23 15:07:35.594 9343-0 Go com.nimispace.app E goroutine 22 [select, locked to thread]:
2024-04-23 15:07:35.594 9343-0 Go com.nimispace.app E runtime.gopark(0x4000055fa0?, 0x2?, 0x78?, 0x5e?, 0x4000055f9c?)
2024-04-23 15:07:35.594 9343-0 Go com.nimispace.app E runtime/proc.go:363 +0xe4 fp=0x4000066e20 sp=0x4000066e00 pc=0x7480c95b44
2024-04-23 15:07:35.595 9343-0 Go com.nimispace.app E runtime.selectgo(0x4000066fa0, 0x4000055f98, 0x0?, 0x0, 0x0?, 0x1)
2024-04-23 15:07:35.595 9343-0 Go com.nimispace.app E runtime/select.go:328 +0x688 fp=0x4000066f40 sp=0x4000066e20 pc=0x7480ca5928
2024-04-23 15:07:35.595 9343-0 Go com.nimispace.app E runtime.ensureSigM.func1()
2024-04-23 15:07:35.595 9343-0 Go com.nimispace.app E runtime/signal_unix.go:991 +0x1b8 fp=0x4000066fd0 sp=0x4000066f40 pc=0x7480ca9988
2024-04-23 15:07:35.595 9343-0 Go com.nimispace.app E runtime.goexit()
2024-04-23 15:07:35.595 9343-0 Go com.nimispace.app E runtime/asm_arm64.s:1165 +0x4 fp=0x4000066fd0 sp=0x4000066fd0 pc=0x7480cc3b74
2024-04-23 15:07:35.595 9343-0 Go com.nimispace.app E created by runtime.ensureSigM
2024-04-23 15:07:35.595 9343-0 Go com.nimispace.app E runtime/signal_unix.go:974 +0xf4
2024-04-23 15:07:35.595 9343-0 Go com.nimispace.app E
2024-04-23 15:07:35.595 9343-0 Go com.nimispace.app E goroutine 5 [syscall]:
2024-04-23 15:07:35.595 9343-0 Go com.nimispace.app E runtime.notetsleepg(0x101000000000000?, 0x0?)
2024-04-23 15:07:35.595 9343-0 Go com.nimispace.app E runtime/lock_futex.go:236 +0x34 fp=0x4000058790 sp=0x4000058750 pc=0x7480c69184
2024-04-23 15:07:35.595 9343-0 Go com.nimispace.app E os/signal.signal_recv()
2024-04-23 15:07:35.595 9343-0 Go com.nimispace.app E runtime/sigqueue.go:152 +0x30 fp=0x40000587b0 sp=0x4000058790 pc=0x7480cc01b0
2024-04-23 15:07:35.595 9343-0 Go com.nimispace.app E os/signal.loop()
2024-04-23 15:07:35.596 9343-0 Go com.nimispace.app E os/signal/signal_unix.go:23 +0x1c fp=0x40000587d0 sp=0x40000587b0 pc=0x74812bf17c
2024-04-23 15:07:35.596 9343-0 Go com.nimispace.app E runtime.goexit()
2024-04-23 15:07:35.596 9343-0 Go com.nimispace.app E runtime/asm_arm64.s:1165 +0x4 fp=0x40000587d0 sp=0x40000587d0 pc=0x7480cc3b74
2024-04-23 15:07:35.596 9343-0 Go com.nimispace.app E created by os/signal.Notify.func1.1
2024-04-23 15:07:35.596 9343-0 Go com.nimispace.app E os/signal/signal.go:151 +0x2c
2024-04-23 15:07:35.615 9343-9484 eup com.nimispace.app E get abort message after Q

@kubbot
Copy link
Contributor

kubbot commented Jun 22, 2024

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.

@kubbot kubbot added the lifecycle/stale Denotes an issue or PR has remained open with no activity and has become stale. label Jun 22, 2024
@kubbot
Copy link
Contributor

kubbot commented Jun 29, 2024

This issue was closed because it has been stalled for 7 days with no activity.

@kubbot kubbot closed this as completed Jun 29, 2024
@github-actions github-actions bot reopened this Aug 8, 2024
@github-actions github-actions bot removed the lifecycle/stale Denotes an issue or PR has remained open with no activity and has become stale. label Aug 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Categorizes issue or PR as related to a bug.
Projects
None yet
Development

No branches or pull requests

3 participants