Lars Volker has submitted this change and it was merged. Change subject: IMPALA-3656: Hitting DCHECK/CHECK does not write minidumps ......................................................................
IMPALA-3656: Hitting DCHECK/CHECK does not write minidumps When hitting a DCHECK/CHECK the daemons do not write minidumps. This is caused by glog's own stack unwinding mechanism, which catches SIGABRT and removes all other handlers before aborting. This change bumps the glog version to include a patch, which backports a change from glog, which only resets the SIGABRT handler, if it is the one installed by glog itself. https://github.com/google/glog/commit/cda16b3443e2d6ef88cdbbe10b9a11adea6f33fe Change-Id: I08e6b83af1b4ff1b8c916fe6c9052b88b760e188 Reviewed-on: http://gerrit.cloudera.org:8080/3286 Reviewed-by: Lars Volker <[email protected]> Tested-by: Lars Volker <[email protected]> --- M bin/impala-config.sh M tests/custom_cluster/test_breakpad.py 2 files changed, 16 insertions(+), 1 deletion(-) Approvals: Lars Volker: Looks good to me, approved; Verified -- To view, visit http://gerrit.cloudera.org:8080/3286 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-MessageType: merged Gerrit-Change-Id: I08e6b83af1b4ff1b8c916fe6c9052b88b760e188 Gerrit-PatchSet: 8 Gerrit-Project: Impala Gerrit-Branch: cdh5-trunk Gerrit-Owner: Lars Volker <[email protected]> Gerrit-Reviewer: Lars Volker <[email protected]> Gerrit-Reviewer: Matthew Jacobs <[email protected]> Gerrit-Reviewer: Michael Brown <[email protected]> Gerrit-Reviewer: Michael Ho <[email protected]>
