-
Notifications
You must be signed in to change notification settings - Fork 208
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
AddressSanitizer/Valgrind raises a new-delete-type-mismatch for BTreeDelete #2127
Labels
bug - triage
Bugs with unknown causes that require further investigation
Comments
brofranks
added
the
bug - triage
Bugs with unknown causes that require further investigation
label
Nov 16, 2021
Adding a virtual destructor to struct node was able to fix the issue but there is now a new, possibly worse,
|
brofranks
added a commit
to brofranks/souffle-dev
that referenced
this issue
Nov 17, 2021
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
In the below stress test of the
btree_delete
class AddressSanitizer raises anew-delete-type-mismatch
error:The error gets raised on this line triggered by the
t.erase(data[i]);
line.Observations:
-j
value (as expected).The text was updated successfully, but these errors were encountered: