You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello all,
I built the latest harden malloc as per these instruction on a raspberry pi 4b with latest raspberry pi OS lite 64bit and kernel 5.15.61-v8+ from raspberry pi github. This system has LKRG built and working.
It builds fine but when i load the library via /etc/ld.so-preload the system completely locks up. Every command to shell comes back with "fatal allocator error: failed to allocate slab region". I need to remove the ld.so-preload and library in order to get the system functional again.
The text was updated successfully, but these errors were encountered:
You likely have your kernel configured with a 39-bit address space and the default configuration expects a larger address space. You need to reduce the class region size or change your kernel configuration.
Hello all,
I built the latest harden malloc as per these instruction on a raspberry pi 4b with latest raspberry pi OS lite 64bit and kernel 5.15.61-v8+ from raspberry pi github. This system has LKRG built and working.
It builds fine but when i load the library via /etc/ld.so-preload the system completely locks up. Every command to shell comes back with "fatal allocator error: failed to allocate slab region". I need to remove the ld.so-preload and library in order to get the system functional again.
The text was updated successfully, but these errors were encountered: