You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
java.lang.IllegalArgumentException: instance of class jnr.posix.WindowsRawFileStat is not a struct
at jnr.posix.BaseNativePOSIX$2.toNative(BaseNativePOSIX.java:746)
at jnr.posix.BaseNativePOSIX$2.toNative(BaseNativePOSIX.java:1)
at jnr.posix.WindowsLibC$jnr$ffi$0.fstat(Unknown Source)
at jnr.posix.BaseNativePOSIX.fstat(BaseNativePOSIX.java:136)
at jnr.posix.CheckedPOSIX.fstat(CheckedPOSIX.java:129)
at jnr.posix.LazyPOSIX.fstat(LazyPOSIX.java:126)
[..]
The call to jnr.posix.POSIX.fstat(int, FileStat) currently isn't covered in jnr.posix.FileStatTest, which is why this (likely) bug may have gone unnoticed yet.
The text was updated successfully, but these errors were encountered:
jfrantzius
pushed a commit
to ibmix-berlin/jnr-posix
that referenced
this issue
Jan 6, 2017
The following test unfortunately fails on Windows:
With the following exception:
The call to
jnr.posix.POSIX.fstat(int, FileStat)
currently isn't covered injnr.posix.FileStatTest
, which is why this (likely) bug may have gone unnoticed yet.The text was updated successfully, but these errors were encountered: