-
Notifications
You must be signed in to change notification settings - Fork 30.5k
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
Throwing in sqlite filter function crashes process #56890
Comments
/cc @cjihrig |
Fixing the issue will necessitate refactoring the |
I'll take a look, but cc @louwers who worked on the session extension. |
I can take a look. |
@louwers ... the key issue, if it's not obvious, is that the filter callback function is using |
Something like #56787 might work if it can ever get merged. |
I created a PR: #56903 |
Version
current
Platform
Subsystem
sqlite
What steps will reproduce the bug?
How often does it reproduce? Is there a required condition?
Always
What is the expected behavior? Why is that the expected behavior?
Error is thrown
What do you see instead?
Process crashes
Additional information
No response
The text was updated successfully, but these errors were encountered: