Hello,
It seems that while copying your file,  memory is filling up too
quickly for LabVIEW to clean it up and it's crashing LabVIEW. View the
memory usage in the Task Manager to confirm this.

<a
href="http://digital.ni.com/public.nsf/websearch/01B186B5CEB1D07786256747000F4319?OpenDocument";>LabVIEW
Internal Errors (Failure in XXX.c / XXX.cpp at line YYY)</a>

If the Copy function is not the cause of the error, about 95% of the
time, the next step is to look for DLL nodes or CIN nodes.  The likely
culprit is that a string or array is being handed to the C code, which
either overwrites memory, or leaves the array/string data structure to
an inconsistent state leading LV to overwrite memory. Anyway, this is
a very common cause.

If you eliminate that possibility, the remainder are usually some sort
of corruption saved in the VI, but normally those will not even load.

To simplify it before submitting it to support, please try executing
individual subVIs and see if the problem is limited to a particular VI
or a smaller set of VIs.

Zvezdana S.

Reply via email to