Job Aborted Failure In Uio Create Address From Ip Address Link -

Look for openat("/dev/uio0", ...) returning -1 ENOENT or mmap returning MAP_FAILED .

echo 'KERNEL=="uio*", SUBSYSTEM=="uio", MODE="0660", GROUP="plugdev"' > /etc/udev/rules.d/50-uio.rules udevadm control --reload-rules udevadm trigger Look for openat("/dev/uio0",

Currently, when a user job is aborted (SIGKILL or scheduler cancellation), the UIO subsystem attempts to tear down network interfaces. A race condition or invalid state occurs where the system tries to create or access an IP address structure from a link that is already partially destroyed or non-existent. Look for openat("/dev/uio0"