yanqi27 / core_analyzer

A power tool to debug memory-related issues
376 stars 72 forks source link

will it support jemalloc for gdb 7.11.1? #86

Closed wangwang3210 closed 1 year ago

wangwang3210 commented 1 year ago

because most of our environments run on centos7.x and cannot compile higher versions of gdb

yanqi27 commented 1 year ago

Hi, did you try to upgrade gcc compiler? You should be able to compiler gdb 12.1 after the compiler upgrade. We compiled gcc from source on rhel 7.x.

wangwang3210 commented 1 year ago

we use devtoolset as a workaround, thanks