pgsql: Add valgrind suppressions for python code.

Поиск
Список
Период
Сортировка
От Andres Freund
Тема pgsql: Add valgrind suppressions for python code.
Дата
Msg-id E1adV1A-000419-Vd@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Add valgrind suppressions for python code.

Python's allocator does some low-level tricks for efficiency;
unfortunately they trigger valgrind errors. Those tricks can be disabled
making instrumentation easier; but few people testing postgres will have
such a build of python. So add broad suppressions of the resulting
errors.

See also https://svn.python.org/projects/python/trunk/Misc/README.valgrind

This possibly will suppress valid errors, but without it it's basically
impossible to use valgrind with plpython code.

Author: Andres Freund
Backpatch: 9.4, where we started to maintain valgrind suppressions

Branch
------
REL9_4_STABLE

Details
-------
http://git.postgresql.org/pg/commitdiff/7e31314c5fcf942a900cce4637a27594ee32a65b

Modified Files
--------------
src/tools/valgrind.supp | 66 +++++++++++++++++++++++++++++++++++++++++++++++++
1 file changed, 66 insertions(+)


В списке pgsql-committers по дате отправления:

Предыдущее
От: Andres Freund
Дата:
Сообщение: pgsql: Add valgrind suppressions for python code.
Следующее
От: Andres Freund
Дата:
Сообщение: pgsql: Add valgrind suppressions for bootstrap related code.