Steven Dake wrote:
>
> Send me a patch for the saftest and where you put the sleep and I'll
> look if this is a valid scenario.
>

Patch below.  I was able to reproduce this on a powerpc system without
the sleep() but not every time.

Drew



--- openais-0.80.3-orig/lib/clm.c       2007-06-23 23:33:09.000000000 -0700
+++ openais-0.80.3/lib/clm.c    2007-10-25 16:03:37.000000000 -0700
@@ -287,6 +287,7 @@
                return (SA_AIS_ERR_INVALID_PARAM);
        }

+       sleep(4);
        error = saHandleInstanceGet (&clmHandleDatabase, clmHandle,
                (void *)&clmInstance);
        if (error != SA_AIS_OK) {
_______________________________________________
Openais mailing list
[email protected]
https://lists.linux-foundation.org/mailman/listinfo/openais

Reply via email to