Details
-
Suggestion
-
Resolution: Invalid
-
Not Evaluated
-
None
-
None
Description
It would be usefull to include more information in the warning printed in case of error with QThread. In order to know which thread is causing this error. That could be the QThread's objectName.
Some warnings are printed out when QThread is destroyed whilst running or when attempting to lock a non-recursive mutex recursively.
In the later case, an information about the mutex would be usefull too.