Skip to content
Snippets Groups Projects
  • Nikolay Shirokovskiy's avatar
    50ce6ebe
    net.box: finish worker fiber on Tarantool shutdown · 50ce6ebe
    Nikolay Shirokovskiy authored
    Let's make sure net.box system fiber is finished on Tarantool shutdown as
    we are going to free fibers stacks. If fiber is not finished it's stack
    may have references to objects on heap. Thus as fiber stack will be freed
    we will have FP memory leaks under ASAN.
    
    Part of #9722
    
    NO_CHANGELOG=internal
    NO_DOC=internal
    50ce6ebe
    History
    net.box: finish worker fiber on Tarantool shutdown
    Nikolay Shirokovskiy authored
    Let's make sure net.box system fiber is finished on Tarantool shutdown as
    we are going to free fibers stacks. If fiber is not finished it's stack
    may have references to objects on heap. Thus as fiber stack will be freed
    we will have FP memory leaks under ASAN.
    
    Part of #9722
    
    NO_CHANGELOG=internal
    NO_DOC=internal