tags:

views:

34

answers:

1

I'm using Breakpad to send error reports when my app crashes.

Now I tried to follow the wiki but the information there is somewhat lacking. I just can't figure out what to do with the generated symbol dump files.

I found this tutorial but it doesn't mention those dump files at all.

And when I include the Breakpad framework in my app, create a breakpad instance and then crash the app the console reads

com.apple.launchd.peruser.501[146] Inspection of crashed process failed

What I'm doing wrong here?

A: 

Apparently there is a problem with the Breakpad build process.

I rebuilt the framework with "valid architectures" set to only "i386" (i only need it for 10.6 and above) and voilà... it worked.

Erik Aigner
What version of Breakpad are you using?
0xced
SVN revision 693
Erik Aigner