-
-
Notifications
You must be signed in to change notification settings - Fork 14.9k
Unexpected getrandom error due to Linux kernel bug on QNAP #52609
Copy link
Copy link
Closed
Labels
C-bugCategory: This is a bug.Category: This is a bug.O-ArmTarget: 32-bit Arm processors (armv6, armv7, thumb...), including 64-bit Arm in AArch32 stateTarget: 32-bit Arm processors (armv6, armv7, thumb...), including 64-bit Arm in AArch32 stateO-linuxOperating system: LinuxOperating system: LinuxT-libs-apiRelevant to the library API team, which will review and decide on the PR/issue.Relevant to the library API team, which will review and decide on the PR/issue.
Metadata
Metadata
Assignees
Labels
C-bugCategory: This is a bug.Category: This is a bug.O-ArmTarget: 32-bit Arm processors (armv6, armv7, thumb...), including 64-bit Arm in AArch32 stateTarget: 32-bit Arm processors (armv6, armv7, thumb...), including 64-bit Arm in AArch32 stateO-linuxOperating system: LinuxOperating system: LinuxT-libs-apiRelevant to the library API team, which will review and decide on the PR/issue.Relevant to the library API team, which will review and decide on the PR/issue.
Type
Fields
Give feedbackNo fields configured for issues without a type.
Hi,
Rust code panics on linux 3.10:
Panic message:
Rustc from rustup, version
1.27.0The code is running on Qnap NAS
Rust core library relies on
SYS_getrandomwhich was introduced only in kernel version3.4.17.