03-28-2006 07:06 AM
04-07-2006 03:23 AM - edited 04-07-2006 03:23 AM
04-07-2006 03:24 AM
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.