I hope this is the right place to ask this question - I could not find a forum specifically for DaqMx.
Anyway, I am using DaqMx 8 on top of linux. The linux distro is Redhad 9 with a Vanilla 2.4.26 kernel (from kernel.org) I have run into a problem with one of the example programs: /usr/local/natinst/nidaqmx/examples/ansi_c/AnalogIn/MeasureSlowVaryingSignal.
Now, there is actually a bug in this program that keeps the cleanup code from
running (it asks you to press ctl-c to break out of an infinite loop). The
problem is that, at least on my system, when the ctl-c is pressed and the
program exits, the OS crashes. Now since there is no handler for ctl-c, the program exits without running the cleanup code.
I modified the program so the loop is a for loop with an end rather than an infinite while loop, and things work out OK.
Now I know it's not a good thing not to clean stuff up, but it shouldn't cause an OS crash.
So, I guess the question is: does this occur of those of y'all running other kernels?
Btw, the board I am using is a PCI 6229.