-
-
Notifications
You must be signed in to change notification settings - Fork 1k
Tracy profiler crash on Linux #1306
Copy link
Copy link
Open
Description
Version: 0.13.1
OS: NixOS 26.05 (Yarara) x86_64
Kernel: Linux 6.18.16
WM: niri 25.11 (Wayland)
CPU: Intel(R) Core(TM) i7-14700K (28) @ 5.60 GHz
GPU: NVIDIA GeForce RTX 2080 Ti Rev. A [Discrete]
When connecting the Tracy profiler running on Linux, we experienced the following crash:
(gdb) bt
#0 tracy::GpuEvent::GpuStart (this=<optimized out>)
at /temp/X4/src/SDKs/tracy/server/TracyEvent.hpp:399
#1 tracy::Worker::ProcessGpuTime (this=0x55a0564a27e8, ev=...)
at /tmp/tracy/server/TracyWorker.cpp:5966
#2 tracy::Worker::Process (this=0x55a0564a27e8, ev=...)
at /tmp/tracy/server/TracyWorker.cpp:4641
#3 tracy::Worker::DispatchProcess (this=0x55a0564a27e8, ev=..., ptr=<optimized out>)
at /tmp/tracy/server/TracyWorker.cpp:3348
#4 tracy::Worker::Exec (this=0x55a0564a27e8) at /tmp/tracy/server/TracyWorker.cpp:2874
#5 0x00007f5ffcaf2ce4 in execute_native_thread_routine ()
from /nix/store/xc0ga87wdclrx54qjaryahkkmkmqi9qz-gcc-15.2.0-lib/lib/libstdc++.so.6
#6 0x00007f5ffc69be3c in start_thread (arg=<optimized out>) at pthread_create.c:447
#7 0x00007f5ffc7246cc in __GI___clone3 () at ../sysdeps/unix/sysv/linux/x86_64/clone3.S:78When connecting to the process running on the Linux machine, using the profiler running on a Windows machine, there were no issues.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels