Page 1 of 1

futex facility returned an unexpected error code

Posted: 2017-01-07T12:54:26-07:00
by toralf

Code: Select all

wget --no-check-certificate https://www.gentoofan.org/files/genstorm.jpg && display genstorm.jpg
gives

Code: Select all

The futex facility returned an unexpected error code.Aborted
at a stable hardened Gentoo Linux with 6.9.6.2
FWIW :

Code: Select all

$ strace display genstorm.jpg
contains

Code: Select all

futex(0x3fb1ca98d4c, 0xca /* FUTEX_??? */, 1, 0, 4ba16de080, a16de030) = -1 ENOSYS (Function not implemented)
writev(3, [{iov_base="The futex facility returned an u"..., iov_len=53}], 1) = 53