commit | 59787c98560b9b005b5b984524a4fbed80732705 | [log] [tgz] |
---|---|---|
author | davidben <davidben@chromium.org> | Thu Jun 23 07:06:48 2016 +0900 |
committer | Qijiang Fan <fqj@google.com> | Fri Jun 05 03:32:08 2020 +0900 |
tree | a587945a20ec00beb16b5e3eafc86fd94a4c8416 | |
parent | c32ca2f4783682f83dc101665e3b85add7280d68 [diff] |
Include close errnos in crash dumps. We may be crashing here because close is failing with EBADF (signalling other code having problems with fds) or because networked filesystems are buggy and failing with some other errno. Alias a copy of errno on the stack so we may distinguish the two. BUG=603354 Review-Url: https://codereview.chromium.org/2090703002 Cr-Commit-Position: refs/heads/master@{#401427} CrOS-Libchrome-Original-Commit: 3b6205579e92ceb47a07040a1c79d87923de7512