[geos-devel] Fwd: [GENERAL] Large index operation crashes postgres

2010-03-29 Thread Paul Ramsey
Can anyone valgrind the capi centroid call on a 2-point linestring and see if it leaks? It seems like it might... P -- Forwarded message -- From: Frans Hals fha...@googlemail.com Date: Mon, Mar 29, 2010 at 10:17 AM Subject: Re: [GENERAL] Large index operation crashes postgres To:

Re: [geos-devel] Fwd: [GENERAL] Large index operation crashes postgres

2010-03-29 Thread strk
On Mon, Mar 29, 2010 at 10:29:06AM -0700, Paul Ramsey wrote: Can anyone valgrind the capi centroid call on a 2-point linestring and see if it leaks? It seems like it might... Tried this: LINESTRING(0 0, 10 0) No leaks in C-API from 3.2 branch What's the one exposing the bug ? --strk;

Re: [geos-devel] Fwd: [GENERAL] Large index operation crashes postgres

2010-03-29 Thread Paul Ramsey
Well, my best bet was that it as the call to centroid. Apparently it manifests in 3.1 and 3.2 branches, but perhaps it's somewhere else. (Not sure where.) P On Mon, Mar 29, 2010 at 12:19 PM, strk s...@keybit.net wrote: On Mon, Mar 29, 2010 at 10:29:06AM -0700, Paul Ramsey wrote: Can anyone