accuya/google-breakpad

Dump_syms for Mac generates invalid airbag .sym file

Closed this issue · 1 comments

The Mac dump_syms.mm code was pulling in extraneous symbols from outside of the 
__Text,__text 
segment and section.  The result was an invalid airbag symbol file, which would 
fail processing.  I've 
attached a patch to fix this.

Original issue reported on code.google.com by waylonis on 8 Feb 2007 at 6:51

Attachments:

Submitted as revision 121.

Original comment by waylonis on 8 Feb 2007 at 6:05

  • Changed state: Fixed