Something really weird is happening:
Labview is crashing on the second iteration of this FOR loop, right after the breakpoint (I assume it’s in the “match pattern”). It happens without the breakpoint too, but the breakpoint makes it easier to investigate.
When you continue execution on the second iteration, Labview quits abruptly (as soon as the data gets to that Match Pattern function). The weirdest part is that it doesn’t detect the internal error. When you start it back up, it doesn’t generate an internal error report, and it hasn’t even created a crash log.
However, checking my system console, I find that there has been an error log created by the OS. (It’s 600kb, so I uploaded it as a zip rather than a txt)
Reference info:
OS: 10.4.11 (Labview says it’s 10.4.9)
Processor: 1.33 GHz PowerPC G4 (512MB)
Labview: 8.5 Student Edition (it was in the 2008 KOP)
NOTE:
The error is occurring in the “store VI info” subvi
The breakpoint should open it up for you.
In order for the FOR loop to actually execute for 2 or more iterations, you must select a directory that contains 2 or more VIs or CTLs. I would recommend selecting a directory with less than 50, so you don’t have to wait too long (for the first subVI to list the directory contents and then use references and property nodes to extract useful info) before you can examine the execution of the second subVI.
unexplained crash.zip (136 KB)
LabVIEW.crash.log.zip (26.2 KB)
unexplained crash.zip (136 KB)
LabVIEW.crash.log.zip (26.2 KB)