Skip to content

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

Merged
merged 6 commits into from
Jan 16, 2024
Merged

Add sanitizers #121

merged 6 commits into from
Jan 16, 2024

Conversation

kswiecicki
Copy link
Contributor

@kswiecicki kswiecicki commented Jan 10, 2024

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 by arena_extent_alloc jemalloc extent hook as a part of umfMemoryProviderAlloc call.

Log reported by leak sanitizer: leak.log

@kswiecicki kswiecicki requested a review from a team as a code owner January 10, 2024 11:56
@kswiecicki kswiecicki marked this pull request as draft January 10, 2024 12:07
@kswiecicki kswiecicki force-pushed the add-sanitizers branch 5 times, most recently from 554a2c7 to a912647 Compare January 12, 2024 14:14
@@ -6,6 +6,10 @@
# helpers.cmake -- helper functions for top-level CMakeLists.txt
#
Copy link
Contributor

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)

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Done.

Copy link
Contributor

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

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Done: #150

@kswiecicki kswiecicki force-pushed the add-sanitizers branch 2 times, most recently from a2108f2 to 0697694 Compare January 12, 2024 15:40
@kswiecicki kswiecicki marked this pull request as ready for review January 12, 2024 15:48
Copy link
Contributor

@lukaszstolarczuk lukaszstolarczuk left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

@bratpiorka
Copy link
Contributor

@lukaszstolarczuk @KFilipek please resolve your discussions

@bratpiorka
Copy link
Contributor

@kswiecicki please rebase

@KFilipek
Copy link
Contributor

Last thing, it's an atomic change and please squash your changes.

Copy link
Contributor

@ldorau ldorau left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Rebase please

@ldorau ldorau merged commit f89bdbe into oneapi-src:main Jan 16, 2024
@kswiecicki kswiecicki mentioned this pull request Jan 17, 2024
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

Successfully merging this pull request may close these issues.

7 participants