*** If you're not sure this is actually a bug, instead post about it at https://discuss.kde.org If you're reporting a crash, attach a backtrace with debug symbols; see https://community.kde.org/Guidelines_and_HOWTOs/Debugging/How_to_create_useful_crash_reports *** SUMMARY Running valgrind with: "valgrind --tool=callgrind ./prog" Reports: "Unknown option: --leak-check=full" " Use --help for more information or consult the user manual." No output from running the program, using the command above. Valgrind by itself runs correctly. STEPS TO REPRODUCE 1. Run the command as above 2. 3. OBSERVED RESULT As shown above EXPECTED RESULT Proper output from the callgrind tool. I have never run this command before. SOFTWARE/OS VERSIONS Windows: macOS: (available in the Info Center app, or by running `kinfo` in a terminal window) Linux/KDE Plasma: Not reported by 'kinfo' KDE Plasma Version: 5.27.11 KDE Frameworks Version: 5.115.0 Qt Version: 5.15.13 ADDITIONAL INFORMATION None
This is odd. It is almost as if valgrind is aliased to valgrind --leak-check=full. Could you do: type valgrind And: valgrind -v --tool=callgrind /bin/true
Please close this report. I had an alias set that I was not aware of. My apologies.