Re: valgrind error
Tom Lane <tgl@sss.pgh.pa.us>
From: Tom Lane <tgl@sss.pgh.pa.us>
To: Noah Misch <noah@leadboat.com>
Cc: Heikki Linnakangas <hlinnaka@iki.fi>,
Andrew Dunstan <andrew.dunstan@2ndquadrant.com>,
PostgreSQL-development <pgsql-hackers@postgresql.org>
Date: 2020-06-07T03:59:27Z
Lists: pgsql-hackers
I wrote: > Noah Misch <noah@leadboat.com> writes: >> Apparently, valgrind-3.15.0 doesn't complain about undefined input >> to _mm_crc32_u* functions. We should not be surprised if Valgrind gains the >> features necessary to complain about the other implementations. > Perhaps it already has ... I wonder if anyone's tried this on ARMv8 > lately. I installed Fedora 32/aarch64 on a Raspberry Pi 3B+, and can report that valgrind 3.16.0 is just as blind to this problem in pg_comp_crc32c_armv8 as it is in pg_comp_crc32c_sse42. Seems odd, but there you have it. (There are some other issues, but they seem fit for separate threads.) regards, tom lane
Commits
-
Refresh function name in CRC-associated Valgrind suppressions.
- 109387075c36 9.5.23 landed
- d7f93f9b3ded 9.6.19 landed
- 2af5d9c96d0d 10.14 landed
- 6c669003cfdd 11.9 landed
- 0b70f0302b67 12.4 landed
- 26056b3ba84d 13.0 landed
-
Reorganize our CRC source files again.
- 4f700bcd20c0 9.5.0 cited