-
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.