mirror of
https://github.com/chromium/crashpad.git
synced 2025-03-09 14:06:33 +00:00
When GetProcessInformation() obtains SystemProcessInformation, it resizes its buffer as directed by NtQuerySystemInformation(). Nothing of value resides in the old buffer if a resize is attempted, so it can be freed before attempting to allocate a resized one. This may help crashes like go/crash/f385e94c80000000, which experience out-of-memory while attempting to allocate a resized buffer. It also may not help, because the required buffer size may just be too large to fit in memory. See https://crashpad.chromium.org/bug/143#c19. Change-Id: I63b9b8c1efda22d2fdbf05ef2b74975b92556bbd Reviewed-on: https://chromium-review.googlesource.com/473792 Commit-Queue: Mark Mentovai <mark@chromium.org> Reviewed-by: Scott Graham <scottmg@chromium.org>
Crashpad
Crashpad is a crash-reporting system.
Documentation
- Project status
- Developing Crashpad: instructions for getting the source code, building, testing, and contributing to the project.
- Crashpad interface documentation
- Crashpad tool man pages
- Crashpad overview design
Source Code
Crashpad’s source code is hosted in a Git repository at https://chromium.googlesource.com/crashpad/crashpad.
Other Links
- Bugs can be reported at the Crashpad issue tracker.
- The Crashpad Buildbot performs automated builds and tests.
- crashpad-dev is the Crashpad developers’ mailing list.
Description
Languages
C++
92.5%
Objective-C++
2.5%
C
2%
Python
1.8%
Assembly
0.9%
Other
0.3%