Closed betalb closed 9 months ago
Looking at the code of LinuxPOSIX
, it seems that such situation is handled with use_fxstat64/use_lxstat64/use_xstat64 flags, but not in constructor, where UnsatisfiedLinkError
is not handled.
Good find, I will review PR.
Starting from Alpine 3.19 LFS64 symbols are no longer present in musl, so jnr is not able to load libc on this platform. Also they are not present in gcompat alpine package.
Some useful details can be found here https://github.com/sbt/sbt/issues/7455
Affected symbols
I've used below class to trigger the problem
Launch command
And the output