Lars Volker has uploaded a new change for review. http://gerrit.cloudera.org:8080/6461
Change subject: IMPALA-4226, IMPALA-4227: bump max threads, handle dwz compressed symbols ...................................................................... IMPALA-4226, IMPALA-4227: bump max threads, handle dwz compressed symbols IMPALA-4226: Increase the thread count limit in the minidump stack resolver. The old limit to 4096 is arbitrary and we are hitting it from time to time. IMPALA-4227: Add basic support for dwz dwarf extension The dwz tool [1] can be used to compress symbols that occur in multiple object files by moving them into a shared object file. It introduces new DWARF macros to reference to those symbols. Breakpad currently does not support those macros, which can lead to crashes. This change makes breakpad ignore these symbols. Impala's binaries don't share symbols so we are not losing functionality with this change. [1] https://sourceware.org/git/?p=dwz.git;a=summary Change-Id: I1bf83edd8cda037c31a842801ad1445f3fd4f71e --- M buildall.sh A source/breakpad/breakpad-88e5b2c8806bac3f2c80d2fe80094be5bd371601-patches/0001-Add-basic-support-for-dwz-dwarf-extension.patch A source/breakpad/breakpad-88e5b2c8806bac3f2c80d2fe80094be5bd371601-patches/0002-Bump-max_threads-and-max_regions.patch 3 files changed, 112 insertions(+), 1 deletion(-) git pull ssh://gerrit.cloudera.org:29418/native-toolchain refs/changes/61/6461/1 -- To view, visit http://gerrit.cloudera.org:8080/6461 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I1bf83edd8cda037c31a842801ad1445f3fd4f71e Gerrit-PatchSet: 1 Gerrit-Project: native-toolchain Gerrit-Branch: master Gerrit-Owner: Lars Volker <[email protected]>
