summary refs log tree commit diff stats
path: root/results/classifier/108/other/984476
diff options
context:
space:
mode:
Diffstat (limited to 'results/classifier/108/other/984476')
-rw-r--r--results/classifier/108/other/98447629
1 files changed, 29 insertions, 0 deletions
diff --git a/results/classifier/108/other/984476 b/results/classifier/108/other/984476
new file mode 100644
index 00000000..e5ab9346
--- /dev/null
+++ b/results/classifier/108/other/984476
@@ -0,0 +1,29 @@
+network: 0.890
+vnc: 0.828
+device: 0.780
+semantic: 0.770
+socket: 0.758
+graphic: 0.641
+performance: 0.584
+boot: 0.533
+debug: 0.479
+files: 0.457
+PID: 0.444
+permissions: 0.404
+KVM: 0.238
+other: 0.214
+
+"segmentaion" error when DMAing
+
+When working with QEMU's PCI network card E1000 emulator, I accidentally put virtual addresses into the memory mapped registers when I should have put physical addresses. Short story is, the address was too large for the physical address space so when the network card tried to DMA the location it tossed a "segmentaion" error out to the console. That's right--not a "segmentation" error, but a "segmentaion" error. I just thought I'd let ya'll know about that little typo. 
+
+My "qemu -version" gives "QEMU emulator version 0.15.0, Copyright (c) 2003-2008 Fabrice Bellard" on linux version 2.6.32. I guess it might be an older version, dunno if the typo's still there.
+
+Was it "TCP segmentaion Error"? Then it is still there.
+
+Thanks for reporting. It will be fixed in latest QEMU.
+
+Yeah it was. Sorry, should have specified. Thanks!
+
+http://git.qemu.org/?p=qemu.git;a=commitdiff;h=362f5fb5643a9cfcf4b5127f
+