]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
common/BackTrace: print path without symbol 37487/head
authorKefu Chai <kchai@redhat.com>
Wed, 30 Sep 2020 05:51:03 +0000 (13:51 +0800)
committerKefu Chai <kchai@redhat.com>
Wed, 30 Sep 2020 05:52:20 +0000 (13:52 +0800)
commit26dd97a55697e9a572207701d2186d6219878b5f
tree5e8f5f9005f7a1ca22e656693bf4dae49d25ebe6
parent6f43141177df3d719d6434a76ae75229ace664fd
common/BackTrace: print path without symbol

before ea6abcf34c11c80dec507f7dee8babd26440196c, we have

2: (()+0x14140) [0x7f4462af6140]

after ea6abcf34c11c80dec507f7dee8babd26440196c, we have

2: ()

after this change, we have

2: /lib/x86_64-linux-gnu/libpthread.so.0(+0x14140) [0x7f7137e2f140]

Signed-off-by: Kefu Chai <kchai@redhat.com>
src/common/BackTrace.cc