the NUMA implementation of static_thread_pool
leaks an object at shutdown
#1370
Labels
bug
Something isn't working
static_thread_pool
leaks an object at shutdown
#1370
#1369 "fixed" a static-initialization-order-fiasco bug in
static_thread_pool
teardown by constructing a globalstd::vector
and never destroying it. if stdexec is used in a.so
that is repeatedly loaded and unloaded withdlopen
/dlclose
, it will leak an unbounded amount of memory.find a better solution.
The text was updated successfully, but these errors were encountered: