diff options
Diffstat (limited to 'results/classifier/no-thinking-deepseek-r1:32b/reasoning/runtime/1072')
| -rw-r--r-- | results/classifier/no-thinking-deepseek-r1:32b/reasoning/runtime/1072 | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/results/classifier/no-thinking-deepseek-r1:32b/reasoning/runtime/1072 b/results/classifier/no-thinking-deepseek-r1:32b/reasoning/runtime/1072 new file mode 100644 index 000000000..417f3887d --- /dev/null +++ b/results/classifier/no-thinking-deepseek-r1:32b/reasoning/runtime/1072 @@ -0,0 +1,9 @@ +The issue described involves differences in behavior when running QEMU directly versus using a remote debugger (GDB). The problem is related to how file descriptors are handled, specifically whether `stdout` is recognized as a character special device (`S_ISCHR`). + +This seems to be related to how the file descriptor for `stdout` is set up differently when debugging. When running under GDB, certain behaviors or setups might differ compared to standalone execution. + +The category of this bug would likely fall under: + +**runtime** + +Since it's an issue that occurs during runtime and relates to file descriptor handling and behavior differences between debugged and non-debugged executions. \ No newline at end of file |