Re: strange valgrind reports about wrapper_handler on 64-bit arm
Tomas Vondra <tomas@vondra.me>
From: Tomas Vondra <tomas@vondra.me>
To: Andres Freund <andres@anarazel.de>
Cc: PostgreSQL Hackers <pgsql-hackers@postgresql.org>,
Nathan Bossart <nathandbossart@gmail.com>
Date: 2025-03-08T22:48:22Z
Lists: pgsql-hackers
Attachments
- valgrind.log (text/x-log)
On 3/8/25 21:38, Tomas Vondra wrote: > > I've restarted check-world with valgrind on my rpi5 machines, with > current master. I can try running other stuff once that finishes in a > couple hours. > Shortly after restarting this I got three more reports - all of them are related to strcoll_l. This is on c472a18296e4, i.e. with the asserts added in this thread etc. But none of those seem to fail. regards -- Tomas Vondra
Commits
-
Assert that wrapper_handler()'s argument is within expected range.
- c3510cfc8b40 17.5 landed
- 088f8e2d568e 18.0 landed