1 Google breakpad crash-reporting library
3 https://chromium.googlesource.com/breakpad/breakpad
5 When this is enabled and soffice.bin crashes, a "mini-dump" file is written
6 as "instdir/crash/*.dmp".
8 There is an UI to upload the mini-dump to a TDF server but of course
9 that only makes sense if the server has symbols available that match
10 the build, which is not the case if you have built LO yourself.
12 If you want to get the backtrace from local mini-dump files:
15 1. open the *.dmp file from the Visual Studio IDE File->Open->File
16 2. then click "Debug Native Only"
19 1. run "make symbols" to extract the debuginfo from the binaries
20 2. run "workdir/UnpackedTarball/breakpad/src/processor/minidump_stackwalk foo.dmp workdir/symbols"