forked from chromium/chromium
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Adds CHECKs in pursuit of message leaks
It appears that we may in some cases be leaking message objects. Stacks from the wild indicate that these are often (if not always) legacy IPC messages, which means there's a good chance it's a leak either in the outgoing EDK channel backlog queue or in the IPC Channel's internal outgoing message queue. Bug: 813045 Change-Id: Id1663e36353c0f4325fbc53c829ded8d951a620c Reviewed-on: https://chromium-review.googlesource.com/926565 Commit-Queue: Ken Rockot <rockot@chromium.org> Reviewed-by: Erik Chen <erikchen@chromium.org> Cr-Commit-Position: refs/heads/master@{#538488}
- Loading branch information
Showing
2 changed files
with
16 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters