View Single Post
  #2 (permalink)  
Old 05-19-2004
bernard's Avatar
bernard bernard is offline
ZeroC Staff
 
Name: Bernard Normier
Organization: ZeroC, Inc.
Project: Ice
 
Join Date: Feb 2003
Location: Palm Beach Gardens, FL
Posts: 813
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
Reply With Quote