Hey,
I'm running opencv 2.4.9
on ubuntu 13.10
.
The code (c++
) which calls the opencv
functions is in a different thread.
After compiling the code, if I start it from console it works and everything is fine.
If I try to start the code with GDB I always get the following exception:
I tried to compile opencv
with DEBUG
flag and it didn't help.
Does anyone know anything about it?
Please tell if you need further information.