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
The issue appears on 32bit x86 machine when you are dealing with a file or directory having an inode number that exceeds 32 bits. Or the size of the file exceeds 4G bytes. On a normal use case, it's rare to have those constraints but not on some servers where most of the time dealing with a lot of files (inode exceeding 32bit) and some files exceeding 4G bytes.
This is actually still an issue on debian-12, which, due to the version freeze policy on the stable debian repo, hasn't picked up the fixes on later versions. See ocurrent/ocaml-ci#931.
This issue is reported here mirage/capnp-rpc#273, there's also a PR opened to fix it capnproto/capnproto#1824.
The issue appears on 32bit x86 machine when you are dealing with a file or directory having an inode number that exceeds 32 bits. Or the size of the file exceeds 4G bytes. On a normal use case, it's rare to have those constraints but not on some servers where most of the time dealing with a lot of files (inode exceeding 32bit) and some files exceeding 4G bytes.
cc: @tmcgilchrist
The text was updated successfully, but these errors were encountered: