Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 23 Mar 2020 23:37:24 +0000
From:      bugzilla-noreply@freebsd.org
To:        bugs@FreeBSD.org
Subject:   [Bug 240991] linprocfs: Chromium requires /proc/self/task implementation
Message-ID:  <bug-240991-227-F2E5Lp97bx@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-240991-227@https.bugs.freebsd.org/bugzilla/>
References:  <bug-240991-227@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D240991

--- Comment #2 from Conrad Meyer <cem@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.

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-240991-227-F2E5Lp97bx>