Lars Volker has uploaded a new change for review.

  http://gerrit.cloudera.org:8080/3286

Change subject: PREVIEW IMPALA-3656: Hitting DCHECK/CHECK does not write 
minidumps
......................................................................

PREVIEW 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
---
M bin/impala-config.sh
1 file changed, 1 insertion(+), 1 deletion(-)


  git pull ssh://gerrit.cloudera.org:29418/Impala refs/changes/86/3286/1
-- 
To view, visit http://gerrit.cloudera.org:8080/3286
To unsubscribe, visit http://gerrit.cloudera.org:8080/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I08e6b83af1b4ff1b8c916fe6c9052b88b760e188
Gerrit-PatchSet: 1
Gerrit-Project: Impala
Gerrit-Branch: cdh5-trunk
Gerrit-Owner: Lars Volker <[email protected]>

Reply via email to