Changes between Initial Version and Version 1 of Ticket #4353
- Timestamp:
- 03/20/19 09:40:55 (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #4353 – Description
initial v1 1 1 It looks like someone changed the API of a C function, resulting in a backend crash upon using ST_Buffer old signature: 2 2 3 {{{ 3 4 ==8887== Invalid read of size 1 4 5 ==8887== at 0x5442B0: pg_detoast_datum (in /usr/lib/postgresql/9.6/bin/postgres) 5 6 ==8887== by 0x19D7D2A6: buffer (lwgeom_geos.c:809) 6 7 ==8887== Address 0x0 is not stack'd, malloc'd or (recently) free'd 8 }}} 7 9 8 10 NOTE: I'm using old signature because upgrade fails (see #4353)