32 Bit Jail dlopen RTLD_LAZY not working correctly
From UlrichEduard@21:1/5 to All on Thu Sep 24 15:40:15 2020
Anybody experience with dlopen in a 32 bit jail on a 64 bit host?
The same C sources compiled for 32 and 64 bit, in the 32 bit program the
dlopen with RTLD_LAZY works as if RTLD_NOW had been supplied, the 64 bit programs work as expected.
Any clue?
FreeBSD 11.3 64 and 32 bit.