accuya/google-breakpad

dump_syms crashes in c++filt in some cases

Closed this issue · 2 comments

dump_syms uses c++filt to de-mangle C++ symbols
unfortunately it sometimes crashes

We have a work-around where we try again after a crash, continuing
until we finish.  This has been tested to work well.

Original issue reported on code.google.com by ladderbr...@gmail.com on 11 Apr 2007 at 12:36

Original comment by ladderbr...@gmail.com on 11 Apr 2007 at 12:38

Attachments:

reviewed by Waylonis

Original comment by ladderbr...@gmail.com on 11 Apr 2007 at 12:49

  • Changed state: Fixed