summary refs log tree commit diff stats
path: root/results/classifier/no-thinking-deepseek-r1:32b/reasoning/runtime/1915531
diff options
context:
space:
mode:
Diffstat (limited to 'results/classifier/no-thinking-deepseek-r1:32b/reasoning/runtime/1915531')
-rw-r--r--results/classifier/no-thinking-deepseek-r1:32b/reasoning/runtime/19155313
1 files changed, 3 insertions, 0 deletions
diff --git a/results/classifier/no-thinking-deepseek-r1:32b/reasoning/runtime/1915531 b/results/classifier/no-thinking-deepseek-r1:32b/reasoning/runtime/1915531
new file mode 100644
index 000000000..7e8d6bd7c
--- /dev/null
+++ b/results/classifier/no-thinking-deepseek-r1:32b/reasoning/runtime/1915531
@@ -0,0 +1,3 @@
+The problem arises because glib's memory allocation using g_slice isn't fork-safe, leading to hangs when forking processes with multiple threads. The workaround involves setting `G_SLICE=always-malloc` to avoid using glib's slice allocator, which resolves the issue.
+
+**runtime**
\ No newline at end of file