Skip to content

Instantly share code, notes, and snippets.

@Flarkk
Flarkk / gist:9184eff43180f84bb0d2b6d8c9529479
Last active March 3, 2025 13:11
Godot TPS Demo deadlock at 75% loading - Stack Trace
1:
__futex_abstimed_wait_common64 (futex-internal.c:57)
__futex_abstimed_wait_common (futex-internal.c:87)
__GI___futex_abstimed_wait_cancelable64 (futex-internal.c:139)
__pthread_cond_wait_common (pthread_cond_wait.c:503)
___pthread_cond_wait (pthread_cond_wait.c:627)
Semaphore::wait() const (core/os/semaphore.h:79)
WorkerThreadPool::wait_for_group_task_completion(long) (core/object/worker_thread_pool.cpp:694)
ShaderRD::_compile_version_end(ShaderRD::Version*, int) (servers/rendering/renderer_rd/shader_rd.cpp:568)
ShaderRD::_compile_ensure_finished(ShaderRD::Version*) (servers/rendering/renderer_rd/shader_rd.cpp:611)