Post

Replies

Boosts

Views

Activity

Reply to more 0x8BADF00D issue on iOS 15.4
The main thread is waiting for the _pthread_list_lock that is held by thread 82. And Thread 82 seems paused by the JavaScript scavenger thread 2, thread 2 also called pthread_mach_thread_np. In this situation, the _pthread_list_lock will not unlock. The app will be force killed by the watchdog. By the way, thread 82 is created by the gcd queue. If we do not use the gcd queue will avoid the issue. Does apple notice the serious bug? Some implementation changes on iOS15.4 may lead to the issue, such as the JavaScript scavenger? Hope apple fix the system issue quickly.
Mar ’22
Reply to more 0x8BADF00D issue on iOS 15.4
Please post a full crash report for this. Recently we have taken a lot of time to analyze the issue of our app. But this issue only happens on iOS15.4. With the upgrade of iOS15.4, we're getting more and more crashes reports. We both think it should be a serious system bug. Refer to the full crash report in the attachment ('...' means I removed some stack of our image). Does anyone else has met the same issue? full_crash.log
Mar ’22