gohome1984 / google-breakpad

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

Crash Report should parse Apple crashreporter dumps and match them to Breakpad symbols #265

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
It'd be nice if we could match Apple Crash reporter text dumps to Breakpad
symbol files, to get some of the benefits of Breakpad if, for instance, a
client didn't want to ship the Breakpad client code 

Original issue reported on code.google.com by neal...@gmail.com on 2 Jun 2008 at 8:19

Attachments:

GoogleCodeExporter commented 9 years ago

Original comment by neal...@gmail.com on 2 Jun 2008 at 8:25

Attachments:

GoogleCodeExporter commented 9 years ago
We had a similar request for getting symbol information into GDB-produced stack
traces filed in our bugzilla:
https://bugzilla.mozilla.org/show_bug.cgi?id=412722

I think that a library written in Python or something that could parse the .sym
format would be pretty useful. Of course, I could also finish my Python 
bindings for
Breakpad, and that might also work.

Original comment by ted.mielczarek on 3 Jun 2008 at 7:01