[postgis-tickets] [PostGIS] #3429: upgrade from 2.1.3 to 2.2+ enters infinite loop
PostGIS
trac at osgeo.org
Thu Feb 25 10:01:46 PST 2016
#3429: upgrade from 2.1.3 to 2.2+ enters infinite loop
------------------------------------+---------------------------
Reporter: strk | Owner: strk
Type: defect | Status: new
Priority: blocker | Milestone: PostGIS 2.2.2
Component: build/upgrade/install | Version: 2.2.x
Resolution: | Keywords:
------------------------------------+---------------------------
Comment (by pramsey):
`rtpg_assignHookGDALEnabledDrivers` is an interesting function in that it
is in the `rt_pg` side of the code base, but it also calls
`rt_raster_gdal_drivers` which lives in the `rt_core` side of the code
base. So it uses both direct calls to `palloc` and calls to allocators via
the `ctx_t` side route. `rtpg_assignHookGDALEnabledDrivers` is not called
until after the `rt_init_allocators` are set though, so in theory that
shouldn't matter.
--
Ticket URL: <https://trac.osgeo.org/postgis/ticket/3429#comment:25>
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