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

return EFAULT: Bad Address #28

Open
YangKeao opened this issue Feb 22, 2022 · 0 comments
Open

return EFAULT: Bad Address #28

YangKeao opened this issue Feb 22, 2022 · 0 comments

Comments

@YangKeao
Copy link
Member

Some operations on the toda file system will result in the EFAULT: Bad Address, and the application will panic (because of the unexpected error).

The EFAULT: Bad Address was returned in: https://github.com/chaos-mesh/toda/blob/master/src/hookfs/errors.rs#L75 . I still cannot get a minimal reproduction of this problem. Maybe we should redesign our file system. Trying to adapt to the original inode could be a bad choice 😢 . We could allocate our own inode number in the future.

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

1 participant