Description
On some linux distros we get asserts when using the sandbox. It appears to be due to pthread functions returning 35 or EDEADLOCK usually to indicate we are recursively locking a non-recursive mutex.
On some linux distros we get asserts when using the sandbox. It appears to be due to pthread functions returning 35 or EDEADLOCK usually to indicate we are recursively locking a non-recursive mutex.