search for: g_mutex_trylock_posix_impl

Displaying 1 result from an estimated 1 matches for "g_mutex_trylock_posix_impl".

2008 Sep 19
0
The Cautionary Tale of Multi-Arch glib
...the first sneaky- peek at Swfdec for Mac OS X today. But yesterday, when I tried running my player application within Mac OS X's PowerPC emulator (Rosetta), I noticed it was crashing in some animations with the following stderr output: GThread-ERROR **: file gthread-posix.c: line 197 (g_mutex_trylock_posix_impl): error 'Invalid argument' during 'pthread_mutex_trylock' Of course, this wasn't happening in the Intel build, only PPC. And I can't ship a binary that's going to be unstable on many users' computers. So I searched Google and found several other people who had...