08-17-2007 06:40 PM
08-19-2007 04:04 AM
For me its not the Labview, You need to increase the Memory- RAM of your PC, Mostly this error comes due to RAM problem.
But 2nd chance is that Your code may have some extra loops, so you are not releasing your memory after completing the loop.
It is the memory that is creating problem.
Atif
08-19-2007 04:14 AM
08-19-2007 10:59 AM
@jdunham wrote:
I have a large application (2600 vis) in LabVIEW 8.2.1 which has recently started crashing at runtime,
Maybe you can narrow down the problem to something that happened "recently". Are you still working on this project? Does it also crash if you restore the code from before "recently" from backup?
Is the code all LabVIEW or do you call third party drivers or DLLs? Did you install any other software? Did the problem start after a windows update?
Does the code run fine until the crash: Correct behavior, correct results, all normal?
Start task manager before starting your application. Does memory use increase with time? Is CPU pegged at 100%?
08-20-2007 03:26 PM
@altenbach wrote:
Maybe you can narrow down the problem to something that happened "recently". Are you still working on this project? Does it also crash if you restore the code from before "recently" from backup?
Is the code all LabVIEW or do you call third party drivers or DLLs? Did you install any other software? Did the problem start after a windows update?
Does the code run fine until the crash: Correct behavior, correct results, all normal?
Start task manager before starting your application. Does memory use increase with time? Is CPU pegged at 100%?
08-22-2007 12:25 AM