summaryrefslogtreecommitdiffstats
path: root/results/classifier/zero-shot-user-mode/output/syscall/1819
diff options
context:
space:
mode:
authorChristian Krinitsin <mail@krinitsin.com>2025-07-08 13:28:15 +0200
committerChristian Krinitsin <mail@krinitsin.com>2025-07-08 13:28:28 +0200
commit5aa276efcbd67f4300ca1a7f809c6e00aadb03da (patch)
tree9b8f0e074014cda8d42f5a97a95bc25082d8b764 /results/classifier/zero-shot-user-mode/output/syscall/1819
parent1a3c4faf4e0a25ed0b86e8739d5319a634cb9112 (diff)
downloademulator-bug-study-5aa276efcbd67f4300ca1a7f809c6e00aadb03da.tar.gz
emulator-bug-study-5aa276efcbd67f4300ca1a7f809c6e00aadb03da.zip
restructure results
Diffstat (limited to 'results/classifier/zero-shot-user-mode/output/syscall/1819')
-rw-r--r--results/classifier/zero-shot-user-mode/output/syscall/181916
1 files changed, 0 insertions, 16 deletions
diff --git a/results/classifier/zero-shot-user-mode/output/syscall/1819 b/results/classifier/zero-shot-user-mode/output/syscall/1819
deleted file mode 100644
index f39ed8e8..00000000
--- a/results/classifier/zero-shot-user-mode/output/syscall/1819
+++ /dev/null
@@ -1,16 +0,0 @@
-syscall: 0.455
-instruction: 0.405
-runtime: 0.140
-
-
-
-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)