|
|
|
|
I try to put break point but the application never stop at any break point. |
_CrtSetBreakAlloc(134);
was executed.
|
|
|
|
_heap_alloc_dbg_impl()
, which performs the allocation.
|
|
_crtBreakAlloc -1 long _lRequestCurr 134 long lRequest 134 long |
> msvcr100d.dll!_heap_alloc_dbg_impl(unsigned int nSize, int nBlockUse, const char * szFileName, int nLine, int * errno_tmp) Line 392 C++ msvcr100d.dll!_nh_malloc_dbg_impl(unsigned int nSize, int nhFlag, int nBlockUse, const char * szFileName, int nLine, int * errno_tmp) Line 239 + 0x19 bytes C++ msvcr100d.dll!_nh_malloc_dbg(unsigned int nSize, int nhFlag, int nBlockUse, const char * szFileName, int nLine) Line 302 + 0x1d bytes C++ msvcr100d.dll!malloc(unsigned int nSize) Line 56 + 0x15 bytes C++ opencv_core242d.dll!575f6fc0() [Frames below may be incorrect and/or missing, no symbols loaded for opencv_core242d.dll] opencv_core242d.dll!575f6ca7() opencv_core242d.dll!5763e2a2() msvcr100d.dll!_initterm(void (void)* * pfbegin, void (void)* * pfend) Line 873 C opencv_core242d.dll!57607e93() ntdll.dll!7764515c() ntdll.dll!77627d9b() ntdll.dll!77627d16() opencv_core242d.dll!576080e1() ntdll.dll!7765af24() ntdll.dll!7765fd2e() ntdll.dll!7766165f() ntdll.dll!776690be() ntdll.dll!7765b2c5() |
|
|
'CVSample.exe': Loaded 'C:\Windows\System32\msctf.dll', Cannot find or open the PDB file Detected memory leaks! Dumping objects -> {135} normal block at 0x00454B18, 29 bytes long. Data: < (KE /KE > 00 00 00 00 28 4B 45 00 2F 4B 45 00 00 00 00 00 {134} normal block at 0x00454AA0, 57 bytes long. Data: < ( (JE > 00 00 00 00 28 00 00 00 00 00 00 00 28 4A 45 00 {133} normal block at 0x00454A28, 54 bytes long. Data: < ( JE IE > 00 00 00 00 28 00 00 00 A0 4A 45 00 B0 49 45 00 {132} normal block at 0x004549B0, 53 bytes long. Data: < ( (JE 0IE > 00 00 00 00 28 00 00 00 28 4A 45 00 30 49 45 00 {131} normal block at 0x00454930, 61 bytes long. Data: < ( IE HE > 00 00 00 00 28 00 00 00 B0 49 45 00 B8 48 45 00 {130} normal block at 0x004548B8, 53 bytes long. Data: < ( 0IE 8HE > 00 00 00 00 28 00 00 00 30 49 45 00 38 48 45 00 {129} normal block at 0x00454838, 61 bytes long. Data: < ( HE GE > 00 00 00 00 28 00 00 00 B8 48 45 00 C0 47 45 00 {128} normal block at 0x004547C0, 56 bytes long. Data: < ( 8HE > 00 00 00 00 28 00 00 00 38 48 45 00 00 00 00 00 Object dump complete. The program '[2620] CVSample.exe: Native' has exited with code 0 (0x0). |