24
edits
No edit summary |
(Update breakpad link) |
||
| Line 1: | Line 1: | ||
In order for Socorro to produce useful stack traces for crash reports, it needs debug symbols matching the libraries that are loaded in each report. Currently these symbols are all in the [ | In order for Socorro to produce useful stack traces for crash reports, it needs debug symbols matching the libraries that are loaded in each report. Currently these symbols are all in the [https://chromium.googlesource.com/breakpad/breakpad/+/master/docs/symbol_files.md Breakpad text symbol format], but there is work in progress ({{bug|607831}}, [http://hg.mozilla.org/users/tmielczarek_mozilla.com/symboltests/ symboltests], [http://hg.mozilla.org/users/tmielczarek_mozilla.com/minidump-stackwalk minidump-stackwalk], binary-symbols branch) to make them use the new binary format that is implemented in upstream Breakpad. | ||
= How Socorro locates symbols = | = How Socorro locates symbols = | ||
edits