accuya/google-breakpad

Zero-size functions cause symbol file load to fail

Closed this issue · 4 comments

If a symbol file contains a function of size 0, BasicSourceLineResolver
will abort loading the file.  These are emitted in some cases by the pdb
symbol writer, so they should just be silently ignored.

Original issue reported on code.google.com by bry...@gmail.com on 22 Mar 2007 at 8:26

Attachments:

revised patch

Original comment by bry...@gmail.com on 22 Mar 2007 at 9:29

Attachments:

revised patch

Original comment by bry...@gmail.com on 22 Mar 2007 at 9:30

Attachments:

revised patch with orphaned line error + test

Original comment by bry...@gmail.com on 22 Mar 2007 at 9:35

Attachments:

Original comment by bry...@gmail.com on 22 Mar 2007 at 11:20

  • Changed state: Fixed