I am using Mandrake Linux 2.6.12-31mdk-i686-up-4GB i686 Intel(R) Pentium(R) 4 CPU 2.00GHz. I am trying to communivate with a Galil motion controller through the use of a CIN. The CIN works, however, when querying the controller continuously I always recieve the following message after 1009 iterations.
LabVIEW caught fatal signal
7.1 - Received SIGSEGV
Reason: address not mapped to object
Attempt to reference address: 0x0
[1] Segmentation fault labview
I tried the
"tune2fs -O ^dir_index /dev/yourpartition" on my ext3 partitions and that did not work.
I wrote the CIN with a c program that: opens the device, sends a command, reads the response then closes the device. The progam relies on an external library of functions that perform those tasks. If the program works why the segmentation fault on the 1010th iteration? Andy