Ticket #239 (closed defect: fixed)
invalid memory alloc request size 4294967294
| Reported by: | vnhjdh | Owned by: | colivier |
|---|---|---|---|
| Priority: | medium | Milestone: | PostGIS 1.4.1 |
| Component: | postgis | Version: | 1.4 |
| Keywords: | Cc: |
Description
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'))))
