Hi,
I have written a program which does some File I/O in different parallel running loops and subvis.
But after the prgram has run nicely for two hours I eventually get a error-message like "Error 11 has occurred at Open File [...] This Error code is undefined..." and the cpu usage goes up to 100%. After saying ok, the error comes up again.
In "General LabView Error Codes" it says, that Error 11 is caused by too many open files, but I monitored this (/proc/sys/fs/file-nr, I am working under Linux), and the amount of open files didn't even came close to the limit.
Then I thought it could be caused by some processes who tried to access the same file at the same time, so I used semaphores to avoid such a possibility, but the error still shows up.
Anybody any idea what could cause this error?
Thanks for your help,
Daniel
PS: I'm running LabView 8.2 on Suse 10.0 Linux