diff options
| author | Christian Krinitsin <mail@krinitsin.com> | 2025-05-30 16:52:07 +0200 |
|---|---|---|
| committer | Christian Krinitsin <mail@krinitsin.com> | 2025-05-30 16:52:17 +0200 |
| commit | 9260319e7411ff8281700a532caa436f40120ec4 (patch) | |
| tree | 2f6bfe5f3458dd49d328d3a9eb508595450adec0 /gitlab/issues/target_arm/host_missing/accel_missing/1640.toml | |
| parent | 225caa38269323af1bfc2daadff5ec8bd930747f (diff) | |
| download | qemu-analysis-9260319e7411ff8281700a532caa436f40120ec4.tar.gz qemu-analysis-9260319e7411ff8281700a532caa436f40120ec4.zip | |
gitlab scraper: download in toml and text format
Diffstat (limited to 'gitlab/issues/target_arm/host_missing/accel_missing/1640.toml')
| -rw-r--r-- | gitlab/issues/target_arm/host_missing/accel_missing/1640.toml | 33 |
1 files changed, 0 insertions, 33 deletions
diff --git a/gitlab/issues/target_arm/host_missing/accel_missing/1640.toml b/gitlab/issues/target_arm/host_missing/accel_missing/1640.toml deleted file mode 100644 index 73a219b14..000000000 --- a/gitlab/issues/target_arm/host_missing/accel_missing/1640.toml +++ /dev/null @@ -1,33 +0,0 @@ -id = 1640 -title = "aarch64: usb_mtp_get_data: Assertion `(s->dataset.size == 0xFFFFFFFF) || (s->dataset.size == d->offset)' failed" -state = "closed" -created_at = "2023-05-09T13:53:19.237Z" -closed_at = "2024-03-12T13:58:24.153Z" -labels = ["USB", "target: arm"] -url = "https://gitlab.com/qemu-project/qemu/-/issues/1640" -host-os = "NixOS" -host-arch = "aarch64" -qemu-version = "8.0.0" -guest-os = "NixOS" -guest-arch = "aarch64" -description = """When attempting to write to an MTP device in QEMU 8.0.0 on arm64, QEMU will crash at runtime with the following error: -`qemu-system-aarch64: ../hw/usb/dev-mtp.c:1819: usb_mtp_get_data: Assertion '(s->dataset.size == 0xFFFFFFFF) || (s->dataset.size == d->offset)' failed.` - -This was observed in Nixpkgs where we use QEMU to provide automated testing of MTP devices for GVFS and jmtpfs, the full log for that test run that crashes due to this QEMU regression on arm64 is available here https://hydra.nixos.org/build/218858556/nixlog/1""" -reproduce = """1. Launch a QEMU virtual machine with `-usb -device usb-mtp,rootdir=/tmp,readonly=false` using any QEMU version above 6.0.0 -2. Mount the MTP device using something like: - ``` - mkdir mtpDevice && jmtpfs mtpDevice - ``` -3. Try to write to the mtp device: - ``` - dd if=/dev/urandom of=./mtpDevice/file - ``` -4. Observe that QEMU will crash when trying to write to the device, like this: - ``` - client # 10+0 records in - client # 10+0 records out - client # 10485760 bytes (10 MB, 10 MiB) copied, 0.0318363 s, 329 MB/s - client # qemu-system-aarch64: ../hw/usb/dev-mtp.c:1819: usb_mtp_get_data: Assertion '(s->dataset.size == 0xFFFFFFFF) || (s->dataset.size == d->offset)' failed.error - ```""" -additional = """""" |