• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..07-Oct-2020-

0001-Fix-double-declaration-of-tgkill-when-using-Android-.patch.1H A D07-Oct-20202 KiB5043

0001-Handle-race-between-ExceptionHandler-SignalHandler-a.patch.1H A D07-Oct-20201.3 KiB3428

ExternalProject_breakpad.mkH A D07-Oct-2020708 3012

MakefileH A D07-Oct-2020481 152

Module_breakpad.mkH A D07-Oct-2020653 2713

READMEH A D07-Oct-2020772 2214

StaticLibrary_breakpad.mkH A D07-Oct-20201.4 KiB3820

UnpackedTarball_breakpad.mkH A D07-Oct-20201.5 KiB3920

breakpad-stackwalk.patch.1H A D07-Oct-20201.6 KiB3331

breakpad-use-correct-http-header.patch.1H A D07-Oct-2020703 1513

breakpad-wshadow.patch.1H A D07-Oct-202011.9 KiB233226

breakpad-wshadow2.patch.1H A D07-Oct-20207 KiB145142

c++20-allocator.patchH A D07-Oct-2020406 1210

ubsan.patchH A D07-Oct-2020742 2219

ucontext.patchH A D07-Oct-20207.7 KiB195162

README

1Google breakpad crash-reporting library
2
3https://chromium.googlesource.com/breakpad/breakpad
4
5When this is enabled and soffice.bin crashes, a "mini-dump" file is written
6as "instdir/crash/*.dmp".
7
8There is an UI to upload the mini-dump to a TDF server but of course
9that only makes sense if the server has symbols available that match
10the build, which is not the case if you have built LO yourself.
11
12If you want to get the backtrace from local mini-dump files:
13
14* with Visual Studio:
15  1. open the *.dmp file from the Visual Studio IDE File->Open->File
16  2. then click "Debug Native Only"
17
18* otherwise:
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"
21
22