Please answer these questions before submitting your issue. Thanks!
What version of Go are you using (go version)?
go1.9.3
Does this issue reproduce with the latest release?
I just tested version 1.9.2 and 1.9.3, both of them have this issue.
What operating system and processor architecture are you using (go env)?
The gomobile App crash on Android 8.0.0~8.1.0 . The processor architecture is armeabi-v7a on real devices. Actually I got the issue from crash report of my Android App.
What did you do?
If possible, provide a recipe for reproducing the error.
A complete runnable program is good.
A link on play.golang.org is best.
Maybe this issue is similar to #20409 . I just got some limited information from the Android crash report.
Unfortunately there is no indication of what the blocked syscall was, like in #20409. Is there any way I can reproduce the crash? I have a Pixel but have never seen this crash before.
Unfortunately it still reproduce with Go 1.10, and I can't reproduce this issue stably. The logs above are from Firebase Crashlytics. If I find more detail information, I'll post here to help fix this issue.
Please answer these questions before submitting your issue. Thanks!
What version of Go are you using (
go version
)?go1.9.3
Does this issue reproduce with the latest release?
I just tested version 1.9.2 and 1.9.3, both of them have this issue.
What operating system and processor architecture are you using (
go env
)?The gomobile App crash on Android 8.0.0~8.1.0 . The processor architecture is armeabi-v7a on real devices. Actually I got the issue from crash report of my Android App.
What did you do?
If possible, provide a recipe for reproducing the error.
A complete runnable program is good.
A link on play.golang.org is best.
Maybe this issue is similar to #20409 . I just got some limited information from the Android crash report.
What did you expect to see?
What caused the crash and how to fix this?
What did you see instead?
From crash report:
The crash happened on Android 8 device only, include Google Pixel, Pixel 2 and other Android 8 devices.
The text was updated successfully, but these errors were encountered: