LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

*** glibc detected *** free(): invalid next size (fast):

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


0 Kudos
Message 1 of 3
(5,427 Views)
Hello Johannes,

I did a database search for the error message in our support database, but nothing was found.

A quick google search showed some hits, but nothing was specific enough to point to a reason why LabVIEW would crash.

I'm afraid I can't really help you with this.

Regards,

Johannes
NI Germany
0 Kudos
Message 2 of 3
(5,394 Views)
Perhaps you have found the solution already, but here it is, if you need it:

tune2fs -O ^dir_index /dev/yourpartition

See the folowing post: 
http://forums.ni.com/ni/board/message?board.id=170&message.id=83794&query.id=503762#M83794
0 Kudos
Message 3 of 3
(5,093 Views)