DescriptionDPCHECK known conditions when we guess false in CurrentProcessHasOpenDirectories
openat(AT_FDCWD, "/proc/self/fd", ...) can fail if we have been chrooted
(eg into /proc/self/fdinfo) without directory listing permissions on the
new root dir (hence EACCES). And even if we did have this permission,
/proc wouldn't exist (hence ENOENT).
TEST=Make a debug build or a release build with dcheck_always_on=1 and verify that this DPCHECK does not fail.
BUG=314985
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=237766
Patch Set 1 #Patch Set 2 : update to newer master (and fix typo) #Patch Set 3 : trying to work around a rietveld bug(?) #
Total comments: 2
Patch Set 4 : CHECK -> DPCHECK #Patch Set 5 : update on newer master again #Messages
Total messages: 9 (0 generated)
|