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

Memory sanitizer error report #1825

Closed
acquamarin opened this issue Jul 17, 2023 · 1 comment
Closed

Memory sanitizer error report #1825

acquamarin opened this issue Jul 17, 2023 · 1 comment
Assignees

Comments

@acquamarin
Copy link
Collaborator

The memory sanitizer check on CI is reporting a memory leak and SEG fault error on CAPI test.

@acquamarin acquamarin self-assigned this Jul 17, 2023
@benjaminwinger
Copy link
Collaborator

benjaminwinger commented Jul 17, 2023

I was looking at this after seeing this failing, and while I'm not sure about the other tests, in the Interrupt C API test it looks to me like it's both possible for the thread used by the test to try to interrupt a connection that's been destroyed since it gets detached and won't be joined when it goes out of scope, and also looks like the interrupt function will set the interrupted flag even when the activeQuery is null.

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

No branches or pull requests

2 participants