summary refs log tree commit diff stats
path: root/results/classifier/zero-shot-user-mode/instruction/1066909
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/instruction/1066909
parent1a3c4faf4e0a25ed0b86e8739d5319a634cb9112 (diff)
downloadqemu-analysis-5aa276efcbd67f4300ca1a7f809c6e00aadb03da.tar.gz
qemu-analysis-5aa276efcbd67f4300ca1a7f809c6e00aadb03da.zip
restructure results
Diffstat (limited to 'results/classifier/zero-shot-user-mode/instruction/1066909')
-rw-r--r--results/classifier/zero-shot-user-mode/instruction/106690913
1 files changed, 13 insertions, 0 deletions
diff --git a/results/classifier/zero-shot-user-mode/instruction/1066909 b/results/classifier/zero-shot-user-mode/instruction/1066909
new file mode 100644
index 000000000..e3360c221
--- /dev/null
+++ b/results/classifier/zero-shot-user-mode/instruction/1066909
@@ -0,0 +1,13 @@
+instruction: 0.406
+syscall: 0.406
+runtime: 0.187
+
+
+
+App-level clone emulation for microblaze is broken
+
+When CLONE_THREAD is used, the new process starts with the program counter pointing to the system call instruction, rather than the instruction immediately following it. This causes an infinite cascade (linear growth, not exponential) of thread creation, which quickly crashes when the threads start running and they're all using the same stack.
+
+I'm using qemu 1.1.2 packaged with Debian, but I'm not aware of any fixes since then that would address the problem.
+
+I can provide a test program if needed; a short C program using syscall() directly or an even-shorter asm program can demonstrate the issue without need for debugging around pthread library routines.
\ No newline at end of file