gohome1984 / google-breakpad

Automatically exported from code.google.com/p/google-breakpad
0 stars 0 forks source link

should have constant for VC++ exceptions, and stringify in MinidumpProcessor::GetCrashReason #328

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
According to http://support.microsoft.com/kb/185294 , if you catch an
unhandled C++ exception with SEH, the exception code is "0xE06D7363". We
should have a constant for this so we can stringify it to something
recognizable.

(Saw this at a crash report:
http://crash-stats.mozilla.com/report/index/82390de4-27aa-437c-8051-c4db82090813
?p=1
)

Original issue reported on code.google.com by ted.mielczarek on 13 Aug 2009 at 5:38

GoogleCodeExporter commented 9 years ago
Reviewed:
http://breakpad.appspot.com/25001

Fixed in r394.

Original comment by ted.mielczarek on 4 Sep 2009 at 8:01