[postgis-tickets] [PostGIS] #2672: twkb fails NULL crash test
PostGIS
trac at osgeo.org
Sun Mar 9 21:28:40 PDT 2014
#2672: twkb fails NULL crash test
---------------------+------------------------------------------------------
Reporter: robe | Owner: pramsey
Type: defect | Status: new
Priority: blocker | Milestone: PostGIS 2.2.0
Component: postgis | Version: trunk
Keywords: |
---------------------+------------------------------------------------------
Just ran thru garden 2.2 pot of tests and got a crasher on twkb.
This is running on:
{{{
POSTGIS="2.2.0dev r12313" GEOS="3.4.2-CAPI-1.8.2 r3924" PROJ="Rel. 4.8.0,
6 March 2012" GDAL="GDAL 1.10.0, released 2013/04/24" LIBXML="2.7.8"
LIBJSON="UNKNOWN" RASTER PostgreSQL 9.3.3, compiled by Visual C++ build
1600, 64-bit
}}}
{{{
SELECT ST_AsTWKBAgg(foo1.the_geom, 3) As result FROM ((SELECT CAST(Null As
geometry) As the_geom)) As foo1 LIMIT 3;
}}}
errors with:
{{{
server closed the connection unexpectedly
This probably means the server terminated abnormally
before or while processing the request.
psql:postgis_gardentest22.sql:272626: connection to server was lost
}}}
--
Ticket URL: <http://trac.osgeo.org/postgis/ticket/2672>
PostGIS <http://trac.osgeo.org/postgis/>
The PostGIS Trac is used for bug, enhancement & task tracking, a user and developer wiki, and a view into the subversion code repository of PostGIS project.
More information about the postgis-tickets
mailing list