[postgis-devel] Troubles with GeosIntersect & Postgis

Sandro Santilli strk at keybit.net
Thu Feb 16 02:19:24 PST 2012


On Thu, Feb 16, 2012 at 10:36:52AM +0100, Andrea Peri wrote:
> Hi, I'm try to use Postgis 2.0 windows version r9106 (8 feb).
> 
> But I'm having many troubles in some my queries.
> I will have this trouble s also with the previous version (1 feb.)
> 
> I will have many log error like this:
> 
> 2012-02-16 09:16:30 CET STATEMENT:  create table work.arco3d as select a.*
> from gb.arco3d as a, work.ww_ingombro as b where (( a.geometry &&
> b.geometry ) AND (ST_Intersects(a.geometry,b.geometry)=true));
> 2012-02-16 09:17:09 CET ERROR:  GEOSIntersects: St9bad_alloc

That's an out-of-memory condition, probably due to a memory leak
fixed in r9136. Please try upgrading to alpha5.

--strk;

  ,------o-. 
  |   __/  |    Delivering high quality PostGIS 2.0 !
  |  / 2.0 |    http://strk.keybit.net
  `-o------'




More information about the postgis-devel mailing list