wukenaihe / google-breakpad

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

Need constants / stringification for Linux exception codes #185

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Currently the Linux minidump generator sets the exception_code to the
number of the signal it handled.  This isn't handled in
MinidumpProcessor::GetCrashReason.  We should put some constants for Linux
signal numbers in minidump_format.h, and handle them in GetCrashReason.

Original issue reported on code.google.com by ted.mielczarek on 30 May 2007 at 12:11

GoogleCodeExporter commented 9 years ago
Dears, I have used your library, but i have some problems, i could get the same 
result as you give out in the testdata folder by use minidump_stackwalker. but 
when 
i use test_app to generate a dump, after that i can only generate one sym file 
by 
using the dump_syms, i can't generate a floder which contains tow subfolder as 
symbols which you give out as a sample. could you tell me how to do that?

Original comment by azxe...@gmail.com on 8 Jun 2007 at 7:58

GoogleCodeExporter commented 9 years ago
This patch adds an enum with signal values, and does (very simple) stringifying 
of
them in minidump_processor.

Original comment by ted.mielczarek on 10 Jun 2007 at 9:29

Attachments:

GoogleCodeExporter commented 9 years ago
Checked in with some style nits.

Original comment by ted.mielczarek on 11 Jun 2007 at 4:59