wukenaihe / google-breakpad

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

dump_syms crashes on mach-o binaries compiled on Leopard #199

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
There's a bug in dump_syms in some code which expects a function-name suffix 
looking
something like ":f(0,2)".  It turns out that this suffix doesn't always appear. 
  The ordering of symbol 
info in mach-o binaries compiled on Leopard
is slightly different causing a crash.

Fix is to allow the function name with or without suffix -- tested fix on 
several large mach-o
binaries to make sure it doesn't introduce any other side-effects

Original issue reported on code.google.com by ladderbr...@gmail.com on 17 Aug 2007 at 9:04

GoogleCodeExporter commented 9 years ago

Original comment by ladderbr...@gmail.com on 17 Aug 2007 at 9:21

Attachments: