-
Notifications
You must be signed in to change notification settings - Fork 264
Closed
Description
Previously, I thought the problem captured in the attached video was macOS-specific.
However, I have found that it is also reproducible on Linux.
So I could collect the valgrind output.
1. OS and Compiler
- OS: Linux Mint 20.3 Una 64 bits
MyHost{sekigawa}(1)$ uname -a
Linux MyHost 5.4.0-170-generic #188-Ubuntu SMP Wed Jan 10 09:51:01 UTC 2024 x86_64 x86_64 x86_64 GNU/Linux
- Compiler:
LLVM/Clang++built from source
MyHost{sekigawa}(2)$ clang++ --version
clang version 17.0.6 (https://github.com/llvm/llvm-project.git 6009708b4367171ccdbf4b5905cb6a803753fe18)
Target: x86_64-unknown-linux-gnu
Thread model: posix
InstalledDir: /usr/local/bin
- Built 96df10b by expert mode
- This problem does not occur in the combination of (96df10b & Qt5.12.8 & g++ 9.4.0) on the same Linux.
2. Qt
Qt 6.6.1built from source (qt-everywhere-src-6.6.1.tar.xz) using the above clang++
MyHost{sekigawa}(3)$ pwd
/usr/local/Qt-6.6.1/bin
MyHost{sekigawa}(4)$ ./qmake --version
QMake version 3.1
Using Qt version 6.6.1 in /usr/local/Qt-6.6.1/lib
- Video
case-04.mp4
- valgrind --leak-check=full --show-leak-kinds=all --track-origins=yes -s
case-04-valgrind_output.zip
Reactions are currently unavailable