gohome1984 / google-breakpad

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

dump_syms needs 64-bit darwin support, especially for Mac OS X 10.6 #317

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. try to compile dump_syms as a 64-bit binary on darwin

What is the expected output? What do you see instead?

Lots of build errors, mostly stuff like:

dump_syms.mm:337: error: cast from ‘void*’ to ‘uint32_t’ loses precision

Please use labels and text to provide additional information.

gcc generates 64-bit binaries by default on Mac OS X 10.6, this will become
a bigger problem when that is released.

Original issue reported on code.google.com by josh...@gmail.com on 11 May 2009 at 9:11

GoogleCodeExporter commented 9 years ago
jimb is hacking on dump_syms on OS X.

Original comment by ted.mielczarek on 27 Apr 2010 at 5:23

GoogleCodeExporter commented 9 years ago
Fixed in r614 or earlier.

Original comment by ted.mielczarek on 29 Jun 2010 at 4:45