Skip to content

"WARNING: __asan_handle_no_return" when closing cserv #9

Description

@JoshuaLee0321

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

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions