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
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.
The text was updated successfully, but these errors were encountered:
Some operations on the
toda
file system will result in theEFAULT: 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.The text was updated successfully, but these errors were encountered: