-
Notifications
You must be signed in to change notification settings - Fork 35
Add sanitizers #121
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
Add sanitizers #121
Conversation
5b2af89
to
c11cc0f
Compare
554a2c7
to
a912647
Compare
@@ -6,6 +6,10 @@ | |||
# helpers.cmake -- helper functions for top-level CMakeLists.txt | |||
# |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
pls bump dates (in all files)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Done.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
not done in the top-level CMakeLists
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Done: #150
a2108f2
to
0697694
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍
@lukaszstolarczuk @KFilipek please resolve your discussions |
@kswiecicki please rebase |
Last thing, it's an atomic change and please squash your changes. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Rebase please
0697694
to
1cd17d8
Compare
1cd17d8
to
77e6aaf
Compare
Currently, there's a problem with leak reported in jemalloc pool implementation. For this reason sanitizers are temporarily disabled on CI for cases when pool tracking is enabled.
Leak points to some
tracker_value_t
not being freed after being allocated byarena_extent_alloc
jemalloc extent hook as a part ofumfMemoryProviderAlloc
call.Log reported by leak sanitizer: leak.log