Try to localize the source of the problem
- If you can, recompile everything with another compiler (or for another platform) to see if it is specific to MinGW.
- If possible, recompile OpenCV to not use TBB. Does the problem go away after that?
- Does OpenCV provide control over the degree of parallelism / number of threads to use? If yes, set it to 1 (no parallelism) and see whether it eliminates the problem.
- Do you have any additional parallelism/threading in the application(s)? If yes, try removing it.
- Why can't you debug? TBB libs can be built in debug mode, so you should be able to do some debugging. Possibly trying it on another platform can help with debugging as well.
I compiled the OpenCV2.1+TBB3.0 using MinGW and now all apps crashes
如需更全面地了解编译器优化,请参阅优化注意事项.



I compiled the OpenCV2.1+TBB3.0 using MinGW and now all apps crashes
Hello,
I compiled the OpenCV2.1 with TBB-3.0 using MinGW 4.5.2 for Windows 32-bit, but
now all applications that i rebuild with new libs are crashes (all applications
are built successfully).
I can't debug using these libraries and don't know what might be happening
I would appreciate if someone can help me
Thanks in advance.