Hello,
Thanks you both for your replies (I was sure I replied last week, must have forgotten to actually send it).
> If you're using the Socorro webapp, that has a mechanism for reprocessing.
> It can be reached without the webapp too. Since it's just a Python class
We have stopped short of using the webapp as the socorro doc does warn away from it, I will have a look at the class you provided, thanks!.
Regarding the Symbols; that is exactly what I was looking for. For Windows I was going to pull down the symbol packs from Mircosoft and create some scripts to run through the pdbs and create the sym files, then upload them to our store. However if Moz have already generated a .sym file for a certain dll version, then it saves us a lot of trouble in hunting down the exact pdb file and converting it ourselves, so this is really appreciated.
Unfortunately Apple don't provide the same sort of thing so it is going to be a little more difficult on there. The system frameworks and the objective-c, c, c++ runtime libs are probably going to provide the most annoyance.
I predict that for most of the crashes symbols from our own binaries and libraries we ship will give us enough info to fix. For other I may need to find extra symbols and re-run the analysis.