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

Commits on Jul 16, 2015

  1. Conditional-compile against minimal tcmalloc.

    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)
    Thorsten Behrens authored and smithfarm committed Jul 16, 2015
    Copy the full SHA
    7132277 View commit details
    Browse the repository at this point in the history