Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build/ops: linking ceph to tcmalloc causes segfault on SUSE SLE11-SP3 #5265

Merged
1 commit merged into from Jul 28, 2015

Conversation

smithfarm
Copy link
Contributor

Certain older systems (SLE11 in this case) do not provide the full
tcmalloc functionality, due to e.g. incomplete libunwind
pieces. Use --with-tcmalloc-minimal to enable the cut-down
version.

Here's how the various mem allocator switches interact now:

--with-jemalloc: overrides --with-tcmalloc & --with-tcmalloc-minimal
--with-tcmalloc-minimal: overrides --with-tcmalloc
--with-tcmalloc: the default. use --without-tcmalloc to disable

Signed-off-by: Thorsten Behrens <tbehrens@suse.com>
(cherry picked from commit c6f1c07)
@smithfarm smithfarm self-assigned this Jul 16, 2015
@smithfarm smithfarm added this to the hammer milestone Jul 16, 2015
ghost pushed a commit that referenced this pull request Jul 19, 2015
… SUSE SLE11-SP3

Reviewed-by: Loic Dachary <ldachary@redhat.com>
ghost pushed a commit that referenced this pull request Jul 19, 2015
… SUSE SLE11-SP3

Reviewed-by: Loic Dachary <ldachary@redhat.com>
ghost pushed a commit that referenced this pull request Jul 19, 2015
… SUSE SLE11-SP3

Reviewed-by: Loic Dachary <ldachary@redhat.com>
ghost pushed a commit that referenced this pull request Jul 19, 2015
… SUSE SLE11-SP3

Reviewed-by: Loic Dachary <ldachary@redhat.com>
ghost pushed a commit that referenced this pull request Jul 19, 2015
… SUSE SLE11-SP3

Reviewed-by: Loic Dachary <ldachary@redhat.com>
ghost pushed a commit that referenced this pull request Jul 28, 2015
linking ceph to tcmalloc causes segfault on SUSE SLE11-SP3

Reviewed-by: Loic Dachary <ldachary@redhat.com>
@ghost ghost merged commit 7230de3 into ceph:hammer Jul 28, 2015
@ghost ghost changed the title linking ceph to tcmalloc causes segfault on SUSE SLE11-SP3 build/ops: linking ceph to tcmalloc causes segfault on SUSE SLE11-SP3 Aug 4, 2015
@jan--f jan--f deleted the wip-12368-hammer branch February 8, 2017 20:13
This pull request was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
2 participants