[
https://issues.apache.org/jira/browse/KUDU-3030?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17157205#comment-17157205
]
ASF subversion and git services commented on KUDU-3030:
-------------------------------------------------------
Commit 7ed3cfe225ac6812df45ebb8e34f8dbc8c20533a in kudu's branch
refs/heads/master from Grant Henke
[ https://gitbox.apache.org/repos/asf?p=kudu.git;h=7ed3cfe ]
KUDU-3030: Revert "Enable tcmalloc heap sampling by default"
This reverts commit 3175ed07df9c9280adec08fea18d15acbd45a4dc
which enable tcmalloc heap sampling by default.
This commit can and should be re-applied once we identify and fix
the intermittent crash reported in KUDU-3030.
Change-Id: Ibfa6e9b3fcc34ae0e16a23cb4f732f17831677bf
Reviewed-on: http://gerrit.cloudera.org:8080/16183
Tested-by: Grant Henke <[email protected]>
Reviewed-by: Attila Bukor <[email protected]>
Reviewed-by: Alexey Serbin <[email protected]>
> Crash in tcmalloc stack unwinder
> --------------------------------
>
> Key: KUDU-3030
> URL: https://issues.apache.org/jira/browse/KUDU-3030
> Project: Kudu
> Issue Type: Bug
> Components: build
> Affects Versions: 1.11.0
> Reporter: Todd Lipcon
> Priority: Critical
>
> We recently saw a crash where the tcmalloc heap profiler was trying to unwind
> the stack, and ended up accessing invalid memory. The issue here is that
> tcmalloc is relying on frame pointers for heap unwinding, but this particular
> stack trace was going through libstdc++, which was installed on the system
> and doesn't have frame pointers. "usually" this works OK, but when we get
> unlucky, we can crash.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)