KingsleyYau / google-breakpad

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

[PATCH] Don't crash when no __debug_info section is found #557

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
DumpSymbols::ReadDwarf() currently assumes a __debug_info section is always 
present and crashes if there isn't one (through using an assert).

Gracefully handle this by returning false if the section isn't present.

Original issue reported on code.google.com by mcuelena...@gmail.com on 20 Dec 2013 at 2:05

Attachments:

GoogleCodeExporter commented 9 years ago
Thanks for filing the bug. Please update the patch to 
https://breakpad.appspot.com/ for code review and submission.

Original comment by thestig@chromium.org on 3 Jan 2014 at 11:39

GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
https://breakpad.appspot.com/1014002/

Original comment by mcuelena...@gmail.com on 16 Jan 2014 at 8:25