Closed ImagineYao closed 9 months ago
Thank you for this report @ImagineYao! It would be helpful to produce some sort of reproduction that would make this Github issue more actionable and can be easily investigated. In the meantime I shall kindly cc some runtime and gomobile folks @cherrymui @hyangah
hello, any idea about this? @cherrymui @hyangah
As @odeke-em mentioned above, could you share a way to reproduce the issue? Also, could you try the latest release, Go 1.21.6, or Go 1.22rc1? Thanks.
Timed out in state WaitingForInfo. Closing.
(I am just a bot, though. Please speak up if this is a mistake or you have the requested information.)
@ImagineYao Yao Yinman Does any solution for this problem? I got same error and crashed my app
Go version
go version go1.21.1 darwin/arm64
Output of
go env
in your module/workspace:What did you do?
I use gomobile to package go project to aar.
gomobile bind -v -target=android/arm64,android/arm
when i call method defined in go project, it crashed on arm64 devices occasionally.What did you see happen?
crashed occasionally, following is the dmp
and the corresponding line is following
What did you expect to see?
it should not be crashed