diff options
| author | Christian Krinitsin <mail@krinitsin.com> | 2025-05-21 21:21:26 +0200 |
|---|---|---|
| committer | Christian Krinitsin <mail@krinitsin.com> | 2025-05-21 21:21:26 +0200 |
| commit | 4b927bc37359dec23f67d3427fc982945f24f404 (patch) | |
| tree | 245449ef9146942dc7fffd0235b48b7e70a00bf2 /gitlab/issues/target_missing/host_missing/accel_missing/1743.toml | |
| parent | aa8bd79cec7bf6790ddb01d156c2ef2201abbaab (diff) | |
| download | emulator-bug-study-4b927bc37359dec23f67d3427fc982945f24f404.tar.gz emulator-bug-study-4b927bc37359dec23f67d3427fc982945f24f404.zip | |
add gitlab issues in toml format
Diffstat (limited to 'gitlab/issues/target_missing/host_missing/accel_missing/1743.toml')
| -rw-r--r-- | gitlab/issues/target_missing/host_missing/accel_missing/1743.toml | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/gitlab/issues/target_missing/host_missing/accel_missing/1743.toml b/gitlab/issues/target_missing/host_missing/accel_missing/1743.toml new file mode 100644 index 00000000..e9cbad40 --- /dev/null +++ b/gitlab/issues/target_missing/host_missing/accel_missing/1743.toml @@ -0,0 +1,24 @@ +id = 1743 +title = "QEm+Android emulator crashes on x86 host (but not mac M1)" +state = "closed" +created_at = "2023-06-29T16:33:39.057Z" +closed_at = "2023-06-29T18:28:36.960Z" +labels = [] +url = "https://gitlab.com/qemu-project/qemu/-/issues/1743" +host-os = "- OS/kernel version:" +host-arch = "- QEMU flavor:" +qemu-version = "- QEMU command line:" +guest-os = "- OS/kernel version:" +guest-arch = "## Description of problem" +description = """Using QEmu+Android emulator crashes when using tflite on x86 hosts (but not M1 macs).""" +reproduce = """1. Install android toolchain, including emulator (sdkmanager, adb, avdmanager etc) +2. Start android emulator on an x86 host +3. Follow instructions to download and run tflite benchmarking tool [here](https://www.tensorflow.org/lite/performance/measurement) +4. Crashes with the following error + +``` +06-27 17:38:28.093 8355 8355 F ndk_translation: vendor/unbundled_google/libs/ndk_translation/intrinsics/intrinsics_impl_x86_64.cc:86: CHECK failed: 524288 == 0 +``` + +We have tried with many different models and the result is always the same. The same models run fine when the emulator runs on a mac M1 host.""" +additional = """""" |