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: Keep having an unknown crash I can't debug on iOS #50343

Closed
brunomunizaf opened this issue Dec 25, 2021 · 2 comments
Closed

x/mobile: Keep having an unknown crash I can't debug on iOS #50343

brunomunizaf opened this issue Dec 25, 2021 · 2 comments
Labels
FrozenDueToAge mobile Android, iOS, and x/mobile
Milestone

Comments

@brunomunizaf
Copy link

Hello,
I keep facing this crash and I have no idea on how to debug. I'm not a go dev although I use go mobile bindings on my iOS app. Can anyone give me a tip on how can I catch these crashes w/ symbols or idk, anything that tells me some information that is not there?

Thread 19 Crashed:
0   libsystem_kernel.dylib.       0x7fff6d9db112 __pthread_kill + 10
1   libsystem_pthread.dylib       0x7fff6da32214 pthread_kill + 263
2   libsystem_c.dylib             0x7fff2009be93 raise + 26
3   <Redacted-AppName>            0x1025368eb runtime.raise_trampoline + 11
4   <Redacted-AppName>            0x1025347f0 runtime.asmcgocall + 112	

I suspect this crash happens because the go mobile bindings run on several threads and whenever the app goes to background the stopping process takes some time - and i say that bc I've seen on Android how it performs - but iOS probably just kills the background window of processing the rest of this 'stopping'. But this is such a remote hunch that I can't even discuss w/ someone about it cause i have a total of zero information to base my arguments on.

Please anyone, any tip on how to gather more information on this would be extremely valuable for me.
Thanks,

Bruno.

@gopherbot gopherbot added the mobile Android, iOS, and x/mobile label Dec 25, 2021
@gopherbot gopherbot added this to the Unreleased milestone Dec 25, 2021
@seankhliao
Copy link
Member

Unlike many projects, the Go project does not use GitHub Issues for general discussion or asking questions. GitHub Issues are used for tracking bugs and proposals only.

For questions please refer to https://github.com/golang/go/wiki/Questions

@brunomunizaf
Copy link
Author

Ops, my bad. Thank you

@golang golang locked and limited conversation to collaborators Dec 26, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
FrozenDueToAge mobile Android, iOS, and x/mobile
Projects
None yet
Development

No branches or pull requests

3 participants