diff options
Diffstat (limited to '')
| -rw-r--r-- | results/classifier/gemma3:12b/files/1695 | 12 | ||||
| -rw-r--r-- | results/classifier/gemma3:12b/files/1695169 | 6 |
2 files changed, 18 insertions, 0 deletions
diff --git a/results/classifier/gemma3:12b/files/1695 b/results/classifier/gemma3:12b/files/1695 new file mode 100644 index 000000000..1a58914d9 --- /dev/null +++ b/results/classifier/gemma3:12b/files/1695 @@ -0,0 +1,12 @@ + +Latest Windows MSI does not include libssp-0.dll +Description of problem: +The latest Qemu MSI installer for Windows (https://qemu.weilnetz.de/w64/2023/qemu-w64-setup-20230530.exe) does not include libssp-0.dll, which is why the executables fail to run. + +This Mingw library should be included when building the MSI if stack protection is enabled. +Steps to reproduce: +1. Install the latest qemu MSI +2. Try to invoke any qemu command +3. Use Dependency Walker to easily find missing dependencies (https://www.dependencywalker.com/) +Additional information: + diff --git a/results/classifier/gemma3:12b/files/1695169 b/results/classifier/gemma3:12b/files/1695169 new file mode 100644 index 000000000..675d974c7 --- /dev/null +++ b/results/classifier/gemma3:12b/files/1695169 @@ -0,0 +1,6 @@ + +qga fail to start when pidfile path is missing + +The qga main program has two parameters: "--logfile" and "--pidfile" which specifies the paths to the logfile and pidfile. It assumes that the paths exit in the running OS but if not, the qga will fail to start.I think qga should create the missing paths. + +I found this bug exits in several Linux distributions including Ubuntu 14, Cent-OS 6 and 7 when the original and the latest master qga applies. I have a patch which can fix it. Should I patch it to the QEMU master branch? \ No newline at end of file |