12-21-2018 06:44 PM
Hello,
My application uses NI Vision module for Image processing. I am seeing memory leakage on the Vision code block, which I located by executing the specific vision code module while monitoring the PC memory. I have cross-verified my entire code to make sure to execute imaqDispose() as required.
But still the problem has not been solved.
Is there any way to track the CVI code in debug mode to locate the exact function which is causing this memory leakage??
Regards,
Sankar
12-26-2018
04:42 PM
- last edited on
11-18-2024
02:49 PM
by
Content Cleaner
Hi Sankar,
There are some details and recommendations to look for memory leaks in this document.
Also, a great source of information to troubleshoot and get the most out of LabWindows/CVI is this other white-paper.
I hope you can find this helpful for your current project. Let us know if you have any additional questions!
12-29-2018 03:37 PM
Hi Sil.VI,
Thanks for the links, the White-paper link has very good documentations related to CVI. Let me review, planning to try using the Resource Tracking tool for locating the function which is causing the memory leak in my application; will further update the results.
Regards,
Sankar
04-04-2019 11:01 AM
Still I couldn't get the exact root cause which is causing the memory leak eventually causing my Application crash.
Attaching the Crash-Dump log, appreciate if any one can get me any lead on the reason for Crash with these logs.