After enabling ASan in #6 , the problem of SEGV is temporary solve, but has problem of __asan_handle_no_return
==3042==WARNING: ASan is ignoring requested __asan_handle_no_return: stack type: default top: 0x7ffc74528000; bottom 0x7f8a9b445000; size: 0x0071d90e3000 (488972890112)
False positive error reports may follow
For details see https://github.com/google/sanitizers/issues/189
It is suspected that when the master process signal the worker processes, the coroutine stack does not properly collected by the system.
Maybe by adding cleanup function after/before signal would help
After enabling
ASanin #6 , the problem of SEGV is temporary solve, but has problem of __asan_handle_no_returnIt is suspected that when the master process signal the worker processes, the coroutine stack does not properly collected by the system.
Maybe by adding cleanup function after/before signal would help