Gabe Black has uploaded this change for review. ( 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
---
M util/lsan-suppressions
1 file changed, 1 insertion(+), 1 deletion(-)



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: 1
Gerrit-Owner: Gabe Black <[email protected]>
Gerrit-MessageType: newchange
_______________________________________________
gem5-dev mailing list -- [email protected]
To unsubscribe send an email to [email protected]
%(web_page_url)slistinfo%(cgiext)s/%(_internal_name)s

Reply via email to