dimahardie / google-breakpad

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

Breakpad symbol dumper can't process DWARF 4 compilation units #461

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
If you try to produce a Breakpad symbol file from an executable whose 
.debug_info (or __debug_info) section contains version 4 DWARF data, the symbol 
dumper prints "Unhandled form typeUnhandled form type" [sic] and segfaults. 
Mozilla bug here:

https://bugzilla.mozilla.org/show_bug.cgi?id=714129

Original issue reported on code.google.com by jimbla...@gmail.com on 19 Jan 2012 at 2:13

GoogleCodeExporter commented 8 years ago
These patches fix this issue:
http://breakpad.appspot.com/342002/show
http://breakpad.appspot.com/343002/show
http://breakpad.appspot.com/343003/show

Original comment by jimbla...@gmail.com on 19 Jan 2012 at 3:15

GoogleCodeExporter commented 8 years ago
Landed, r912.

Original comment by jimbla...@gmail.com on 1 Feb 2012 at 7:32