Closed yshui closed 8 months ago
Stack trace:
Stack trace of thread 4053326:
#0 0x0000708e068a407c __pthread_kill_implementation (/nix/store/ksk3rnb0ljx8gngzk19jlmbjyvac4hw6-glibc-2.38-44/lib/libc.so.6 + 0x8d07c)
#1 0x0000708e06854e06 raise (/nix/store/ksk3rnb0ljx8gngzk19jlmbjyvac4hw6-glibc-2.38-44/lib/libc.so.6 + 0x3de06)
#2 0x0000708e0683d8f5 abort (/nix/store/ksk3rnb0ljx8gngzk19jlmbjyvac4hw6-glibc-2.38-44/lib/libc.so.6 + 0x268f5)
#3 0x0000708e06a0dcbb n/a (~/.local/share/Steam/steamapps/common/SteamVR/tools/steamvr_environments/game/bin/linuxsteamrt64/libtcmalloc_minimal.so.0 + 0xdcbb)
Hello @yshui, this issue is already being tracked at #579 and is likely https://gcc.gnu.org/bugzilla/show_bug.cgi?id=113258#c27.
Closing as a duplicate.
Describe the bug
SteamVR Home does not start, these lines are logged:
System Information (please complete the following information):
Additional context I think tcmalloc is probably conflicting with the system allocator, which is probably used by some system libraries. Removing
libtcmalloc_minimal.so.0
from steamtours' NEEDED (i.e.patchelf --remove-needed ....
) fixes this problem.