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
Reduced the issue to a self-contained, reproducible test case.
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.
The text was updated successfully, but these errors were encountered:
yurivict
changed the title
Failures in get_peak_rss() shoiuld fail application instead of silently returing 0
Failures in get_peak_rss() should fail application instead of silently returning 0
Aug 31, 2022
yurivict
changed the title
Failures in get_peak_rss() should fail application instead of silently returning 0
Failures in get_peak_rss() should fail the application instead of silently returning 0
Aug 31, 2022
Prerequisites
or feature requests.
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.
The text was updated successfully, but these errors were encountered: