Uploaded image for project: 'Minecraft (Bedrock codebase)'
  1. Minecraft (Bedrock codebase)
  2. MCPE-163720

Wrong symbol pthread_cond_timedwait_monotonic_np in x86 version of 1.19.31.01

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Cannot Reproduce
    • None
    • 1.19.40
    • None
    • Unconfirmed
    • Multiple

      The x86 version of 1.19.40 minecraft library contains the following symbol which prevents loading on a x86 linux (check with nm -gD libminecraftpe.so  | grep pthread_cond_timedwait):

      pthread_cond_timedwait_monotonic_np

      The pthread library just contains pthread_cond_timedwait.

      The previous 1.18, 1.17 ... versions only contained the pthread_cond_timedwait symbol and worked. The x86_64 version 1.19.40 also contains the pthread_cond_timedwait symbol and works. Only the x86 version 1.19.40 is affected.

      Please remove the symbol pthread_cond_timedwait_monotonic_np or use the regular  pthread_cond_timedwait. function of the thread library.

            caribuu caribuu
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved: