valgrind-python.supp: Update suppression for readline leaks#151783
Conversation
|
!buildbot Valgrind |
|
🤖 New build scheduled with the buildbot fleet by @StanFromIreland for commit 5cfd3df 🤖 Results will be shown at: https://buildbot.python.org/all/#/grid?branch=refs%2Fpull%2F151783%2Fmerge The command will test the builders whose names match following regular expression: The builders matched are:
|
|
Fix confirmed by the buildbot run, the 17 reports are now suppressed. We have gone from: to: |
The buildbot runs the command:
And Python is built with:
|
|
I can reproduce the issue on Fedora 44 using the command:
Example from valgrind.log: I built Python with: |
|
Thanks @StanFromIreland for the PR, and @vstinner for merging it 🌮🎉.. I'm working now to backport this PR to: 3.13, 3.14, 3.15. |
|
GH-152084 is a backport of this pull request to the 3.15 branch. |
|
GH-152085 is a backport of this pull request to the 3.14 branch. |
|
GH-152086 is a backport of this pull request to the 3.13 branch. |
|
I merged your fix and backported it to stable branches. Thanks for the fix! |
These have been causing the AMD64 Arch Linux Valgrind 3.x Buildbot to fail, for example in this build:
Long log
The current suppression doesn't match because it's pinned to
obj:/lib/libreadline.so.4.3, I suggest making it more general.