Reputation: 641
I have a Qt projet using openGL and openCV. But when I use the release dll of openCV, the program instantly crash, I can't even launch it with the debugger, it fails saying "The CDB process terminated" and I don't have any debugger log.
Including the debug dll in the .pro fix this. However, the openCV findContour function has a know crash when mixing release and debug, and it's not good to got debug libs in a release build anyway.
I must precise that this bugs not only happens on a single computer but on my colleague's computer too, so I don't think the installation is broken.
(config is Windows 7 / Qt 5.2.1 / msvc2012 64 bit openGL / openCV 2.4.13)
Anyone had similar problem or have an idea?
Upvotes: 0
Views: 310
Reputation: 414
This is a known QTcreator bug. Please check https://bugreports.qt.io/browse/QTCREATORBUG-15456
Upvotes: 0