Index: src/google_breakpad/common/minidump_exception_win32.h |
diff --git a/src/google_breakpad/common/minidump_exception_win32.h b/src/google_breakpad/common/minidump_exception_win32.h |
index e4cd59edd5f116bb7ab6d08bd4efff3a7010f060..56177ed9664f5bf1d0f0f92783a422cc33250464 100644 |
--- a/src/google_breakpad/common/minidump_exception_win32.h |
+++ b/src/google_breakpad/common/minidump_exception_win32.h |
@@ -100,6 +100,8 @@ typedef enum { |
/* STATUS_STACK_BUFFER_OVERRUN */ |
MD_EXCEPTION_CODE_WIN_HEAP_CORRUPTION = 0xc0000374, |
/* STATUS_HEAP_CORRUPTION */ |
+ MD_EXCEPTION_OUT_OF_MEMORY = 0xe0000008, |
+ /* Exception thrown by Chromium allocators to indicate OOM. */ |
Mark Mentovai
2016/07/19 20:30:50
Wondering how you picked this. Is it a known user-
Will Harris
2016/07/19 21:30:35
see new comment in base/process/memory.h
|
MD_EXCEPTION_CODE_WIN_UNHANDLED_CPP_EXCEPTION = 0xe06d7363 |
/* Per http://support.microsoft.com/kb/185294, |
generated by Visual C++ compiler */ |