Cadmium
Cadmium copied to clipboard
rust and java segfault due to missing CONFIG_KUSER_HELPERS
Per title. If one attempts to use java or rust (cargo), it will segfault. In dmesg the output is:
[ 5836.191068] cargo: CONFIG_KUSER_HELPERS disabled at 0xffff0fe0
[ 5962.962638] java: CONFIG_KUSER_HELPERS disabled at 0xffff0ffc
It should be working now as CONFIG_KUSER_HELPERS is set to y in both arm and arm64 (I also run cargo with no problems)