1. 首页
  2. 操作系统
  3. Linux
  4. pthread_mutex_t_is_too_small_for_large_pids_in_aosp_bionic.patch

pthread_mutex_t_is_too_small_for_large_pids_in_aosp_bionic.patch

上传者: 2020-05-30 13:02:02上传 PATCH文件 1.66KB 热度 19次
32位android中bionic是32位的,其中的mutex只有一半也就是16位能够存储pid,当通过docker运行android时,大概率pid会超过16位的范围,就可能会导致android中mutex死锁,表现为应用卡住黑屏。 [32-bitABIbugs](https://android.googlesource.com/platform/bionic/+/master/docs/32-bit-abi.md#is-too-small-for-large-pids)
下载地址
用户评论