Mojira Archive
MCPE-163720

Wrong symbol pthread_cond_timedwait_monotonic_np in x86 version of 1.19.31.01

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.

Cannot Reproduce

caribuu

2022-10-26, 10:54 PM

2023-05-12, 03:46 PM

2023-05-12, 03:46 PM

0

0

Unconfirmed

1.19.40

-