|
From: Konstantin S. <kon...@gm...> - 2009-06-22 14:46:45
|
Hi, Did anyone try to port helgrind or drd to Mac? It looks like Mac's pthread library requires special attention. For example, darwin's pthread_cond_wait() calls pthread_mutex_lock (on Linux, pthread_cond_wait() doesn't do that). Some other similar problems are still hiding from us... :) --kcc |