-
Notifications
You must be signed in to change notification settings - Fork 103
Open
Description
Building and running shared-state-async on Debian results in a binary that hangs on shared-state-async discover
and produces no output. The external script shared-state-async-discover
does get called, so the hangup comes after that.
A workaround is to put a debug printout such as this anywhere in the body of the function closeAFD
:
RS_DBG("Debug printout as a workaround");
This suggests to me that it is a memory management bug, and that the extra printout happens to change the memory layout in such a way that the bug no longer shows itself.
The problem appears in Debug, Coverage as well as Release builds, and the workaround works in all three cases.
Metadata
Metadata
Assignees
Labels
No labels