Cadmium icon indicating copy to clipboard operation
Cadmium copied to clipboard

rust and java segfault due to missing CONFIG_KUSER_HELPERS

Open undrwater opened this issue 3 years ago • 1 comments

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

undrwater avatar Jul 29 '21 22:07 undrwater

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)

AsessionGuy avatar Nov 02 '22 00:11 AsessionGuy