Skip to content

Fix rare QueryCancelHoldoffCount bug #745

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

Merged
merged 1 commit into from
Apr 28, 2025
Merged

Fix rare QueryCancelHoldoffCount bug #745

merged 1 commit into from
Apr 28, 2025

Conversation

JelteF
Copy link
Collaborator

@JelteF JelteF commented Apr 25, 2025

When running tests locally I would sometimes get this error:

TRAP: failed Assert("QueryCancelHoldoffCount > 0"), File: "src/pgduckdb_node.cpp", Line: 299, PID: 725448

This should likely be considered a bug, but I don't have time to figure
out why exactly this can occur right now. For now let's try to reduce
the chance of people running into issues because of this in production
builds.

When running tests locally I would sometimes get this error:
```
TRAP: failed Assert("QueryCancelHoldoffCount > 0"), File: "src/pgduckdb_node.cpp", Line: 299, PID: 725448
```

This should likely be considered a bug, but I don't have time to figure
out why exactly this can occur right now. For now let's try to reduce
the chance of people running into issues because of this in production
builds.
@Y-- Y-- merged commit 1cd4eb1 into main Apr 28, 2025
6 checks passed
@Y-- Y-- deleted the fix-rare-bug branch April 28, 2025 06:48
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