You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
SIGSEGV happened frequently in IF Boost unittests and occasionally in Integration tests. Thanks to @spoonincode, a back trace was retrieved from CICD (the problem did not happen in local testing):
The issue was when processing its own vote, create_and_send_vote_msg posts process_vote_message to the thread pool with a reference which can be destructed before its use.
The text was updated successfully, but these errors were encountered:
linh2931
changed the title
IF: Fix SIGSEGV in the use of process_vote_message
IF: Fix SIGSEGV when create_and_send_vote_msg processes its own vote
Feb 2, 2024
SIGSEGV happened frequently in IF Boost unittests and occasionally in Integration tests. Thanks to @spoonincode, a back trace was retrieved from CICD (the problem did not happen in local testing):
The issue was when processing its own vote,
create_and_send_vote_msg
postsprocess_vote_message
to the thread pool with a reference which can be destructed before its use.The text was updated successfully, but these errors were encountered: