Open Issues Need Help
View All on GitHub Libraries • Utility Library
Failing to read fd info for openonload file descriptors about 1 month ago
AI Summary: The task is to debug and fix a bug in the `procfs` Rust library where it fails to read file descriptor information for file descriptors created by openonload drivers. The issue stems from the library's inability to correctly handle file descriptor links containing multiple colons (`:`) in their target paths. The solution likely involves modifying the library's parsing logic to accommodate these unusual link formats and correctly categorize them as `FDTarget::Other`.
Complexity:
4/5
help wanted good first issue
eminence/procfs
414
Rust library for reading the Linux procfs filesystem
Rust
#linux#proc-filesystem#procfs#rust