summary refs log tree commit diff stats
path: root/results/classifier/deepseek-2-tmp/output/mistranslation/1748612
diff options
context:
space:
mode:
Diffstat (limited to 'results/classifier/deepseek-2-tmp/output/mistranslation/1748612')
-rw-r--r--results/classifier/deepseek-2-tmp/output/mistranslation/174861216
1 files changed, 0 insertions, 16 deletions
diff --git a/results/classifier/deepseek-2-tmp/output/mistranslation/1748612 b/results/classifier/deepseek-2-tmp/output/mistranslation/1748612
deleted file mode 100644
index c268be4f..00000000
--- a/results/classifier/deepseek-2-tmp/output/mistranslation/1748612
+++ /dev/null
@@ -1,16 +0,0 @@
-
-qemu-user option -strace -D <file> doesn't work
-
-I have been trying to access qemu -strace output from a script
-The main problem was it was on stderr, the strace output was merged with my program's stderr output.
-Then I tried to use the -D option, to log the output to a file.
-This didn't work even if the log file was created, but it was empty.
-
-I have looked at the source code and found the print function was not qemu_log with -strace but gemu_log (to be clear it was GEMU NOT QEMU)
-
-
-I have then replaced all gemu_log by qemu_log removed declaration of gemu_log and recompiled, it seems to works just fine right now.
-
-removed declaration here and here:
-https://github.com/qemu/qemu/blob/master/linux-user/main.c#L108
-https://github.com/qemu/qemu/blob/master/linux-user/qemu.h#L203
\ No newline at end of file