Re: [OMPI devel] Non-threaded test fails with thread-safe library

2006-05-16 Thread Rolf Vandevaart
Hi Brian: Here is the stack trace from the core dump. I am also trying to understand better what is happening here, but I figured I needed to get this off to you. Rolf burl-ct-v440-4 96 =>dbx connectivity core For information about new features see `help changes' To remove this message, put `d

Re: [OMPI devel] Non-threaded test fails with thread-safe library

2006-05-16 Thread George Bosilca
Commit 9946 solve the problem. I mixed the return value of the trylock call, considering that any not zero value was a success when in fact 0 is a success. Anyway, now it's fixed on the trunk. george. On May 16, 2006, at 11:07 AM, Rolf Vandevaart wrote: Hi Brian: Here is the stack trac