``` $ gnu9.11/head /proc/self/mem head: error reading '/proc/self/mem': Input/output error $ head /proc/self/mem head: error writing 'standard output': Input/output error ``` Because of not catching read error at proper place? related: https://github.com/uutils/coreutils/issues/12215 https://github.com/uutils/coreutils/issues/11972
Because of not catching read error at proper place?
related: #12215 #11972