|
Hi John,
This assert suggests that your application is using an Ice::Mutex as a recursive mutex ... this works on Windows (as Critical sections are recursive), but would not be portable to POSIX platforms.
Of course, a small test case that shows this problem would be the best. If it's not practical, could you post a full stack trace of one of these asserts?
Thanks,
Bernard
|