Comment 32 for bug 69931

Revision history for this message
In , Ted Mielczarek (ted-mielczarek) wrote :

I think Breakpad just doesn't support that on OS X. (The concept of version numbers for binaries isn't as straight forward on OS X as it is on Windows, IIRC.)

See also http://code.google.com/p/google-breakpad/issues/detail?id=321

Note that the "Debug Identifier" on OS X is essentially an MD5 sum of part of the binary. If you were to run the dump_syms binary on a library, the first line of the output would be a MODULE line including the debug identifier as calculated for that binary. The dump_syms tool can be built by checking out the Breakpad source:
http://code.google.com/p/google-breakpad/source/checkout
and opening the XCode project under src/client/mac.