[postgis-tickets] [PostGIS] #2732: gserialized_estimate crashes under mingw64 windows when compiled with --enabled-debug
PostGIS
trac at osgeo.org
Mon May 12 12:54:10 PDT 2014
#2732: gserialized_estimate crashes under mingw64 windows when compiled with
--enabled-debug
------------------------------+---------------------------------------------
Reporter: robe | Owner: pramsey
Type: defect | Status: new
Priority: medium | Milestone: PostGIS 2.1.3
Component: postgis | Version: 2.1.x
Keywords: windows, mingw64 |
------------------------------+---------------------------------------------
Comment(by robe):
For the record, I was testing with skeleton tables, not sure it makes a
difference:
{{{
CREATE EXTENSION postgis;
CREATE EXTENSION fuzzystrmatch;
CREATE EXTENSION postgis_tiger_geocoder;
}}}
After all installed reconnect and run this query:
{{{
SELECT pprint_addy(addy), st_astext(geomout), rating FROM
geocode_intersection('Broadway', 'Houston St', 'NY', 'New York',
'10012');
}}}
--
Ticket URL: <http://trac.osgeo.org/postgis/ticket/2732#comment:2>
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