[Ace-users] Re: I got some strange problems with ACE on linux(ubuntu 7.04)

Terry zjumty at gmail.com
Wed Jun 13 02:06:14 CDT 2007


I found the reason my self.
The problem comes from the mutex. there is a recursive mutex in my
code which happen when handle_close() was called. And I use
ACE_Thread_Mutex as mutex.

but it seems that the program runs normally on Windows.



More information about the Ace-users mailing list