Re: Memory leak only when compiled

2004-03-21 Thread Randall T
"[EMAIL PROTECTED]" <[EMAIL PROTECTED]> wrote in message news:<[EMAIL PROTECTED]>... > I have a memory leak problem with an application built under LabVIEW > 6.0.2. I have found that the source of the problem lies within a loop > of code that runs every minute. It reads numbers from a remote data

Re: Memory leak only when compiled

2004-02-25 Thread [EMAIL PROTECTED]
Thanks Randall, the problem was related to file I/O. I found a subVI that was using converted LabVIEW 5.1 versions of the configuration file VIs with references opened with the LabVIEW 6 Open.vi. The reference was passed back out and closed with with the LabVIEW 6 close, but apparently there is s

Re: Memory leak only when compiled

2004-02-19 Thread Ben
Possible hint; Somewhere around LV 6.0.2 there was an "issue" with the "delete from array" function where the dleted element had to be wired to SOMETHING or memory would leak. Just wiring it to the edge of a structure was enough to avoid the leak. If not using "delete from array", then disregard

Memory leak only when compiled

2004-02-18 Thread [EMAIL PROTECTED]
I have a memory leak problem with an application built under LabVIEW 6.0.2. I have found that the source of the problem lies within a loop of code that runs every minute. It reads numbers from a remote data socket server and appends the numbers to 75 text files using the Write Characters to File.