x/mobile, runtime: libgojni.so crashes on ARM64 devices for methods defined in Go code #65057
Labels
compiler/runtime
Issues related to the Go compiler and/or runtime.
mobile
Android, iOS, and x/mobile
WaitingForInfo
Issue is not actionable because of missing required information, which needs to be provided.
Milestone
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
The text was updated successfully, but these errors were encountered: