Hello,
I am working with LabVIEW 8.2 PDS on a RedHawk Enterprise Linux 4.0 system.
I have a a VI consisting of a two strings: a control and an indicator string. Both are connected to a CIN object. The control is the input whereas the indicator is the output. Within the C-Code the string input is used as a name of paramter whereas the value of the parameter is saved in the indicator string. This works together with an API of third party supplier.
The whole process of getting the value of the given parameter name is working quite well but from time to time the VI and also LabVIEW crash - after the CIN code had been executed - with follwoing error message:
*** glibc detected *** free(): invalid next size (fast): 0xXXXXXXXX ***
Aborted
Of course it could be the third party API but I put a message at the end of the CIN code which is printed everytime also when LabVIEW crashed.
Is there anybody who has expierenced the same behaviour?
Thanks in advanced for any help or suggestions.
Johannes