Opened 3 years ago

Closed 3 years ago

#4823 closed defect (fixed)

Memory Leak in GEOS conversion with EMPTY

Reported by: pramsey Owned by: strk
Priority: medium Milestone: PostGIS 3.1.1
Component: postgis Version: 3.1.x
Keywords: Cc:

Description

The CI is showing a leak somewhere around the recent work on GEOS conversions and EMPTY geometries.

https://travis-ci.org/github/pramsey/postgis/jobs/752331218

Change History (7)

comment:1 by Sandro Santilli <strk@…>, 3 years ago

In dd5c269/git:

Avoid listing the same geometry in different collections

References #4823 in master branch (3.2.0dev)

comment:2 by strk, 3 years ago

Paul this is now fixed in master branch, please confirm before I backport to 3.1

comment:4 by strk, 3 years ago

I see the crashing thing references #3579 - Paul you even found a GEOS reproducer there but then there's no link to a GEOS ticket about it. The CI is running GEOS: 3.6.4dev-CAPI-1.10.4 6775f76 - can you file a ticket there ? Maybe even add a link to it from #3579 :)

comment:5 by strk, 3 years ago

Oh, I just realized: a crash in GEOS-3.6 I've fixed in 3.6.6dev so 3.6.4dev would NOT have such fix. Can you upgrade the CI bot to use a more recent GEOS version ? We released 3.6.5 final with that fix.

comment:7 by Sandro Santilli <strk@…>, 3 years ago

Resolution: fixed
Status: assignedclosed

In 051978b/git:

Avoid listing the same geometry in different collections

Closes #4823 in 3.1 branch (3.1.1dev)

Note: See TracTickets for help on using tickets.