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
This is due to your kernel being too old to handle ARM's "cpuid" emulation. This change happened with #3962
Theoretically our minimum spec of Linux 5.0 should support all the feature registers we query.
Gotcha, so the changes that were added in kernel 4.11 for arm64 HWCAP_CPUID are now required (as documented here torvalds/linux@4aa8a47 and added here torvalds/linux@77c97b4). Probably more after that but that is the gist of it.
This is due to your kernel being too old to handle ARM's "cpuid" emulation. This change happened with #3962
Theoretically our minimum spec of Linux 5.0 should support all the feature registers we query.
What about catching the exception and then assuming no features to be present? Things would run slower, but better than not at all
Device:
Starting with 2409 (build from source or the Ubuntu PPA) I get the following error on running any command (such as FEXBash)
This is not an issue on 2408 or previous versions in my testing.
Happy to bisect further if any developer has insight in which change likely could be the cause of this issue
my build (release) only gives the following in gdb bt
so maybe it has something to do with 941b065 which was introduced in 2409?
CC: @Azkali @bylaws
The text was updated successfully, but these errors were encountered: