nightmare666 / google-breakpad

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

Trying to execute dump_syms in linux for ios app file fails #571

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. I successfully integreate breakpad in my iOS application, now im trying to 
get the sym using dump_syms
2. On my debian box I try to run "dump_syms breakpad-ios.app.dSYM > 
breakpad-ios.sym"
3. dump_syms fails with this error:
     Failed to mmap ELF file 'breakpad-ios.app.dSYM': No such device
     Failed to write symbol file.

What is the expected output? What do you see instead?
  The sys file

What version of the product are you using? On what operating system?
   I compiled latest version from public svn

Please provide any additional information below.
 Im not sure If I can run dump_syms on debian to get symbols for an iOS or OSX application. Is this possible? or I must run it on a OSX box?

Thanks a lot

Original issue reported on code.google.com by ch...@kidozen.com on 10 Mar 2014 at 3:00

GoogleCodeExporter commented 9 years ago
The symbol-dumping tools are not very cross-friendly. You need to run the iOS 
symbol dumper on an OS X machine.

Original comment by ted.mielczarek on 10 Mar 2014 at 3:15