Skip to content

Fix opflex teardown crashes on host-agent restart - #681

Merged
tbachman merged 1 commit into
masterfrom
fix-crash
Jul 30, 2026
Merged

Fix opflex teardown crashes on host-agent restart#681
tbachman merged 1 commit into
masterfrom
fix-crash

Conversation

@bravi64

@bravi64 bravi64 commented Jul 30, 2026

Copy link
Copy Markdown
Collaborator

Stop the multicast timer service before joining its worker thread to avoid waiting for the multicast cache timer and tripping the shutdown watchdog.

Close connectTimer_ before deleting a communication peer so libuv cannot walk a freed timer handle.

This prevents exit 134 watchdog aborts and exit 139 use-after-free crashes.

Stop the multicast timer service before joining its worker thread to
avoid waiting for the multicast cache timer and tripping the shutdown
watchdog.

Close connectTimer_ before deleting a communication peer so libuv
cannot walk a freed timer handle.

This prevents exit 134 watchdog aborts and exit 139 use-after-free
crashes.
@bravi64
bravi64 requested a review from tbachman July 30, 2026 15:25
@tbachman
tbachman merged commit 5f0fae5 into master Jul 30, 2026
2 checks passed
@tbachman
tbachman deleted the fix-crash branch July 30, 2026 15:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants