Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: invalid reference inside GetQueueBackpressure #4789

Merged
merged 1 commit into from
Mar 17, 2025
Merged

fix: invalid reference inside GetQueueBackpressure #4789

merged 1 commit into from
Mar 17, 2025

Conversation

romange
Copy link
Collaborator

@romange romange commented Mar 17, 2025

thread_queue_backpressure is a global array of per thread QueueBackpressure objects. We referenced these objects incorrectly in 1.27.0-2.

Fixes #4770

thread_queue_backpressure is a global array of per thread QueueBackpressure
objects. We referenced these objects incorrectly in 1.27.0-2.

Fixes #4770

Signed-off-by: Roman Gershman <[email protected]>
@romange romange requested a review from BorysTheDev March 17, 2025 12:35
@romange
Copy link
Collaborator Author

romange commented Mar 17, 2025

@adiholden worth following up on this and try to reproduce it with a regression test.

@romange romange enabled auto-merge (squash) March 17, 2025 12:37
@kostasrim
Copy link
Contributor

@adiholden worth following up on this and try to reproduce it with a regression test.

+1

@kostasrim
Copy link
Contributor

@romange @adiholden #4790

@romange romange merged commit 51f400a into main Mar 17, 2025
10 checks passed
@romange romange deleted the Pr1 branch March 17, 2025 13:29
romange added a commit that referenced this pull request Mar 17, 2025
thread_queue_backpressure is a global array of per thread QueueBackpressure
objects. We referenced these objects incorrectly in 1.27.0-2.

Fixes #4770

Signed-off-by: Roman Gershman <[email protected]>
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.

master crash in CondVarAny::notify_all
4 participants