From d0c85e36e4de67af628d54e9ab577cc3fad7796a Mon Sep 17 00:00:00 2001 From: Christian Krinitsin Date: Thu, 3 Jul 2025 07:27:52 +0000 Subject: add deepseek and gemma results --- results/classifier/gemma3:12b/files/1808565 | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 results/classifier/gemma3:12b/files/1808565 (limited to 'results/classifier/gemma3:12b/files/1808565') diff --git a/results/classifier/gemma3:12b/files/1808565 b/results/classifier/gemma3:12b/files/1808565 new file mode 100644 index 00000000..9f3ed61d --- /dev/null +++ b/results/classifier/gemma3:12b/files/1808565 @@ -0,0 +1,8 @@ + +Reading /proc/self/task//maps is not remapped to the target + +Seeing this in qemu-user 3.1.0 + +The code in is_proc_myself which supports remapping of /proc/self/maps and /proc//maps does not support remapping of /proc/self/task//maps or /proc//task//maps. Extending is_proc_myself to cover these cases causes the maps to be rewritten correctly. + +These are useful in multithreaded programs to avoid freezing the entire program to capture the maps for a single tid. \ No newline at end of file -- cgit 1.4.1