zhouchengcom/google-breakpad

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

Opened this issue · 3 comments

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:

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

[deleted comment]
https://breakpad.appspot.com/1014002/

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