diff options
Diffstat (limited to '')
| -rw-r--r-- | results/classifier/gemma3:12b/files/162 | 2 | ||||
| -rw-r--r-- | results/classifier/gemma3:12b/files/1625 | 14 | ||||
| -rw-r--r-- | results/classifier/gemma3:12b/files/1626 | 6 |
3 files changed, 22 insertions, 0 deletions
diff --git a/results/classifier/gemma3:12b/files/162 b/results/classifier/gemma3:12b/files/162 new file mode 100644 index 000000000..2ad8ab13b --- /dev/null +++ b/results/classifier/gemma3:12b/files/162 @@ -0,0 +1,2 @@ + +util/path.c/follow_path() does not handle "/" well diff --git a/results/classifier/gemma3:12b/files/1625 b/results/classifier/gemma3:12b/files/1625 new file mode 100644 index 000000000..ce5a8cefc --- /dev/null +++ b/results/classifier/gemma3:12b/files/1625 @@ -0,0 +1,14 @@ + +[7.2.0] Qemu process hang with `defunct` when using `-blockdev` json property which file doesn't exists +Description of problem: +When using `throttle` and `throttle-group` to apply block device QOS, +there is something wrong with check file exists validation. +In upper commands, if the file which located `/mnt/b3b8dfb5-0a7c-4285-81d8-2bf8d33a3297/32c55f5a-96d1-4af4-a149-c95fd6652e3e/b016af76-f6b1-4614-b29a-78917924e55e` doesn't exist, it just hang with `defunct` process. + +Steps to reproduce: +1. Start Guest with upper command. +2. Hanged with defunct process +3. +Additional information: + +- With GDB stack, i can find `no such file` error, but process don't exit diff --git a/results/classifier/gemma3:12b/files/1626 b/results/classifier/gemma3:12b/files/1626 new file mode 100644 index 000000000..865e025b6 --- /dev/null +++ b/results/classifier/gemma3:12b/files/1626 @@ -0,0 +1,6 @@ + +QEMU insists on using /var/tmp instead of /tmp +Description of problem: +On a host, our sysadmins have decided for whatever reason that `/var/tmp` is not a thing that normal users can write to (and perhaps that's dumb, but it is what it is and would be a challenging non-technical problem to solve). Whenever QEMU detects the temporary directory is /tmp, it changes it to `/var/tmp` without a mechanism to change it (see https://gitlab.com/qemu-project/qemu/-/commit/69fbfff95e849156985cf95e2010ffc8762e34e6). + +I'm sure in the general case this is fine, but can you add an environment variable or a ./configure option to make this location configurable? I really would like to write to `/tmp`. |