[Bug 240991] linprocfs: Chromium requires /proc/self/task implementation
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Mon Mar 23 23:37:25 UTC 2020
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=240991
--- Comment #2 from Conrad Meyer <cem at freebsd.org> ---
It seems these routines are used only to implement other assertion/CHECKs (most
uses are in thread_helpers_unittests.cc and the only external uses seem to be
in credentials.cc and scoped_process.cc, both inside CHECK()), and since we
mostly build Chrome in Release mode, we don't hit these.
A more straightforward fix for debug mode is to patch Chrome rather than
procfs.
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the freebsd-bugs
mailing list