wukenaihe / google-breakpad

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

Zero-size functions cause symbol file load to fail #137

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
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:

GoogleCodeExporter commented 9 years ago
revised patch

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

Attachments:

GoogleCodeExporter commented 9 years ago
revised patch

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

Attachments:

GoogleCodeExporter commented 9 years ago
revised patch with orphaned line error + test

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

Attachments:

GoogleCodeExporter commented 9 years ago

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