Project

General

Profile

Actions

Bug #36508

closed

gperftools-libs-2.6.1-1 or newer required for binaries linked against corresponding version at build time

Added by Brad Hubbard over 5 years ago. Updated over 5 years ago.

Status:
Resolved
Priority:
Normal
Assignee:
Category:
-
Target version:
-
% Done:

0%

Source:
Tags:
Backport:
luminous, mimic
Regression:
No
Severity:
3 - minor
Reviewed:
Affected Versions:
ceph-qa-suite:
Component(RADOS):
Pull request ID:
Crash signature (v1):
Crash signature (v2):

Description

Binaries compiled against the 2.6 version of libtcmalloc.so.4 (in this case ceph-osd) have the following undefined symbols.


# nm -D /usr/bin/ceph-osd|egrep '(_ZdaPvm|_ZdlPvm)'                                                                                         
                 U _ZdaPvm                                                                                                                                                                                         
                 U _ZdlPvm

The 2.4 version of libtcmalloc.so.4 (gperftools-libs-2.4-8.el7.x86_64) does not export these symbols.


# nm -D /usr/lib64/libtcmalloc.so.4|egrep '(_ZdaPvm|_ZdlPvm)'
#

This leads to errors such as the following at runtime.

ceph-osd: symbol lookup error: ceph-osd: undefined symbol: _ZdaPvm

Installing gperftools-libs-2.6.1-1.el7.x86_64.rpm resolves the issue.

# nm -D /usr/lib64/libtcmalloc.so.4|egrep '(_ZdaPvm|_ZdlPvm)'
0000000000035dc0 T _ZdaPvm
0000000000035dc0 T _ZdlPvm

This issue is related to http://tracker.ceph.com/issues/35969 which required the 2.6 version at build time.

RHEL bug: https://bugzilla.redhat.com/show_bug.cgi?id=1640391
CentOS bug: https://bugs.centos.org/view.php?id=15384


Related issues 3 (0 open3 closed)

Related to RADOS - Bug #35969: "symbol lookup error: ceph-osd: undefined symbol: _ZdaPvm" on centos 7.4ResolvedKefu Chai09/13/2018

Actions
Copied to RADOS - Backport #36552: luminous: gperftools-libs-2.6.1-1 or newer required for binaries linked against corresponding version at build timeResolvedNathan CutlerActions
Copied to RADOS - Backport #36553: mimic: gperftools-libs-2.6.1-1 or newer required for binaries linked against corresponding version at build timeResolvedKefu ChaiActions
Actions #1

Updated by Brad Hubbard over 5 years ago

  • Description updated (diff)
Actions #2

Updated by Brad Hubbard over 5 years ago

  • Related to Bug #35969: "symbol lookup error: ceph-osd: undefined symbol: _ZdaPvm" on centos 7.4 added
Actions #3

Updated by Brad Hubbard over 5 years ago

  • Related to Bug #35969: "symbol lookup error: ceph-osd: undefined symbol: _ZdaPvm" on centos 7.4 added
Actions #4

Updated by Brad Hubbard over 5 years ago

  • Description updated (diff)
  • Status changed from New to In Progress
Actions #5

Updated by Brad Hubbard over 5 years ago

  • Related to deleted (Bug #35969: "symbol lookup error: ceph-osd: undefined symbol: _ZdaPvm" on centos 7.4)
Actions #8

Updated by Brad Hubbard over 5 years ago

  • Status changed from In Progress to Pending Backport
Actions #9

Updated by Nathan Cutler over 5 years ago

  • Copied to Backport #36552: luminous: gperftools-libs-2.6.1-1 or newer required for binaries linked against corresponding version at build time added
Actions #10

Updated by Nathan Cutler over 5 years ago

  • Copied to Backport #36553: mimic: gperftools-libs-2.6.1-1 or newer required for binaries linked against corresponding version at build time added
Actions #11

Updated by Nathan Cutler over 5 years ago

  • Status changed from Pending Backport to Resolved
Actions

Also available in: Atom PDF