Joe McDonnell has uploaded this change for review. ( http://gerrit.cloudera.org:8080/20863
Change subject: IMPALA-12643 (part 2): Fallback to safe libraries on error in resolve_minidumps.py ...................................................................... IMPALA-12643 (part 2): Fallback to safe libraries on error in resolve_minidumps.py Since resolve_minidumps.py's call to minidump_stackwalk can go haywire due to bad symbols in shared libraries, this adds a fallback mechanism where it tries again with a "safe" list of shared libraries. These are limited to the ones that make the most difference in resolving minidumps (libc, libstdc++, and libjvm). The list of safe libraries can be customized via the --safe_library_list. Testing: - Verified that this uses the fallback on Centos 7 and resolves the minidumps successfully. Change-Id: I6bb4c9f65f9c27bb3b86c7ff2f3a6a48e258ef01 --- M bin/resolve_minidumps.py 1 file changed, 71 insertions(+), 21 deletions(-) git pull ssh://gerrit.cloudera.org:29418/Impala-ASF refs/changes/63/20863/1 -- To view, visit http://gerrit.cloudera.org:8080/20863 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: Impala-ASF Gerrit-Branch: master Gerrit-MessageType: newchange Gerrit-Change-Id: I6bb4c9f65f9c27bb3b86c7ff2f3a6a48e258ef01 Gerrit-Change-Number: 20863 Gerrit-PatchSet: 1 Gerrit-Owner: Joe McDonnell <[email protected]>
