03-28-2006 07:06 AM
04-07-2006 03:23 AM - edited 04-07-2006 03:23 AM
Message Edité par Omar S. le 04-07-2006 03:24 AM
04-07-2006 03:24 AM
Hello,
Have you try to investigate in which case the problem occurs, which version of CVI have you got?
Regards.
Omar S. NI
02-25-2011 05:36 PM
I had this error (GPF) consistantly in CVI 10 when many lock and release cycles were happening per second. What fixed it was not to process events while waiting. When initializing the lock, use 0 instead of OPT_TL_PROCESS_EVENTS_WHILE_WAITING.