[postgis-tickets] [PostGIS] #5014: flatgeobuf test failure
PostGIS
trac at osgeo.org
Sat Oct 30 11:58:46 PDT 2021
#5014: flatgeobuf test failure
-----------------------------+---------------------------
Reporter: Bas Couwenberg | Owner: pramsey
Type: defect | Status: new
Priority: blocker | Milestone: PostGIS 3.2.0
Component: postgis | Version: master
Resolution: | Keywords:
-----------------------------+---------------------------
Comment (by robe):
From the line number in ticket looks like this combination should crash it
but I can't get it to crash on my PostgreSQL 14 PostGIS 3.2.0beta1 mingw64
install and hasn't been crashing on regression testing of other bots
running debian (debbie and our raspberry pis (berrie, berrie32).
{{{
-- creates the table
SELECT ST_TableFromFlatGeobuf('public', 'flatgeobuf_t1', (select
ST_AsFlatGeobuf(q) fgb from (select null::geometry) q));
select 'P5', id, ST_AsEWKT(geom) from
ST_FromFlatGeobuf(null::flatgeobuf_t1, (
select ST_AsFlatGeobuf(q, true) fgb from (select
ST_SetSRID(ST_MakePoint(-71.1043443253471, 42.3150676015829),4326)) q));
}}}
Is it possible for you to send a backtrace for this or if there is a way
for me to test this via some container thing. I see you are using
pg_virtualenv but not sure what that is.
--
Ticket URL: <https://trac.osgeo.org/postgis/ticket/5014#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