Message displayed at the end of execution
Greetings.
I am creating an application with OpenCV and Qt. My program works correctly, but when execution completes shown the following message on the console:
profiling:C:\OpenCV-2.4.9\debug\modules\imgproc/CMakeFiles\opencv_imgproc.dir\src\contours.cpp.gcda:Data file mismatch - some data files concurrently may have been updated without locking support
I had never seen something like this. I do not know that this message should be. Is it a mistake?, Is it related to OpenCV?, What I can do about it?
Thanks in advance for any help and/or suggestions.
Your OpenCV is probably built with profiling options on. I am guessing that somewhere the profiler is not able to release its lock on the file... probably some faulty coding in the source code generating this error. Could you share some minimal code sample leading to this behaviour?
not an opencv message.
(and somehow, you do not sound, like you even intended to run a profiling session, or did you ?)