Opened 6 years ago

Closed 6 years ago

#4219 closed defect (fixed)

Report memory leaks on Travis

Reported by: komzpa Owned by: dbaston
Priority: medium Milestone: PostGIS 2.4.6
Component: QA/buildbots Version: 2.4.x
Keywords: Cc:

Description

https://trac.osgeo.org/postgis/ticket/4218 reports a memory leak.

Any way to get this report on CI would be helpful.

Change History (3)

comment:1 by dbaston, 6 years ago

Owner: changed from robe to dbaston

comment:3 by dbaston, 6 years ago

Resolution: fixed
Status: newclosed

In 16962:

Add env vars to control valgrind for cunit tests

Valgrind will be run with CUNIT_VALGRIND_FLAGS when
CUNIT_WITH_VALGRIND is set to YES.

Also update the Travis configuration to use valgrind.

Closes #4219
Closes https://github.com/postgis/postgis/pull/323

Note: See TracTickets for help on using tickets.