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
The new patch calls internal_signal_block_all() in vgetrandom_get_state(), which attempts to call syscall rt_sigprocmask, and seccomp denies it leading to a crash:
The latest patch to glibc 2.40 in Fedora 41 has added a vDSO getrandom() user-space implementation, ref:
The new patch calls internal_signal_block_all() in vgetrandom_get_state(), which attempts to call syscall rt_sigprocmask, and seccomp denies it leading to a crash:
Adding a simple patch to allow the syscall appears to fix the crash:
The text was updated successfully, but these errors were encountered: