[geos-devel] Still Leaking in PostGIS

strk strk at keybit.net
Sun Oct 19 06:14:08 EDT 2003


pramsey wrote:
> I loaded up a polygon table, and then did this:
> 
>    select wb_id from csn_waterbodies where isvalid(the_geom) limit 100;
> 
> I did this over and over. Each time, the postgres instance I was 
> connected to got a little bit larger. Probably this is repeatable with 
> any data set at all, but I can provide the 100 records I used if necessary.
> 
> P.

We should inspect stdlibc++ "smart" automatic memory caching/management.
I think if we can keep lib/compiler from using this "feature" (as an option
at compile/run time) it will be easier to debug these kind of leaks.

PS: is anybody mantaining the build system ?

--strk;



More information about the geos-devel mailing list