|
From: Julian S. <js...@ac...> - 2009-06-22 15:09:58
|
> Did anyone try to port helgrind or drd to Mac? Not me. I think Nick gave it a go, but not sure how far he got. > 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... :) Sounds likely. I'm expecting it to be pretty swampy. J |