efs-proxy crashes on kernels with 64k page size
Open
bug
- Dominant language
- Rust
- Stars
- 361
- Forks
- 238
- Avg merge
- 2d 13h
- Merged PRs (30d)
- 3
Description
SUSE's OpenQA process has discovered that the efs-proxy binary will crash if the kernel uses a page size that is not 4k:
```
# uname -r; getconf PAGESIZE
6.4.0-150600.23.125-64kb
65536
# /usr/bin/efs-proxy --help
: Unsupported system page size
: Unsupported system page size
memory allocation of 4 bytes failed
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
Aborted (core dumped)
exit=134
```
Contributor guide
Assessment
This issue has not been assessed yet.