Gabe Black has submitted this change. (
https://gem5-review.googlesource.com/c/public/gem5/+/48643 )
Change subject: util: Make --with-asan work with more versions of the
python lib.
......................................................................
util: Make --with-asan work with more versions of the python lib.
The version of the python library on my system is libpython3.9.so, not
libpython3.so. Generalize the line in lsan-suppressions to cover this
version as well.
Change-Id: Iaee9a7767eb5f735862a3716c796213a43c5f9e5
Reviewed-on: https://gem5-review.googlesource.com/c/public/gem5/+/48643
Reviewed-by: Giacomo Travaglini <[email protected]>
Maintainer: Giacomo Travaglini <[email protected]>
Tested-by: kokoro <[email protected]>
---
M util/lsan-suppressions
1 file changed, 1 insertion(+), 1 deletion(-)
Approvals:
Giacomo Travaglini: Looks good to me, approved; Looks good to me, approved
kokoro: Regressions pass
diff --git a/util/lsan-suppressions b/util/lsan-suppressions
index 18450d6..5252c06 100644
--- a/util/lsan-suppressions
+++ b/util/lsan-suppressions
@@ -1,2 +1,2 @@
# Suppress detection of leaks from within the python3 interpreter.
-leak:libpython3.so
+leak:libpython3*.so
--
To view, visit https://gem5-review.googlesource.com/c/public/gem5/+/48643
To unsubscribe, or for help writing mail filters, visit
https://gem5-review.googlesource.com/settings
Gerrit-Project: public/gem5
Gerrit-Branch: develop
Gerrit-Change-Id: Iaee9a7767eb5f735862a3716c796213a43c5f9e5
Gerrit-Change-Number: 48643
Gerrit-PatchSet: 2
Gerrit-Owner: Gabe Black <[email protected]>
Gerrit-Reviewer: Bobby R. Bruce <[email protected]>
Gerrit-Reviewer: Gabe Black <[email protected]>
Gerrit-Reviewer: Giacomo Travaglini <[email protected]>
Gerrit-Reviewer: Jason Lowe-Power <[email protected]>
Gerrit-Reviewer: Nikos Nikoleris <[email protected]>
Gerrit-Reviewer: kokoro <[email protected]>
Gerrit-MessageType: merged
_______________________________________________
gem5-dev mailing list -- [email protected]
To unsubscribe send an email to [email protected]
%(web_page_url)slistinfo%(cgiext)s/%(_internal_name)s