-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Memory Leak about sat.lookahead.delta_fraction #7372
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
Comments
Similar situation, I think it is the reason of option itself
|
NikolajBjorner
added a commit
that referenced
this issue
Sep 12, 2024
arbipher
pushed a commit
to arbipher/z3
that referenced
this issue
Apr 17, 2025
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
arbipher
pushed a commit
to arbipher/z3
that referenced
this issue
Apr 17, 2025
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi
Z3 [version 4.13.1 - 64 bit].
ubuntu:22.04
for this case:
When
(set-option:sat.lookahead.delta_fraction 0.3)
is added, a memory leak will be triggeredI also found that when the value of the option is set to 0.1/0.2, normal solving will not trigger the vulnerability.
The text was updated successfully, but these errors were encountered: