error _pFirstBlock == pHead (Bug #3523)
Description
Hi!
I have some error in Visual Studio 2013 in configuration Debugx64.
When I run my program in some conditions caused next error "_pFirstBlock == pHead" (see image) in this C++ code part:
while(1){
//.....do something
vector<int> angle_m_p;
some_func(angle_m_p);
if (angle_m_p.size() < 2) //this line!
continue;
//.....do something
}
If I run this at Release configuration program works correctly.
Associated revisions
Merge pull request #3523 from jet47:fix-cuda-buffer-pool
History
Updated by Dmitry Retinskiy about 11 years ago
Hi Yuri,
I don't think that this error is directly connected to OpenCV.
Some googling returns several pages with possible explanation for the problem:
http://stackoverflow.com/questions/18882760/debug-assertion-failed-expression-pfirstblock-phead
http://www.gamedev.ru/code/forum/?id=34814
Hope it will help.
Updated by Kirill Kornyakov about 11 years ago
Please reopen if Google doesn't help. But you should attach your sample to the ticket...
- Status changed from New to Cancelled
- Assignee set to Yuri Moroz
- Category set to core