Thank you! I can confirm that t is fixed now. I can't see how to "close" the ticket. I guess you can do it only.
Thank you! I can confirm that t is fixed now.
Languages are not ordered
I just tried the new cppcheck 2.14.0 with Qt 6.6.2. It still crashes :-(
Hallo, I have 3 questions about the "donate-cpu.py" script from the tools folder. I tried to execute the script an got this error message. How can i fix it? Traceback (most recent call last): File "/home/volker/Downloads/cppcheck-2.13.0/tools/./donate-cpu.py", line 41, in <module> from packaging.version import Version ModuleNotFoundError: No module named 'packaging'</module> Can I see the uploaded results (from other users) somewhere? What do you think how much CPU is donated at the moment. I don't...
Is there already a cfg file for Arduino, so that cppcheck can improve the results by adding Arduino types/functions/libraries in your cppcheck project?
I can still reproduce it always. So it is not a random crash and also restart doesn't help. It is easy to reproduce the crash. I also updated the the latest Qt 6 version and also to the current Qt preview. But cppcheck always crashes as soon as I scan my test file a second time.
I noticed that cppcheck-gui crashes as soon as in resultstree.cpp the rows are deleted by this: void ResultsTree::clear() { mModel.removeRows(0, mModel.rowCount()); } If mModel.rowCount() is 0, then all is fine. But as soon as mModel.rowCount() is >0 it crashes. Maybe someone is able to code a minimum example and report this as Qt bug? I am sadly not skilled enough to write a small minimum example of this bug.