Prerequisites
Description
get_peak_rss() on FreeBSD was always failing due to a wrong /proc/... path and all tests still succeeded.
This function should be changed to hard-fail when any system call fails. In its current condition it might be silently failing for whatever reasons and users are never notified.