I use clang build tcmalloc for aarch64 system, but runing will occur Segmentation fault · Issue #1408 · gperftools/gperftools · GitHub
More Web Proxy on the site http://driver.im/
You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I use clang build tcmalloc for aarch64 system,
when I use "HEAPCHECK=normal ./my_bin" , will occur Segmentation fault
The operating system I am running is Linux for aarch64,
I use add -ltcmalloc to the link-time step for your executable and LD_PRELOAD="/usr/lib/libtcmalloc.so" , but the results are all the same, occur Segmentation fault.
The text was updated successfully, but these errors were encountered:
I use clang build tcmalloc for aarch64 system,
when I use "HEAPCHECK=normal ./my_bin" , will occur Segmentation fault
The operating system I am running is Linux for aarch64,
I use add -ltcmalloc to the link-time step for your executable and LD_PRELOAD="/usr/lib/libtcmalloc.so" , but the results are all the same, occur Segmentation fault.
The text was updated successfully, but these errors were encountered: