03-05-2013 03:39 AM - edited 03-05-2013 03:50 AM
Bug occurs only with VISA resource, other structures look fine.
Seen in LV2011 and LV2012, on PC and RT targets.
Where can i send this bug report? Sorry, newbie for this.
PS: after unloading programm/VI, it didn't reallocate leaked memory. Only restarting/(rebooting RT target) helps.
03-05-2013 03:00 PM
What is the error message you are getting? I have run the same code but I don't see any error other than the memory started building slowly. Also the way you have used the while loop is not advisable, you can see "Why"
03-05-2013 05:07 PM
P@Anand wrote:
I have run the same code but I don't see any error other than the memory started building slowly.
That's pretty much the definition of a memory leak, which is exactly what the poster reported.