LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Error 38 "thread.cpp line 1938" failure during an application execution

I made a Labview6.1 based application that handle serial communication with six RS-232 ports. The program is intended to run 24 hours a day. After around 2 days of execution an error occurs. Here the reference:

Error 38
thread.cpp line 1938

What can be the root cause of this failure?
I'm pretty sure it's not lack of memory/CPU.
0 Kudos
Message 1 of 2
(2,608 Views)
Hi Mao,

Be sure that all the threads you oppened are all closed.
For example if you put an "open VI reference" don't forget to put the "close reference" at the end of the task.

Hope it helps!

Best regards,
G Liagre
Best regards,
G Liagre
0 Kudos
Message 2 of 2
(2,599 Views)