Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 12 Jan 2021 17:17:31 +0000
From:      bugzilla-noreply@freebsd.org
To:        emulation@FreeBSD.org
Subject:   [Bug 252106] [linuxlator] statx() not implemented
Message-ID:  <bug-252106-4077-kqMEUhvwl9@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-252106-4077@https.bugs.freebsd.org/bugzilla/>
References:  <bug-252106-4077@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D252106

--- Comment #7 from Edward Tomasz Napierala <trasz@FreeBSD.org> ---
FWIW, this also breaks a number of applications from Ubuntu Focal, eg
konsole(1).  It (or rather - Qt5 applications) can fall back to fstatat(2),
however:

statx(3, "", AT_STATX_SYNC_AS_STAT|AT_EMPTY_PATH, STATX_ALL, 0x7fffffffe1b0=
) =3D
-1 ENOSYS (Function not implemented)
newfstatat(3, "", 0x7fffffffe000, AT_EMPTY_PATH) =3D -1 EINVAL (Invalid arg=
ument)

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-252106-4077-kqMEUhvwl9>