futex facility returned an unexpected error code

Post any defects you find in the released or beta versions of the ImageMagick software here. Include the ImageMagick version, OS, and any command-line required to reproduce the problem. Got a patch for a bug? Post it here.
Post Reply
toralf
Posts: 8
Joined: 2010-10-28T09:58:17-07:00
Authentication code: 8675308

futex facility returned an unexpected error code

Post 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
Post Reply