summary refs log tree commit diff stats
path: root/results/classifier/105/device/1133668
diff options
context:
space:
mode:
Diffstat (limited to 'results/classifier/105/device/1133668')
-rw-r--r--results/classifier/105/device/113366824
1 files changed, 24 insertions, 0 deletions
diff --git a/results/classifier/105/device/1133668 b/results/classifier/105/device/1133668
new file mode 100644
index 000000000..0a72db728
--- /dev/null
+++ b/results/classifier/105/device/1133668
@@ -0,0 +1,24 @@
+device: 0.805
+graphic: 0.793
+network: 0.647
+instruction: 0.623
+socket: 0.587
+semantic: 0.543
+vnc: 0.539
+mistranslation: 0.478
+boot: 0.374
+other: 0.266
+KVM: 0.231
+assembly: 0.012
+
+Bad validate ELF MIPSel format
+
+Detail and temporary path:
+
+http://www.devttys0.com/2011/12/qemu-vs-sstrip/#comment-10161
+
+To copy the information out of that web page for posterity:
+
+the problem is that we weren't able to execute ELF files in linux-user if they had had the section table stripped out of them. We fixed this in the way suggested in that web page, by simply not checking the section header size, since we don't care about the section headers when we load ELF files. This was fixed in commit d3606f07440ee2c2bebea2 in 2011.
+
+