[postgis-devel] [PostGIS] #239: invalid memory alloc request size 4294967294
PostGIS
trac at osgeo.org
Sat Aug 15 03:52:36 PDT 2009
#239: invalid memory alloc request size 4294967294
---------------------+------------------------------------------------------
Reporter: vnhjdh | Owner: pramsey
Type: defect | Status: new
Priority: medium | Milestone: postgis 1.4.1
Component: postgis | Version: 1.4
Keywords: |
---------------------+------------------------------------------------------
After a clean installation of postgres 8.4 and 1.4.0 on windows xp I now
get invalid memory alloc request size 4294967294 errors on selects like:
SELECT AsSvg
(TransScale((ST_Intersection(way,GeomFromText('MULTIPOLYGON(((1396734
7490559, 1397249 7490559, 1397249 7491074, 1396734 7491074, 1396734
7490559)))', 900913))), -1396736, -7491072, 1.0, 1.0), 0, 0) as GeomAsSvg,
label_id_z0 FROM planet_osm_line WHERE (way &&
GeomFromText('MULTIPOLYGON(((1396734 7490559, 1397249 7490559, 1397249
7491074, 1396734 7491074, 1396734 7490559)))', 900913)) and
((railway='rail' and not ((tunnel is not null and tunnel='yes') or (tunnel
is not null and tunnel='true'))))
--
Ticket URL: <http://trac.osgeo.org/postgis/ticket/239>
PostGIS <http://trac.osgeo.org/postgis/>
PostGIS
More information about the postgis-devel
mailing list