Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

capnproto failing on 32bit x86 because of some constraints (conf-capnproto) #24639

Closed
moyodiallo opened this issue Oct 18, 2023 · 2 comments
Closed

Comments

@moyodiallo
Copy link
Contributor

moyodiallo commented Oct 18, 2023

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

@moyodiallo
Copy link
Contributor Author

The original issue was fixed capnproto/capnproto#1830.

This issue don't affect a regular user, so could be closed.

@shonfeder
Copy link
Collaborator

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants