Our app uses the pjsip library (version 2.3), but it's crashing when running on iOS 9 beta 3, apparently when attempting to create a mutex using pthread. Relevant stack trace:
Thread 11:
0 libsystem_pthread.dylib 0x000000019850e364 0x19850c000 + 9060
1 RingTo Production 0x00000001003c8b38 init_mutex + 344
2 RingTo Production 0x00000001003c9fec pj_mutex_create + 144
3 RingTo Production 0x00000001003ca2ac pj_mutex_create_recursive + 36
4 RingTo Production 0x0000000100450208 pjsip_endpt_create + 504
5 RingTo Production 0x00000001004a0634 pjsua_create + 556
6 RingTo Production 0x00000001003a8d98 pj::Endpoint::libCreate() + 24
This looks like a bug in iOS itself, anyone encountered something similar?