diff options
| author | Christian Krinitsin <mail@krinitsin.com> | 2025-06-01 21:35:14 +0200 |
|---|---|---|
| committer | Christian Krinitsin <mail@krinitsin.com> | 2025-06-01 21:35:14 +0200 |
| commit | 3e4c5a6261770bced301b5e74233e7866166ea5b (patch) | |
| tree | 9379fddaba693ef8a045da06efee8529baa5f6f4 /gitlab/issues_text/target_arm/host_missing/accel_missing/1819 | |
| parent | e5634e2806195bee44407853c4bf8776f7abfa4f (diff) | |
| download | qemu-analysis-3e4c5a6261770bced301b5e74233e7866166ea5b.tar.gz qemu-analysis-3e4c5a6261770bced301b5e74233e7866166ea5b.zip | |
clean up repository
Diffstat (limited to 'gitlab/issues_text/target_arm/host_missing/accel_missing/1819')
| -rw-r--r-- | gitlab/issues_text/target_arm/host_missing/accel_missing/1819 | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/gitlab/issues_text/target_arm/host_missing/accel_missing/1819 b/gitlab/issues_text/target_arm/host_missing/accel_missing/1819 deleted file mode 100644 index 5346c9b47..000000000 --- a/gitlab/issues_text/target_arm/host_missing/accel_missing/1819 +++ /dev/null @@ -1,10 +0,0 @@ -segmentation fault for rpm -qa command on centos:centos7 linux/arm/v7 architecture for docker container in shell. -Description of problem: - -Steps to reproduce: -1. docker pull centos:centos7@sha256:6887440ab977f751d6675157b73e42428d8ac05cf244c5d09ba036cc22d40d13 //pull an image centos:centos7 linux/arm/v7 tag -2. docker run -it b22fdcc90005 //docker run in interactive mode just pulled image -3. on shell run command -\> rpm -qa. -4. docker run -it b22fdcc90005 - - WARNING: The requested image's platform (linux/arm/v7) does not match the detected host platform (linux/amd64) and no specific platform was requested \[root@e23bc92686e8 /\]# rpm -qa Segmentation fault (core dumped) |