Skip to content

Conversation

@dyemanov
Copy link
Member

If Y-valve's ping() gets an error from the underlying provider, it disconnects immediately and clears the next pointer. YHelper::release() calls destroy() only if next != nullptr. Thus the attachment handle remains uncleared from the attachments array. When shutdown is performed afterwards, it iterates through this array and tries to shutdown/release the already destroyed attachment.

@dyemanov dyemanov requested a review from AlexPeshkoff July 29, 2025 06:55
@dyemanov dyemanov changed the base branch from master to v5.0-release July 29, 2025 06:55
@dyemanov dyemanov self-assigned this Jul 30, 2025
@dyemanov dyemanov merged commit af1e441 into v5.0-release Jul 30, 2025
22 of 23 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants