wolfpld / tracy

Frame profiler
https://tracy.nereid.pl/
Other
8.61k stars 592 forks source link

Instead of calling dladdr inside the dl_iterate_phdr callback, do it outside to avoid deadlocks with other loader code #783

Closed tiago-rodrigues closed 1 month ago

tiago-rodrigues commented 2 months ago

Try to fix deadlocks in loader code when TRACY_USE_IMAGE_CACHE is used, see: https://github.com/wolfpld/tracy/issues/780. Instead of calling dladdr() inside the dl_iterate_phdr() callback, do it outside to avoid deadlocks with other loader code