summary refs log tree commit diff stats
path: root/results/classifier/deepseek-2-tmp/output/debug/1773743
diff options
context:
space:
mode:
authorChristian Krinitsin <mail@krinitsin.com>2025-07-03 07:27:52 +0000
committerChristian Krinitsin <mail@krinitsin.com>2025-07-03 07:27:52 +0000
commitd0c85e36e4de67af628d54e9ab577cc3fad7796a (patch)
treef8f784b0f04343b90516a338d6df81df3a85dfa2 /results/classifier/deepseek-2-tmp/output/debug/1773743
parent7f4364274750eb8cb39a3e7493132fca1c01232e (diff)
downloademulator-bug-study-d0c85e36e4de67af628d54e9ab577cc3fad7796a.tar.gz
emulator-bug-study-d0c85e36e4de67af628d54e9ab577cc3fad7796a.zip
add deepseek and gemma results
Diffstat (limited to 'results/classifier/deepseek-2-tmp/output/debug/1773743')
-rw-r--r--results/classifier/deepseek-2-tmp/output/debug/177374322
1 files changed, 0 insertions, 22 deletions
diff --git a/results/classifier/deepseek-2-tmp/output/debug/1773743 b/results/classifier/deepseek-2-tmp/output/debug/1773743
deleted file mode 100644
index a09b6f45..00000000
--- a/results/classifier/deepseek-2-tmp/output/debug/1773743
+++ /dev/null
@@ -1,22 +0,0 @@
-
-qemu-user -g xxx -E LD_PROFILE=xxx segfault
-
-Here is two simple steps to reproduce the bug:
-
-$ qemu-x86_64 -E LD_PROFILE=libc.so.6 -E LD_PROFILE_OUTPUT=. -g 12345 -L / /bin/ls
-
-(libc.so and /bin/ls might change on your system, in this case we just need a binary with a profilable needed library)
-
-In a other window launch:
-
-$ gdb
-(gdb) target remote :12345
-(gdb) c
-
-At this point qemu will segfault.
-
-It seems this problem is appends when sigprof passed to gdb.
-One way I have found to bypass this:
-patch gdbstub.c gdb_handlesig and ignore sig if
-sig == TARGET_SIGPROF
-(which means now I can't catch sigprof on gdb anymore)
\ No newline at end of file